Releases: pickwicksoft/pystreamapi
Releases · pickwicksoft/pystreamapi
Version 0.3.0
What's Changed
- Readme improvements by @garlontas in #30
- [ImgBot] Optimize images by @imgbot in #29
- Feature/add conditions for type date by @garlontas in #33
- Create dependabot.yml by @garlontas in #34
- Bump coverage from 7.2.6 to 7.2.7 by @dependabot in #36
- Feature/add grouping operations by @garlontas in #35
- Add
sum()
operation to numerical streams by @garlontas in #37 - Feature/add internal optional implementation by @garlontas in #38
- Bump joblib from 1.2.0 to 1.3.1 by @dependabot in #39
- Feature/add error handling by @garlontas in #40
- Bugfix/#41/stream not closing after terminal operation by @garlontas in #42
- Update README.md by @garlontas in #43
- Update version to 0.3 by @garlontas in #46
New Contributors
- @imgbot made their first contribution in #29
- @dependabot made their first contribution in #36
Full Changelog: v0.2.0...v0.3.0
Version 0.2.0
What's Changed
- Implement conditions by @garlontas in #25
- Update README by @garlontas in #26
- Add new test pattern by @garlontas in #27
- Add docstrings by @garlontas in #28
Full Changelog: v0.1.3...v0.2.0
Version 0.1.3
What's Changed
- up version of joblib due to CVE by @phnmn in #18
- Add comparator to
sorted()
docs by @garlontas in #19 - Update python-publish.yml by @garlontas in #21
- Update version by @garlontas in #22
New Contributors
Full Changelog: v0.1.2...v0.1.3
Release 0.1.2
What's Changed
- #15 add comparator argument to
sorted
method by @garlontas in #16 - Update issue templates by @garlontas in #14
- Create CODE_OF_CONDUCT.md by @garlontas in #13
Full Changelog: v0.1.1...v0.1.2
Release 0.1.1
Fix issue in setup.cfg. Now pip installs will work correctly.
What's Changed
- Fix installation failure by @garlontas in #12
Full Changelog: v0.1.0...v0.1.1
Release 0.1.0
🎉 Initial Release of pystreamapi
PyStreamAPI gets published as streams.py
on PyPi because of name similarities to other packages.
For further information, take a look at the README!