- 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