Releases: ddelange/mapply
Releases · ddelange/mapply
0.1.7: Pass iterable length to tqdm whenever possible
:recycle: Move constants to mapply module, tqdm with ETA when possibl…
0.1.6: Fix erroneous concat edge case
:bug: Fix erroneous concat when n_chunks=1 on axis=1 apply (#9)
0.1.5: Avoid unnecessarily exhausting generators
:zap: Avoid unnecessarily exhausting generators (#5)
0.1.4: Fix error when zero chunks are passed
:bug: Fix error when zero chunks are passed, add intersphinx (#4)
0.1.3: Small bug fix for choosing n_workers, docs improvements
: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
: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
:pencil: Add module docstrings, rename function to func
0.1.0: Initial release
:sparkles: Add first version of mapply for DataFrame and Series