Skip to content

Releases: didactic-meme/pyfuncol

v1.3.1

03 May 15:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

11 Feb 11:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

24 Jan 12:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2...v1.2.1

v1.2

07 Jan 15:27
Compare
Choose a tag to compare

What's Changed

  • Add pure operations (pure_map, pure_flat_map, pure_filter and pure_filter_not) that use memoization to improve performance by @samuelchassot in #23
  • Fix subclasses bug and add support for frozensets by @Gondolav in #19

Full Changelog: v1.1...v1.2

v1.1

28 Dec 10:02
8b19d1c
Compare
Choose a tag to compare

What's Changed

  • Parallel operations on lists, sets and dicts using Dask (par_map, par_flat_map, par_filter and par_filter_not) by @Gondolav in #20

Full Changelog: v1.0...v1.1

v1.0

19 Dec 17:56
9f296e7
Compare
Choose a tag to compare

This first release contains useful extension functions for lists, dictionaries and sets.

v0.1

18 Dec 17:51
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

First pre-release.