Skip to content

Release 0.4.0

Compare
Choose a tag to compare
@dbrakenhoff dbrakenhoff released this 16 Mar 15:02
· 673 commits to master since this release
76c167a
  • Add PasConnector object for storing timeseries and models as Pastas .pas-files on disk. Simplest method to store pastas data on disk without any external dependencies (only pastastore and pastas required).
  • Add method for detailed comparison of pastas Models: pastastore.util.compare_models()
  • Add method to export all timeseries in a model as CSV-files.
  • Add support for models using RechargeModel
  • Add benchmarks
  • Bug fixes:
    • Improve reading/writing zipfiles
    • Check for unsupported characters in metadata dictionaries
    • and more...