Skip to content

Releases: ddelange/mapply

0.1.6: Fix erroneous concat edge case

17 Feb 14:57
0306dfb
Compare
Choose a tag to compare
:bug: Fix erroneous concat when n_chunks=1 on axis=1 apply (#9)

0.1.5: Avoid unnecessarily exhausting generators

07 Feb 13:06
0e5097b
Compare
Choose a tag to compare
:zap: Avoid unnecessarily exhausting generators (#5)

0.1.4: Fix error when zero chunks are passed

19 Nov 16:52
57b503f
Compare
Choose a tag to compare
:bug: Fix error when zero chunks are passed, add intersphinx (#4)

0.1.3: Small bug fix for choosing n_workers, docs improvements

18 Nov 16:15
5164a32
Compare
Choose a tag to compare
:pencil: Add github permalinks to docs (#3)

* :pencil: Add github permalinks to docs

* :pencil: Re-use release variable instead of __version__

* :bug: Fix CI/rtd which does site-packages install

0.1.2: Improve axis handling

29 Oct 12:32
14a4f01
Compare
Choose a tag to compare
:recycle: Refactor mapply() to split along opposite axis (#1)

* :recycle: Refactor mapply() to split along opposite axis

* :goal_net: Catch bad combination of passing Series and axis=1

* :white_check_mark: Add test for Series + axis=1 ValueError

0.1.1: Reduce default max_chunks_per_worker to 8

27 Oct 16:56
d709dac
Compare
Choose a tag to compare
:pencil: Add module docstrings, rename function to func

0.1.0: Initial release

27 Oct 09:02
05c1adb
Compare
Choose a tag to compare
:sparkles: Add first version of mapply for DataFrame and Series