Skip to content

Releases: kostrykin/repype

v1.0.0

16 Sep 06:10
Compare
Choose a tag to compare

What's Changed in #29

  • Add Textual interface by in #25
  • Bring stopwatch functionality back to the Task class in #30
  • Move repype.cli.run_cli and the __main__ to repype.__main__ #26
  • Drop parents argument from StatusReader.handle_new_status
  • Rename debug argument of StatusReaderConsoleAdapter to blocking
  • Add REPYPE_CLI_INTERMEDIATE environment variable (set to 0 to mute intermediate CLI output)
  • Add --reset option for CLI
  • Bug fixes

Full Changelog: v1.0.0-beta3...v1.0.0

v1.0.0-beta3

30 Aug 07:46
14f00f0
Compare
Choose a tag to compare
v1.0.0-beta3 Pre-release
Pre-release

What's Changed

  • Add support for marginal_stages in task.yml to contain class names #27
  • Change Task.marginal_stages to yield stage identifiers instead of returning a list
  • Bug fixes

Full Changelog: v1.0.0-beta2...v1.0.0-beta3

v1.0.0-beta2

26 Aug 10:51
69b5767
Compare
Choose a tag to compare
v1.0.0-beta2 Pre-release
Pre-release

What's Changed

  • Migrate to asyncio by @kostrykin in #23
    • Batch.run and Batch.cancel now are co-routines
    • StatusReader now is an async context manager
    • StatusReader.handle_new_status now runs on the same thread which the StatusReader was instantiated in
  • Refactor for v1.0.0-beta2 by @kostrykin in #24
    • Add usage example (examples/segmentation.ipynb)
    • StatusReader now has debug argument for reading status updates during blocking tasks on the main thread
    • Rename input to input_id
    • Bring back Config.sha
    • Bug fixes

Full Changelog: v1.0.0-beta1...v1.0.0-beta2

v1.0.0-beta1

23 Aug 18:16
0ac8c60
Compare
Choose a tag to compare
v1.0.0-beta1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-alpha4...v1.0.0-beta1

v1.0.0-alpha4

20 Aug 09:52
63e33de
Compare
Choose a tag to compare
v1.0.0-alpha4 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-alpha3...v1.0.0-alpha4

v1.0.0-alpha3

18 Aug 07:03
7b6a792
Compare
Choose a tag to compare
v1.0.0-alpha3 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-alpha2...v1.0.0-alpha3

v1.0.0-alpha2

15 Aug 14:30
e933631
Compare
Choose a tag to compare
v1.0.0-alpha2 Pre-release
Pre-release

What's Changed

  • Basically a test release after the repository name has changed
  • Refactor for v1.0.0-alpha2 by @kostrykin in #8

Full Changelog: v1.0.0-alpha1...v1.0.0-alpha2

v1.0.0-alpha1

15 Aug 13:40
Compare
Choose a tag to compare
v1.0.0-alpha1 Pre-release
Pre-release
Strip footer from `long_description`