@@ -7,22 +7,65 @@ Changelog
77Array
88+++++
99
10- - Reimplemented ``argtopk `` to make it release the GIL (:pr: `3596 `) `Guido Imperiale `_
10+ - Reimplemented ``argtopk `` to make it release the GIL (:pr: `3610 `)
11+ `Guido Imperiale `_
12+ - Don't overlap on non-overlapped dimensions in ``map_overlap `` (:pr: `3653 `)
13+ `Matthew Rocklin `_
14+ - Fix ``linalg.tsqr `` for dimensions of uncertain length (:pr: `3662 `)
15+ `Jeremy Chen `_
16+ - Break apart uneven array-of-int slicing to separate chunks (:pr: `3648 `)
17+ `Matthew Rocklin `_
18+ - Align auto chunks to provided chunks, rather than shape (:pr: `3679 `)
19+ `Matthew Rocklin `_
20+ - Adds endpoint and retstep support for linspace (:pr: `3675 `) `James Bourbeau `_
21+ - Implement ``.blocks `` accessor (:pr: `3689 `) `Matthew Rocklin `_
22+ - Add ``block_info `` keyword to ``map_blocks `` functions (:pr: `3686 `)
23+ `Matthew Rocklin `_
24+ - Slice by dask array of ints (:pr: `3407 `) `Guido Imperiale `_
25+ - Support ``dtype `` in ``arange `` (:pr: `3722 `) `Guido Imperiale `_
26+ - Fix ``argtopk `` with uneven chunks (:pr: `3720 `) `Guido Imperiale `_
27+ - Raise error when ``replace=False `` in ``da.choice `` (:pr: `3765 `)
28+ `James Bourbeau `_
29+ - Update chunks in ``Array.__setitem__ `` (:pr: `3767 `) `Itamar Turner-Trauring `_
30+ - Add a ``chunksize `` convenience property (:pr: `3777 `) `Jacob Tomlinson `_
31+ - Fix and simplify array slicing behavior when ``step < 0 `` (:pr: `3702 `)
32+ `Ziyao Wei `_
33+ - Ensure ``to_zarr `` with ``return_stored `` ``True `` returns a Dask Array (:pr: `3786 `)
34+ `John A Kirkham `_
1135
1236Bag
1337+++
1438
15- -
39+ - Add ``last_endline `` optional parameter in ``to_textfiles `` (:pr: `3745 `)
40+ `George Sakkis `_
1641
1742Dataframe
1843+++++++++
1944
20- -
45+ - Add aggregate function for rolling objects (:pr: `3772 `) `Gerome Pistre `_
46+ - Properly tokenize cumulative groupby aggregations (:pr: `3799 `) `Cloves Almeida `_
47+
48+ Delayed
49+ +++++++
50+
51+ - Add the ``@ `` operator to the delayed objects (:pr: `3691 `) `Mark Harfouche `_
52+ - Add delayed best practices to documentation (:pr: `3737 `) `Matthew Rocklin `_
53+ - Fix ``@delayed `` decorator for methods and add tests (:pr: `3757 `)
54+ `Ziyao Wei `_
2155
2256Core
2357++++
2458
25- -
59+ - Fix extra progressbar (:pr: `3669 `) `Mike Neish `_
60+ - Allow tasks back onto ordering stack if they have one dependency (:pr: `3652 `)
61+ `Matthew Rocklin `_
62+ - Prefer end-tasks with low numbers of dependencies when ordering (:pr: `3588 `)
63+ `Tom Augspurger `_
64+ - Add ``assert_eq `` to top-level modules (:pr: `3726 `) `Matthew Rocklin `_
65+ - Test that dask collections can hold ``scipy.sparse `` arrays (:pr: `3738 `)
66+ `Matthew Rocklin `_
67+ - Fix setup of lz4 decompression functions (:pr: `3782 `) `Elliott Sales de Andrade `_
68+ - Add datasets module (:pr: `3780 `) `Matthew Rocklin `_
2669
2770
28710.18.1 / 2018-06-22
@@ -1224,3 +1267,12 @@ Other
12241267.. _`@beomi` : https://github.com/beomi
12251268.. _`Henrique Ribeiro` : https://github.com/henriqueribeiro
12261269.. _`Marco Rossi` : https://github.com/m-rossi
1270+ .. _`Mike Neish` : https://github.com/neishm
1271+ .. _`Mark Harfouche` : https://github.com/hmaarrfk
1272+ .. _`George Sakkis` : https://github.com/gsakkis
1273+ .. _`Ziyao Wei` : https://github.com/ZiyaoWei
1274+ .. _`Itamar Turner-Trauring` : https://github.com/itamarst
1275+ .. _`Jacob Tomlinson` : https://github.com/jacobtomlinson
1276+ .. _`Elliott Sales de Andrade` : https://github.com/QuLogic
1277+ .. _`Gerome Pistre` : https://github.com/GPistre
1278+ .. _`Cloves Almeida` : https://github.com/cjalmeida
0 commit comments