Skip to content

Releases: rbaltrusch/bach_generator

v1.2.0

22 Jun 11:59
v1.2.0
0724570
Compare
Choose a tag to compare

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.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

16 Jun 10:35
v1.1.0
8b8fe0a
Compare
Choose a tag to compare

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

Updated dev dependencies

Full Changelog: v1.0.2...v1.1.0

v1.0.2

18 Aug 14:13
Compare
Choose a tag to compare

Update user documentation and bump dependencies.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

13 Aug 00:16
Compare
Choose a tag to compare

Fix gui icon include in release package.