Skip to content

Releases: ices-tools-dev/echoSMs

v0.10.0

11 Apr 11:11
Compare
Choose a tag to compare

Add support for reading ZooScatR .sat DWBA shapes

v0.9.3

05 Apr 22:31
Compare
Choose a tag to compare

Make the KRM and DWBA organism data fully follow the echoSMs coordinate convention.

v0.9.2

02 Apr 00:22
Compare
Choose a tag to compare

v0.9.1

31 Mar 08:26
Compare
Choose a tag to compare

More tweaks for the WGFAST 2025 presentation

v0.9.0

27 Mar 19:41
Compare
Choose a tag to compare
  • Add more tests
  • Documentation edits
  • Add plot() method to the KRMorganism class

This release was prepared for the 2025 WGFAST meeting and echoSMs workshop, 5-11 April.

v0.8.3

18 Feb 03:12
Compare
Choose a tag to compare
  • API change to ReferenceModel class. An empty dict is returned instead of an empty list when no ReferenceModel data is available.
  • Improve documentation in places
  • Add pytest tests for TS output from all models

v0.8.2

02 Feb 22:29
Compare
Choose a tag to compare
  • bug fix for units in BenchmarkData
  • Update tutorial notebook for new BenchmarkData API

v0.8.1

02 Feb 22:07
Compare
Choose a tag to compare

v0.8.0

02 Feb 21:21
Compare
Choose a tag to compare

Multiprocessing:

  • Add support for a progress bar when multiprocessing
  • Improve multiprocessing documentation
  • Make multiprocessing library a formal dependency

Bug fixes

  • Significantly increase the speed of parameter checking when running large numbers of models

Benchmark data

  • Update the docs to match the new way of accessing the benchmark data

v0.7.0

29 Jan 05:12
Compare
Choose a tag to compare
  • Changed the API used to access the benchmark data
  • Better error messages when using an unknown benchmark name. Resolves #27