Skip to content

Releases: jdranczewski/puzzlepiece

0.2.0 Threaded Workers

10 Nov 17:19
Compare
Choose a tag to compare

This update introduces an official way to handle threaded jobs to the library with Workers and LiveWorkers! For implementation details see https://puzzlepiece.readthedocs.io/en/latest/puzzlepiece.threads.html and for an example of how to use the new PuzzleTimer and the returned Signal, see https://github.com/jdranczewski/puzzlepiece/blob/v0.2.0/puzzlepiece/pieces/plotter.py

Some convenience functions were also added to the Puzzle object, see 7319dbd

0.1.0 PyPI Alpha

05 Sep 13:48
Compare
Choose a tag to compare

The package can now be installed from PyPI:
pip install puzzlepiece

Publish to PyPI

05 Sep 13:19
95530b2
Compare
Choose a tag to compare
Create python-publish.yml

For publishing releases to PyPI