Skip to content

Releases: python-thread/thread

v2.0.1

28 Apr 08:07
v2.0.1
edfba3d
Compare
Choose a tag to compare

What's Changed

Improvements

Documentation

Full Changelog: v2.0.0...v2.0.1

v2.0.0

21 Apr 04:10
v2.0.0
9217bbc
Compare
Choose a tag to compare

What's Changed

Breaking: Changed Parallel -> Concurrent
Breaking: Changed .join to follow threading.Thread and return None

Documentation

Full Changelog: v1.1.1...v2.0.0

v1.1.1

17 Mar 15:05
v1.1.1
8f1ad08
Compare
Choose a tag to compare

What's Changed

In v1.1.0, _get_value expects a function signature of (SupportsXXX, int) -> _Dataset_T which triggers static type checking.
v1.1.1 fixes this by switching the function signature to use (Dataset, int) -> _Dataset_T

Bug Fixes

Full Changelog: v1.1.0...v1.1.1

v1.1.0

16 Mar 19:37
v1.1.0
2a89bf5
Compare
Choose a tag to compare

What's Changed

ParallelProcessing compatibility support with dataframes and other data structures.
View the docs: https://thread.ngjx.org/docs/latest/parallel-processing#work-arounds

New

Other changes

Full Changelog: v1.0.1...v1.1.0

v1.0.1

12 Mar 10:11
v1.0.1
5e31ddb
Compare
Choose a tag to compare

What's Changed

Added verbosity setting. View the docs for it here.

New

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

Release v1.0.0

09 Mar 04:17
v1.0.0
c5aa3ea
Compare
Choose a tag to compare

What's Changed 🚀

v1.0.0 comes with major runtime and memory efficiency improvements and decorators.

Note

CLI has been moved to its own package pip install thread-cli

New

Bug Fixes

Improvements

Other

Documentation

Full Changelog: v0.1.3...v1.0.0

v0.1.3 Release

10 Dec 13:40
8a95b01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

16 Nov 14:41
91db5c8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

14 Nov 15:02
2619751
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

14 Nov 14:57
51d3be5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.1.0