Skip to content

Releases: python-thread/thread

v2.0.5

13 Jul 17:14
v2.0.5
4608b55
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Other changes

  • chore(deps-dev): bump zipp from 3.18.2 to 3.19.1 in the pip group (#140) @dependabot

Documentation

Full Changelog: v2.0.4...v2.0.5

v2.0.4

06 Jul 18:06
v2.0.4
6a86736
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Other changes

Documentation

6 changes
  • fix: Invalid concurrent-processing return type (#137) @caffeine-addictt
  • chore(deps): bump braces from 3.0.2 to 3.0.3 in /docs in the npm_and_yarn group across 1 directory (#123) @dependabot
  • chore(deps): bump tailwind-merge from 2.2.1 to 2.3.0 (#108) @dependabot
  • chore(deps-dev): bump eslint-config-next from 14.0.4 to 14.2.3 (#113) @dependabot
  • chore(deps): bump nextra-theme-docs from 2.13.2 to 2.13.4 (#110) @dependabot
  • chore(deps): bump nextra from 2.13.2 to 2.13.4 (#111) @dependabot

Full Changelog: v2.0.3...v2.0.4

v2.0.3

27 May 02:45
a95367f
Compare
Choose a tag to compare

What's Changed

More dependency updates

Improvements

Other changes

  • chore(deps-dev): bump @types/react-dom from 18.2.18 to 18.3.0 (#102) @dependabot
  • chore(deps-dev): bump typescript from 5.3.3 to 5.4.5 (#100) @dependabot
  • chore(deps-dev): bump @types/react from 18.2.45 to 18.3.3 (#103) @dependabot
  • chore(deps-dev): bump postcss from 8.4.32 to 8.4.38 (#104) @dependabot
  • chore(deps): bump release-drafter/release-drafter from 5 to 6 (#94) @dependabot
  • chore(deps): bump actions/checkout from 3 to 4 (#93) @dependabot
  • chore(deps): bump JRubics/poetry-publish from 1.17 to 2.0 (#95) @dependabot

Documentation

Full Changelog: v2.0.2...v2.0.3

v2.0.2

25 May 13:15
cc2de51
Compare
Choose a tag to compare

What's Changed

Just some dependency updates, QoL and repo maintenance 😄

Bug Fixes

Improvements

Documentation

Full Changelog: v2.0.1...v2.0.2

v2.0.1

28 Apr 08:07
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
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
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
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
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
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