Skip to content

Releases: cseptesting/floatcsep

v0.4.4

30 Dec 20:41
b3e142f

Choose a tag to compare

What's Changed

  • Decoupled Evaluation from ExperimentRegistry and delegated tests plotting to plot_results by @pabloitu in #80
  • 73 prototype of a standalone data app by @pabloitu in #78
  • Improved unit and e2e tests for panel viewer by @pabloitu in #100
  • Removed tutorial python scripts. Updated README by @pabloitu in #98
  • Added lockfile for dev and release reproducibility by @pabloitu in #102
  • Updated CREDITS.md by @pabloitu in #93
  • Updated instructions for pip-only installations by @pabloitu in #101
  • docs: updated landing page by @pabloitu in #96
  • Removed case_d test from CI by @pabloitu in #112
  • Updated docs API reference by @pabloitu in #99
  • repo: fixed typo in link to the bug tracker in CONTRIBUTING.md by @pabloitu in #106

Full Changelog: v0.4.2...v0.4.4

v0.4.3

30 Dec 20:30
b3e142f

Choose a tag to compare

What's Changed

  • Decoupled Evaluation from ExperimentRegistry and delegated tests plotting to plot_results by @pabloitu in #80
  • 73 prototype of a standalone data app by @pabloitu in #78
  • Improved unit and e2e tests for panel viewer by @pabloitu in #100
  • Removed tutorial python scripts. Updated README by @pabloitu in #98
  • Added lockfile for dev and release reproducibility by @pabloitu in #102
  • Updated CREDITS.md by @pabloitu in #93
  • Updated instructions for pip-only installations by @pabloitu in #101
  • docs: updated landing page by @pabloitu in #96
  • Removed case_d test from CI by @pabloitu in #112
  • Updated docs API reference by @pabloitu in #99
  • repo: fixed typo in link to the bug tracker in CONTRIBUTING.md by @pabloitu in #106

Full Changelog: v0.4.2...v0.4.3

v0.4.2

15 Nov 20:44
1da7cbc

Choose a tag to compare

Full Changelog: v0.4.1...v0.4.2

v0.4.1

12 Nov 16:50
260e5cf

Choose a tag to compare

What's Changed

  • Updated build by @pabloitu in #67
  • Minor fixes to code & edits of docs +++ textual feedback by @mherrmann3 in #45
  • Improved report module by @pabloitu in #69
  • Support for python 3.12 and improved conda environment manager by @pabloitu in #71
  • Updated documentation with tutorials using docker and parallel execution by @pabloitu in #72

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

01 Nov 18:28
777ae3b

Choose a tag to compare

What's Changed

  • 59 git repository accessor failing to manage path structure by @pabloitu in #60
  • 54 prepare models io interface in parallel execution2 by @pabloitu in #61
  • 55 correct dockers volume setup by @pabloitu in #62
  • 56 decide on and implement dag solving strategy by @pabloitu in #65

Full Changelog: v0.3.0...v0.4.0

v0.3.0

02 Jun 13:09
8292817

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

28 Apr 13:47

Choose a tag to compare

What's Changed

  • Updated GH and readthedocs actions workflow (#49)
  • Fixed installing instructions
  • Fixed path handling in report generation

v0.2.0

02 Oct 15:28

Choose a tag to compare

What's Changed

  • Removing python 3.8 support. by @pabloitu in #5
  • Improving loggins by @pabloitu in #8
  • Split Model into subclasses by @pabloitu in #13
  • QA tests: Only CatalogForecast flat-files, and fix ETAS src code interface with floatcsep by @pabloitu in #14
  • Decouple Model classes from file management by @pabloitu in #15
  • 9 decouple experiment from file management by @pabloitu in #16
  • refac: more control on the output of dicts from Model.as_dict() and experiment.as_dict() by @pabloitu in #18
  • 20 improve logging forecasts/results tree and state by @pabloitu in #21
  • 22: Postprocess refactoring by @pabloitu in #23
  • Report refactoring and hook by @pabloitu in #25
  • repo: Restructured floatcsep repo layout. Registries, repos, task han… by @pabloitu in #29
  • improved coverage of unit tests. by @pabloitu in #31
  • 33 fix api reference from documentation by @pabloitu in #34
  • Update readme by @pabloitu in #36
  • 35 populate documentation with tutorials and configuration guides by @pabloitu in #37

Full Changelog: v0.1.4...v0.2.0

v0.1.5

02 Oct 11:35

Choose a tag to compare

What's Changed

  • Removing python 3.8 support. by @pabloitu in #5
  • Improving loggins by @pabloitu in #8
  • Split Model into subclasses by @pabloitu in #13
  • QA tests: Only CatalogForecast flat-files, and fix ETAS src code interface with floatcsep by @pabloitu in #14
  • Decouple Model classes from file management by @pabloitu in #15
  • 9 decouple experiment from file management by @pabloitu in #16
  • refac: more control on the output of dicts from Model.as_dict() and experiment.as_dict() by @pabloitu in #18
  • 20 improve logging forecasts/results tree and state by @pabloitu in #21
  • 22: Postprocess refactoring by @pabloitu in #23
  • Report refactoring and hook by @pabloitu in #25
  • repo: Restructured floatcsep repo layout. Registries, repos, task han… by @pabloitu in #29
  • improved coverage of unit tests. by @pabloitu in #31
  • 33 fix api reference from documentation by @pabloitu in #34
  • Update readme by @pabloitu in #36
  • 35 populate documentation with tutorials and configuration guides by @pabloitu in #37

Full Changelog: v0.1.4...v0.1.5

v0.1.4

25 Jul 13:32

Choose a tag to compare

build: gh actions for pypi auto publish