Releases: pickwicksoft/pystreamapi
Releases · pickwicksoft/pystreamapi
Version 1.3.0
What's Changed
- ✨ Add data loader for YAML by @garlontas in #91
- Release v1.3.0 by @garlontas in #92
Full Changelog: v1.2.1...v1.3.0
Version 1.2.1
What's Changed
- Parallel bug - the behavior of parallel() and Stream.parallel_of() not same. by @NuclearMissile in #89
- 🔖 Release version 1.2.1 by @garlontas in #90
New Contributors
- @NuclearMissile made their first contribution in #89
Full Changelog: v1.2.0...v1.2.1
Version 1.2.0
What's Changed
- 🐛 Fix bug in date conditions occuring at the end of a year by @garlontas in #79
- Fix code smells and other issues by @garlontas in #80
- ♻️ Refactor the tests by @garlontas in #81
- ✨ Create data loader for XML by @garlontas in #82
- 🚚 Restructure tests by @garlontas in #87
- 🐛 Fix edge case scenarios in date conditions by @garlontas in #88
Full Changelog: v1.1.0...v1.2.0
Version 1.1.0
What's Changed
- 📝 Create CONTRIBUTING.md by @garlontas in #74
- Update pylint link in CONTRIBUTING.md by @garlontas in #75
- ⚡ Fix CSV loader very slow by @garlontas in #76
- Feature/#70/data loader for json by @garlontas in #77
- 🔖 Release Version 1.1.0 by @garlontas in #78
Full Changelog: v1.0.2...v1.1.0
Version 1.0.2
What's Changed
- Bump joblib from 1.3.1 to 1.3.2 by @dependabot in #67
- 🧑💻 Fix autocomplete not working missing typehint by @garlontas in #68
- 🔖 Set version to 1.0.2 by @garlontas in #69
Full Changelog: v1.0.1...v1.0.2
Version 1.0.1
Version 1.0.0
What's Changed
- Feature/#57/add csv loader by @garlontas in #58
- 📝 Add CSV loader to README by @garlontas in #59
- 📝 Fix code sample by @garlontas in #60
Full Changelog: v0.3.3...v1.0.0
Version 0.3.3
What's Changed
- ✨ Add map to float intermediate operation by @garlontas in #53
- ✨ Add convert to numeric stream operation by @garlontas in #54
Full Changelog: v0.3.2...v0.3.3
Version 0.3.2
What's Changed
- Add stream converter by @garlontas in #50
Full Changelog: v0.3.1...v0.3.2
Features
You can now convert between parallel and sequential streams by using parallel()
or sequential()
intermediate operations.