Skip to content

Releases: pastas/pastastore

Release v1.3.0

04 Dec 11:10
60b6569
Compare
Choose a tag to compare

A new release with some new features (PastaStore.apply(), PastaStore.get_signatures()), some ease-of-use changes (the default Connector is now DictConnector, so this does not have to be specified each time.), and some bug fixes.

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.3.0

Release v1.2.2

28 Jun 07:50
bb34669
Compare
Choose a tag to compare

Minor release with some small fixes to frontiers checks and plotting functionality

What's Changed

Full Changelog: v1.2.1...v1.2.2

Release v1.2.1

12 May 13:03
44df9ab
Compare
Choose a tag to compare

Minor release with support for Python 3.11 and some minor fixes.

What's Changed

Full Changelog: v1.2.0...v1.2.1

Release v1.2.0

05 May 14:05
b6ef41e
Compare
Choose a tag to compare

What's Changed

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

Release v1.1.0

21 Mar 09:49
3ecaae3
Compare
Choose a tag to compare

Note: this release includes two breaking changes:

  • PastaStore expects the connector as the first argument. The name argument has become optional. This does introduce a breaking change, where people with old code will have to switch the order of the arguments from pst.PastaStore(name, connector) to pst.PastaStore(connector, name=name) with the name becoming optional.
  • Also in pst.PasConnector the name argument is now used to specify the directory name in which the database will be stored. The path argument defines the location of that directory. This is also a breaking change and will require users to modify their PasConnector from pst.PasConnector("unused_name", path="./pastas_db") to pst.PasConnector("pastas_db", path="."). This is more in line with the other Connectors.

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

Release v1.0.0

03 Feb 17:06
934ab79
Compare
Choose a tag to compare

Support pastas 0.23, 1.0.

See changes below:

What's Changed

Full Changelog: v0.9.1...v1.0.0

Release 0.9.1: minor fixes

05 Dec 15:30
b676e0f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

Release v0.9.0

05 Sep 14:57
879efe6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.9.0

Release v0.8.1

23 Jun 09:09
24a536b
Compare
Choose a tag to compare

Minor bug fix in PastaStore.get_nearest_oseries()

What's Changed

Full Changelog: v0.8.0...v0.8.1

Release v0.8.0

20 Jun 22:14
3e6dd14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0