Releases: pastas/pastastore
Release v1.3.0
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
- add apply func #99 + two fixes by @dbrakenhoff in #100
- add default Connector by @dbrakenhoff in #103
- Gw signatures by @OnnoEbbens in #101
- add get_extent() to PastaStore by @dbrakenhoff in #106
- improve empty library by @dbrakenhoff in #105
- fix for #108 by @OnnoEbbens in #109
- Release 1.3.0 by @dbrakenhoff in #107
New Contributors
- @OnnoEbbens made their first contribution in #101
Full Changelog: v1.2.2...v1.3.0
Release v1.2.2
Minor release with some small fixes to frontiers checks and plotting functionality
What's Changed
- Update master to v1.2.2 by @martinvonk in #97
Full Changelog: v1.2.1...v1.2.2
Release v1.2.1
Minor release with support for Python 3.11 and some minor fixes.
What's Changed
- Support Python 3.11 by @martinvonk in #93
- Minor update by @dbrakenhoff in #95
Full Changelog: v1.2.0...v1.2.1
Release v1.2.0
What's Changed
- Add ArcticDBConnector by @dbrakenhoff in #92
- Release v1.2.0 by @dbrakenhoff in #94
Full Changelog: v1.1.0...v1.2.0
Release v1.1.0
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 frompst.PastaStore(name, connector)
topst.PastaStore(connector, name=name)
with the name becoming optional.- Also in
pst.PasConnector
thename
argument is now used to specify the directory name in which the database will be stored. Thepath
argument defines the location of that directory. This is also a breaking change and will require users to modify theirPasConnector
frompst.PasConnector("unused_name", path="./pastas_db")
topst.PasConnector("pastas_db", path=".")
. This is more in line with the other Connectors.
What's Changed
- update release workflow by @dbrakenhoff in #82
- Update examples.rst by @MattBrst in #86
- Release v1.1.0 by @dbrakenhoff in #88
New Contributors
Full Changelog: v1.0.0...v1.1.0
Release v1.0.0
Support pastas 0.23, 1.0.
See changes below:
What's Changed
- Move to pyproject.toml by @dbrakenhoff in #80
- Release v1.0.0 by @dbrakenhoff in #81
Full Changelog: v0.9.1...v1.0.0
Release 0.9.1: minor fixes
Release v0.9.0
What's Changed
- Brakenhoff et al Model Reliability and Selection Criteria by @martinvonk in #69
- Add methods to check time series models (Brakenhoff et al, 2022) by @dbrakenhoff in #70
- Some improvements by @dbrakenhoff in #71
- Release 0.9.0 by @dbrakenhoff in #72
Full Changelog: v0.8.1...v0.9.0
Release v0.8.1
Minor bug fix in PastaStore.get_nearest_oseries()
What's Changed
- Minor release for bug fix by @dbrakenhoff in #68
Full Changelog: v0.8.0...v0.8.1
Release v0.8.0
What's Changed
- Change default value of check_model_series_values to True by @rubencalje in #46
- Add upsert and iter methods by @dbrakenhoff in #47
- Don't show timesteps with NaNs in data availability plot by @martinvonk in #48
- add oseries models accessor by @dbrakenhoff in #49
- Correct Checks for TarsoModel by @martinvonk in #51
- Stresslinks Function by @martinvonk in #54
- Plot option for cumulative histogram by @martinvonk in #55
- Automated Label Placement by @martinvonk in #61
- Storing list of model names per oseries by @dbrakenhoff in #62
- add yaml interface by @dbrakenhoff in #60
- Install Optional Dependencies Directly by @martinvonk in #64
- improve yaml interface by @dbrakenhoff in #65
- Release v0.8.0 by @dbrakenhoff in #67
New Contributors
- @rubencalje made their first contribution in #46
- @martinvonk made their first contribution in #48
Full Changelog: v0.7.0...v0.8.0