Skip to content

Releases: iterait/emloop

v0.2.2

16 Oct 07:28
7b63129
Compare
Choose a tag to compare
  • Fix tests
  • Update YAML loading policy

v0.2.1

16 Apr 10:31
7e94006
Compare
Choose a tag to compare
  • Fix stream_info dataset fn
  • Update to new Ruamel yaml
  • Packagin update

v0.2.0

20 Mar 14:21
befacaf
Compare
Choose a tag to compare
  • Python API refactor
  • Fix YAML loading

v0.1.2

12 Feb 08:53
aaa2b69
Compare
Choose a tag to compare
  • Integrate deprecated emloop-scikit and its ClassificationMetrics hook (#51).
  • Add Benchmark hook (#43).
  • Minor fixes in config file reading (#57, #39).
  • Various other minor fixes and improvements.

v0.1.1

03 Dec 10:38
726ac55
Compare
Choose a tag to compare
  • on_incorrect_config=(ignore|warn|error) can be passed to MainLoop config yielding either an error or a warning or ignores invalid main loop config entirely
  • add Flatten hook which flattens various collections into a flat structure
  • add LogitsToCsv hook which exports classification logits into CSV
  • add PlotLines which plotd sequences of numbers using matplotlib
  • add SaveFile which saves specified files into the output directory before the training
  • add SaveMasks which saves a stream of masks
  • add SequenceToCsv which stores the specified sequences to CSV
  • test refactor

v0.1.0

05 Oct 08:59
Compare
Choose a tag to compare

Rebranding