Skip to content

0.7.0

Compare
Choose a tag to compare
@EntilZha EntilZha released this 06 Jun 02:48
· 130 commits to master since this release

New Features

  • Auto parallelization by using pseq instead of seq. Details at #47
  • Parallel functions: map, select, filter, filter_not, where, flatten, and flat_map
  • Compressed file IO support for gzip/lzma/bz2 as detailed at #54
  • Cartesian product from itertools.product implemented as Pipeline.cartesian
  • Website at pyfunctional.org and docs at docs.pyfunctional.org

Bug Fixes

  • No option for encoding in to_json #70

Internal Changes

  • Pinned versions of all dependencies

Contributors

  • Thanks to versae for implementing most of the pseq feature!
  • Thanks to ChuyuHsu for implemented large parts of the compression feature!