|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
4 | | -0.18.1 / 2018-XX-XX |
| 4 | +0.18.2 / 2018-MM-DD |
5 | 5 | ------------------- |
6 | 6 |
|
7 | 7 | Array |
8 | 8 | +++++ |
9 | 9 |
|
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 | +- |
13 | 11 |
|
14 | | -DataFrame |
| 12 | +Bag |
| 13 | ++++ |
| 14 | + |
| 15 | +- |
| 16 | + |
| 17 | +Dataframe |
15 | 18 | +++++++++ |
16 | 19 |
|
17 | 20 | - |
18 | 21 |
|
| 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 | + |
19 | 49 | Bag |
20 | 50 | +++ |
21 | 51 |
|
|
24 | 54 | Core |
25 | 55 | ++++ |
26 | 56 |
|
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`_ |
28 | 62 |
|
29 | 63 |
|
30 | | -0.18.0 / 2018-MM-DD |
| 64 | +0.18.0 / 2018-06-14 |
31 | 65 | ------------------- |
32 | 66 |
|
33 | 67 | Array |
@@ -1192,3 +1226,5 @@ Other |
1192 | 1226 | .. _`Yu Feng`: https://github.com/rainwoodman |
1193 | 1227 | .. _`@andrethrill`: https://github.com/andrethrill |
1194 | 1228 | .. _`@beomi`: https://github.com/beomi |
| 1229 | +.. _`Henrique Ribeiro`: https://github.com/henriqueribeiro |
| 1230 | +.. _`Marco Rossi`: https://github.com/m-rossi |
0 commit comments