Releases: rbaltrusch/bach_generator
Releases · rbaltrusch/bach_generator
v1.2.0
What's Changed
- Added status bar to GUI (running 1/10, finished running...)
- Added 'Copied' message to 'Copy command' button.
- Plots now have a separate colour per plot.
- Fixed the CLI call
python bach_generator -h
- Fixed the GUI startup
- Fixed the used matplotlib API to avoid GUI crashes.
- Removed matplotlib warnings triggered at the start of plots.
- Fixed the GUI close button.
- Fixed boolean CLI arguments in GUI (save and parallel).
- Fixed a problem where points of previous plots were sometimes outside the shown plot area.
- Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in #53
- Gui Fixes, status bar, plot colors by @rbaltrusch in #54
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Added optional
--parallel
CLI arg, which allows running model training in parallel with all available cores. - Use default factory in GeneticAlgorithmRunner by @rbaltrusch in #33
- Update pypi tropes by @rbaltrusch in #32
Updated dependencies
- Bump music21 from 7.3.3 to 8.1.0 by @dependabot in #7
- Bump scipy from 1.9.0 to 1.13.0 by @dependabot in #47
Updated dev dependencies
- Update dependabot config by @rbaltrusch in #27
- Update workflows to support Python 3.11 and 3.12 by @rbaltrusch in #52
- Update pytest-unit-tests.yml by @rbaltrusch in #34
- Bump actions/checkout from 2 to 4 by @dependabot in #30
- Bump actions/setup-python from 2 to 5 by @dependabot (multiple)
- Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.8.14 by @dependabot (multiple)
- Bump pytest from 7.1.2 to 8.2.2 by @dependabot (multiple)
Full Changelog: v1.0.2...v1.1.0
v1.0.2
Update user documentation and bump dependencies.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Fix gui icon include in release package.