Skip to content

Releases: pickwicksoft/pystreamapi

Version 1.4.0

13 Apr 14:43
8560dd6

Choose a tag to compare

What's Changed

  • ⬆️ Fix setuptools vulnerability in Python 3.7 by @garlontas in #96
  • 🐛 Fix individual loader import fails by @garlontas in #97
  • 🐛 Fix sequential stream consuming source eager by @garlontas in #98
  • 💡 Add overload for of method to support generator streams by @garlontas in #101
  • 💡 Implement automatic stream implementation selection by @garlontas in #102
  • Fix loader correctness and global side-effects from PR #103 review by @Copilot in #121
  • Remove duplicate file-mocking boilerplate in loader tests by @Copilot in #122
  • 🐛 Refactor data loaders to be lazy and use generators to prevent memory problems by @garlontas in #103
  • Add TOML data loader by @Copilot in #123
  • 🧑‍💻 Make iterator error handler optional and pin poetry-publish by @garlontas in #124
  • feat(loaders): stream JSON via ijson; replace peek+replay with seek(0) where possible by @Copilot in #125
  • Release/v1.4.0 by @garlontas in #126

Full Changelog: v1.3.0...v1.4.0

Version 1.3.0

16 May 14:54
3436199

Choose a tag to compare

What's Changed

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

Version 1.2.1

23 Feb 20:46
7d90acd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

Version 1.2.0

30 Dec 19:55
30dc953

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

Version 1.1.0

28 Sep 18:23
21dcdf1

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.1.0

Version 1.0.2

30 Aug 12:29
b305992

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

Version 1.0.1

31 Jul 13:58
2f52e24

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

25 Jul 15:38
648e00f

Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v1.0.0

Version 0.3.3

25 Jul 11:02
7ae0711

Choose a tag to compare

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

24 Jul 12:46
60098c8

Choose a tag to compare

What's Changed

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.