Skip to content

Commit d775549

Browse files
committed
bump version to 0.18.1
1 parent 24a348f commit d775549

File tree

1 file changed

+43
-7
lines changed

1 file changed

+43
-7
lines changed

docs/source/changelog.rst

Lines changed: 43 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,51 @@
11
Changelog
22
=========
33

4-
0.18.1 / 2018-XX-XX
4+
0.18.2 / 2018-MM-DD
55
-------------------
66

77
Array
88
+++++
99

10-
- ``from_array`` now supports scalar types and nested lists/tuples in input, just like all numpy
11-
functions do. It also produces a simpler graph when the input is a plain ndarray
12-
(:pr:`#3556`) `Guido Imperiale`_
10+
-
1311

14-
DataFrame
12+
Bag
13+
+++
14+
15+
-
16+
17+
Dataframe
1518
+++++++++
1619

1720
-
1821

22+
Core
23+
++++
24+
25+
-
26+
27+
28+
0.18.1 / 2018-06-22
29+
-------------------
30+
31+
Array
32+
+++++
33+
34+
- ``from_array`` now supports scalar types and nested lists/tuples in input, just like all numpy functions do. It also produces a simpler graph when the input is a plain ndarray (:pr:`3556`) `Guido Imperiale`_
35+
- Fix slicing of big arrays due to cumsum dtype bug (:pr:`3620`) `Marco Rossi`_
36+
- Add Dask Array implementation of pad (:pr:`3578`) `John A Kirkham`_
37+
- Fix array random API examples (:pr:`3625`) `James Bourbeau`_
38+
- Add average function to dask array (:pr:`3640`) `James Bourbeau`_
39+
- Tokenize ghost_internal with axes (:pr:`3643`) `Matthew Rocklin`_
40+
- from_array: special handling for ndarray, list, and scalar types (:pr:`3568`) `Guido Imperiale`_
41+
- Add outer for Dask Arrays (:pr:`3658`) `John A Kirkham`_
42+
43+
DataFrame
44+
+++++++++
45+
46+
- Add Index.to_series method (:pr:`3613`) `Henrique Ribeiro`_
47+
- Fix missing partition columns in pyarrow-parquet (:pr:`3636`) `Martin Durant`_
48+
1949
Bag
2050
+++
2151

@@ -24,10 +54,14 @@ Bag
2454
Core
2555
++++
2656

27-
-
57+
- Minor tweaks to CI (:pr:`3629`) `Guido Imperiale`_
58+
- Add back dask.utils.effective_get (:pr:`3642`) `Matthew Rocklin`_
59+
- DASK_CONFIG dictates config write location (:pr:`3621`) `Jim Crist`_
60+
- Replace 'collections' key in unpack_collections with unique key (:pr:`3632`) `Yu Feng`_
61+
- Avoid deepcopy in dask.config.set (:pr:`3649`) `Matthew Rocklin`_
2862

2963

30-
0.18.0 / 2018-MM-DD
64+
0.18.0 / 2018-06-14
3165
-------------------
3266

3367
Array
@@ -1192,3 +1226,5 @@ Other
11921226
.. _`Yu Feng`: https://github.com/rainwoodman
11931227
.. _`@andrethrill`: https://github.com/andrethrill
11941228
.. _`@beomi`: https://github.com/beomi
1229+
.. _`Henrique Ribeiro`: https://github.com/henriqueribeiro
1230+
.. _`Marco Rossi`: https://github.com/m-rossi

0 commit comments

Comments
 (0)