Skip to content

Releases: ddelange/mapply

0.1.17: :zap: Avoid bottleneck from frequent tqdm updates (#32)

04 Nov 12:50
04a5fe4
Compare
Choose a tag to compare
* :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

29 Sep 14:20
b1af9c3
Compare
Choose a tag to compare
:bug: Respect n_workers in  max_chunks_per_worker (#31)

0.1.15

21 Sep 22:08
50de05d
Compare
Choose a tag to compare
:sparkles: Introduce maxtasksperchild to increase stability (#29)

0.1.14: :bug: Fix concatenation when trailing result chunk is smaller (#28)

07 Sep 08:30
019ee26
Compare
Choose a tag to compare
: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)

17 May 11:04
8d1d25a
Compare
Choose a tag to compare
:bug: Account for single-row to multi-row axis=0 apply (#23)

0.1.12: Fix typo in README

07 Apr 15:51
3232bfd
Compare
Choose a tag to compare
:pencil2: Fix typo in README (#21)

0.1.11: Remove unimplemented references to map and applymap

07 Apr 15:40
e9cc17d
Compare
Choose a tag to compare
:coffin: Remove unimplemented references to map and applymap (#20)

0.1.10: Turn multiprocessing_imap into a generator

06 Apr 12:00
c879199
Compare
Choose a tag to compare
: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

08 Oct 10:34
e57761d
Compare
Choose a tag to compare
: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

08 Oct 08:36
3cc8cf7
Compare
Choose a tag to compare
: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