Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: python-thread/thread

v2.0.5

13 Jul 17:14
@github-actions github-actions
v2.0.5
This tag was signed with the committer’s verified signature.
caffeine-addictt Jun Xiang (カエデ)
GPG key ID: F8893B20572D1415
Verified
Learn about vigilant mode.
4608b55
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Contributors

dependabot, caffeine-addictt, and abdullah-albanna
Assets 2
Loading
caffeine-addictt and coldbreu reacted with hooray emoji caffeine-addictt and coldbreu reacted with rocket emoji
2 people reacted

v2.0.4

06 Jul 18:06
@github-actions github-actions
v2.0.4
This tag was signed with the committer’s verified signature.
caffeine-addictt Jun Xiang (カエデ)
GPG key ID: F8893B20572D1415
Verified
Learn about vigilant mode.
6a86736
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Contributors

dependabot and caffeine-addictt
Loading
caffeine-addictt reacted with heart emoji caffeine-addictt reacted with rocket emoji
1 person reacted

v2.0.3

27 May 02:45
@github-actions github-actions
a95367f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Contributors

dependabot and caffeine-addictt
Loading

v2.0.2

25 May 13:15
@github-actions github-actions
cc2de51
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Contributors

caffeine-addictt
Loading

v2.0.1

28 Apr 08:07
@github-actions github-actions
edfba3d
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Improvements

Documentation

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

Contributors

caffeine-addictt
Loading

v2.0.0

21 Apr 04:10
@github-actions github-actions
9217bbc
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Contributors

caffeine-addictt
Loading
caffeine-addictt reacted with hooray emoji
1 person reacted

v1.1.1

17 Mar 15:05
@github-actions github-actions
8f1ad08
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Contributors

caffeine-addictt
Loading

v1.1.0

16 Mar 19:37
@github-actions github-actions
2a89bf5
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Contributors

caffeine-addictt
Loading
caffeine-addictt reacted with hooray emoji caffeine-addictt reacted with rocket emoji
1 person reacted

v1.0.1

12 Mar 10:11
@github-actions github-actions
5e31ddb
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Contributors

caffeine-addictt
Loading
caffeine-addictt reacted with rocket emoji
1 person reacted

Release v1.0.0

09 Mar 04:17
@github-actions github-actions
c5aa3ea
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Contributors

ShiroTohu and caffeine-addictt
Loading
caffeine-addictt reacted with hooray emoji caffeine-addictt reacted with heart emoji caffeine-addictt reacted with rocket emoji
1 person reacted
Previous 1
Previous

AltStyle によって変換されたページ (->オリジナル) /