Pastastore

Latest version: v1.10.0

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

0.8.1

Minor bug fix in `PastaStore.get_nearest_oseries()`

What's Changed
* Minor release for bug fix by dbrakenhoff in https://github.com/pastas/pastastore/pull/68


**Full Changelog**: https://github.com/pastas/pastastore/compare/v0.8.0...v0.8.1

0.8.0

New Contributors
* rubencalje made their first contribution in https://github.com/pastas/pastastore/pull/46
* martinvonk made their first contribution in https://github.com/pastas/pastastore/pull/48

**Full Changelog**: https://github.com/pastas/pastastore/compare/v0.7.0...v0.8.0

0.7.0

- Set timeseries checking option to True by default. Pastastore will first check whether timeseries in a pastas Model match stored copies.
- Add upsert methods (update if series exists, otherwise insert), for lazy people who don't feel like checking if something exists.
- Add ModelAccessor object. Allows accessing and adding models through a dict-like interface, i.e. `ml = pstore.models["model1"]` or `pstore.models["model2"] = ml2`. Addtionally support iterating over `pstore.models`.
- Do not show NaN values in data availability plots
- Add a oseries-model object that keeps track of which models belong to which oseries. Useful for finding models for a certian location (without having to loop over all models). Work in Progress.
- Add support for TarsoModel
- Add option to ignore errors in `pstore.get_statistics()` and `pstore.get_parameters()`
- Add stress-links map, showing which stresses are used by which models.
- Add cumulative histogram plot, showing which percentage of models exceed a certain statistic value.
- Lots of minor improvements.

**Full Changelog**: https://github.com/pastas/pastastore/compare/v0.6.1...v0.7.0

0.6.1

Minor update
- remove pandas max dependency
- minor fixes, see 45

0.6.0

Major internal refactoring of code, moved all general code to BaseConnector class, all specific code kept in specific Connector classes.

Add features:
- add update methods for timeseries (for adding new data)
- add some basic support for adding pastas.TimeSeries
- add copy_database function
- add plot and map methods (see [notebook](https://pastastore.readthedocs.io/en/latest/examples/003_pastastore_plots_and_maps.html))
- add rudimentary search timeseries method (for lazy people who only want to see metadata but only type the first few letters)
- add option to check whether timeseries in a pastas.Model are exactly the same as in the store (see `PastaStore.set_check_model_series_values()`, by default off)
- minor(bug)fixes and improvements

0.5.0

Improvements and fixes:

- improve support for RechargeModel
- automatic updating of tmin/tmax in timeseries settings and models
- add option to retrieve metadata in `pstore.get_oseries()` and `pstore.get_stresses()`
- improve `get_oseries_distances` to exclude self
- improve reading database from zipfiles
- add option to pass name for added RechargeModel

Page 4 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.