Releases: ddelange/mapply
Releases · ddelange/mapply
0.1.17: :zap: Avoid bottleneck from frequent tqdm updates (#32)
* :zap: Avoid bottleneck from frequent tqdm updates * :rotating_light: Make lint * :pushpin: Revert black to 22.8.0 https://github.com/psf/black/issues/3169#issuecomment-1303315799 * :pushpin: Revert flake8-builtins to 2.0.0 * :pushpin: Revert flake8-comprehensions to 3.7 * :pushpin: Revert flake8-print to 4.0 * :pushpin: Revert pep8-naming to 0.13.1 * :pushpin: Revert flake8 to 4.0.1 * :pushpin: Revert pre-commit-hooks to 4.1.0
0.1.16
0.1.15
0.1.14: :bug: Fix concatenation when trailing result chunk is smaller (#28)
:bug: Fix concatenation when trailing result chunk is smaller (#28)
0.1.13: :bug: Account for single-row to multi-row axis=0 apply (#23)
:bug: Account for single-row to multi-row axis=0 apply (#23)
0.1.12: Fix typo in README
:pencil2: Fix typo in README (#21)
0.1.11: Remove unimplemented references to map and applymap
:coffin: Remove unimplemented references to map and applymap (#20)
0.1.10: Turn multiprocessing_imap into a generator
:building_construction: Turn multiprocessing_imap into a generator (#19) * :building_construction: Turn multiprocessing_imap into a generator * :rotating_light: Make lint
0.1.9: Terminate early on KeyboardInterrupt
:children_crossing: Terminate early on KeyboardInterrupt (#15) * :children_crossing: Terminate early on KeyboardInterrupt * :construction_worker: Run CI on 3.10 * :arrow_up: Bump pytest * :arrow_up: Bump docs dependencies
0.1.8: Terminate early on failed computation
:children_crossing: Terminate early on failed computation (#14) * :children_crossing: Terminate early on failed computation * :white_check_mark: Add test for failing imap * :white_check_mark: Add test for failing map