- Allow empty sequence expressions `seq()`, `pseq()` (159) - Add `no_wrap` option to `head()`, `head_option()`, `first()`, `last()` and `last_option()`, as well as to `seq()`, `pseq()` and `Sequence` constructor
1.3.0
- added precompute attribute to reverse transformation (137) - Update setup.py dill to requirements.txt (138) - Docstring of tail fixed (140) - adding extend feature (144)
1.2.0
- Fix Broken link in readme - Loosen version requirements 129 - Fix lint errors - Fix StopIteration errors for Python 3.7 132 - Drop support for python 3.4
1.1.3
- Fix bug in `partition` https://github.com/EntilZha/PyFunctional/issues/124
1.1.0
- Implemented optimized version of `reduce_by_key` - Implemented `count_by_key` - Implemented `count_by_value` - Implemented `accumulate` https://github.com/EntilZha/PyFunctional/pull/104 - Fix bug in `grouped` https://github.com/EntilZha/PyFunctional/pull/123 - Fix bug in `to_csv` https://github.com/EntilZha/PyFunctional/pull/123 - Fix bug with incorrect wrapping of pandas dataframes https://github.com/EntilZha/PyFunctional/pull/122 - Allow variance on versions of certain packages: https://github.com/EntilZha/PyFunctional/pull/117 and https://github.com/EntilZha/PyFunctional/pull/116 - Various typo fixes - Various CI fixes - Fix issue with `first/head` evaluating entire sequence https://github.com/EntilZha/PyFunctional/commit/fb8f3686cf94f072f4e6ed23a361952de1447dc8 - Drop CI testing and official support for Python 3.3 - Make import much faster by loading pandas more lazily https://github.com/EntilZha/PyFunctional/issues/99