Releases: kostrykin/repype
Releases · kostrykin/repype
v1.0.0
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__
torepype.__main__
#26 - Drop
parents
argument fromStatusReader.handle_new_status
- Rename
debug
argument ofStatusReaderConsoleAdapter
toblocking
- Add
REPYPE_CLI_INTERMEDIATE
environment variable (set to0
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
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
What's Changed
- Migrate to asyncio by @kostrykin in #23
Batch.run
andBatch.cancel
now are co-routinesStatusReader
now is an async context managerStatusReader.handle_new_status
now runs on the same thread which theStatusReader
was instantiated in
- Refactor for v1.0.0-beta2 by @kostrykin in #24
- Add usage example (examples/segmentation.ipynb)
StatusReader
now hasdebug
argument for reading status updates during blocking tasks on the main thread- Rename
input
toinput_id
- Bring back
Config.sha
- Bug fixes
Full Changelog: v1.0.0-beta1...v1.0.0-beta2
v1.0.0-beta1
What's Changed
- Refactor for v1.0.0-beta1 by @kostrykin in #21
Full Changelog: v1.0.0-alpha4...v1.0.0-beta1
v1.0.0-alpha4
What's Changed
- Refactor for v1.0.0-alpha4 by @kostrykin in #17
Full Changelog: v1.0.0-alpha3...v1.0.0-alpha4
v1.0.0-alpha3
What's Changed
- Refactor for v1.0.0-alpha3 by @kostrykin in #15
Full Changelog: v1.0.0-alpha2...v1.0.0-alpha3
v1.0.0-alpha2
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
Strip footer from `long_description`