Pastas

Latest version: v1.7.0

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

Scan your dependencies

Page 2 of 9

1.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 https://github.com/pastas/pastastore/pull/97


**Full Changelog**: https://github.com/pastas/pastastore/compare/v1.2.1...v1.2.2

1.2.1

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

What's Changed
* Support Python 3.11 by martinvonk in https://github.com/pastas/pastastore/pull/93
* Minor update by dbrakenhoff in https://github.com/pastas/pastastore/pull/95


**Full Changelog**: https://github.com/pastas/pastastore/compare/v1.2.0...v1.2.1

1.2.0

What's Changed
* Merge master into dev by martinvonk in https://github.com/pastas/pastas/pull/600
* remove NumPy < v1.24 requirement by martinvonk in https://github.com/pastas/pastas/pull/607
* 602 wellmodel fixes 2,3 by dbrakenhoff in https://github.com/pastas/pastas/pull/603
* address 537 by dbrakenhoff in https://github.com/pastas/pastas/pull/599
* update color of noise in CompareModels by martinvonk in https://github.com/pastas/pastas/pull/613
* Add MCMC solver to Pastas by raoulcollenteur in https://github.com/pastas/pastas/pull/572
* Fix issue 536 return true if series are valid, else raise error by raoulcollenteur in https://github.com/pastas/pastas/pull/616
* silence HantushWellModel info msg about r=1.0 by dbrakenhoff in https://github.com/pastas/pastas/pull/604
* Fix issue 608 by raoulcollenteur in https://github.com/pastas/pastas/pull/615
* Check if precipitation is probably in mm/d by raoulcollenteur in https://github.com/pastas/pastas/pull/618
* Update Master to Pastas 1.2 by raoulcollenteur in https://github.com/pastas/pastas/pull/619


**Full Changelog**: https://github.com/pastas/pastas/compare/v1.1.0...v1.2.0

1.1.0

What's Changed
* Fix datetime axes with pandas.Timestamp and some other improvements by dbrakenhoff in https://github.com/pastas/pastas/pull/557
* Make table in pastas.plots.series() optional by martinvonk in https://github.com/pastas/pastas/pull/561
* Update types.py to support Matplotlib <v3.4 by martinvonk in https://github.com/pastas/pastas/pull/553
* Improve documentation by martinvonk in https://github.com/pastas/pastas/pull/560
* Fix issue 564 by rubencalje in https://github.com/pastas/pastas/pull/565
* Improve modeling with non-daily timesteps by dbrakenhoff in https://github.com/pastas/pastas/pull/556
* Codacy coverage upload, auto-assign pr and flake8 update by martinvonk in https://github.com/pastas/pastas/pull/566
* add fill/bfill timeseries settings options by dbrakenhoff in https://github.com/pastas/pastas/pull/558
* Add (Pandas) resample wrapper function to timeseries_utils by martinvonk in https://github.com/pastas/pastas/pull/581
* Pas datetime fixes for pastastore by dbrakenhoff in https://github.com/pastas/pastas/pull/582
* Update testing routine with fixtures and benchmark notebooks test by martinvonk in https://github.com/pastas/pastas/pull/583
* fix 571 warnings tracksolve by dbrakenhoff in https://github.com/pastas/pastas/pull/579
* Support Python 3.11 by martinvonk in https://github.com/pastas/pastas/pull/588
* fix 549 stderr formatting by dbrakenhoff in https://github.com/pastas/pastas/pull/580
* fix 575 duplicate columns in plots.compare() by dbrakenhoff in https://github.com/pastas/pastas/pull/576
* improve WellModel by dbrakenhoff in https://github.com/pastas/pastas/pull/570
* fix 551: `up` and `gain_scale_factor` are set by StressModel by dbrakenhoff in https://github.com/pastas/pastas/pull/573
* add fix to wellmodel by dbrakenhoff in https://github.com/pastas/pastas/pull/589
* fix 577 improve validate_series by dbrakenhoff in https://github.com/pastas/pastas/pull/578
* Merge main into dev by dbrakenhoff in https://github.com/pastas/pastas/pull/596
* review release changes by dbrakenhoff in https://github.com/pastas/pastas/pull/597
* Update master to Pastas 1.1.0 by raoulcollenteur in https://github.com/pastas/pastas/pull/595


**Full Changelog**: https://github.com/pastas/pastas/compare/v1.0.1...v1.1.0

1.0.1

What's Changed

* Fix small typo in modelplots.py by martinvonk in https://github.com/pastas/pastas/pull/532
* Delete timeseries_legacy.py by raoulcollenteur in https://github.com/pastas/pastas/pull/531
* Update dev to 1.0.1 by raoulcollenteur in https://github.com/pastas/pastas/pull/534
* Update master-branch to 1.0.1 by raoulcollenteur in https://github.com/pastas/pastas/pull/535


**Full Changelog**: https://github.com/pastas/pastas/compare/v1.0.0...v1.0.1

1.0.0

What's Changed

* Implement Type Hints by martinvonk in https://github.com/pastas/pastas/pull/441
* 448 black formatting by dbrakenhoff in https://github.com/pastas/pastas/pull/457
* 454 Add .gitattribute file for linguist settings by martinvonk in https://github.com/pastas/pastas/pull/456
* Transition to pyproject.toml by martinvonk in https://github.com/pastas/pastas/pull/443
* 442 fix python-publish.yml and improve version.py by martinvonk in https://github.com/pastas/pastas/pull/461
* Fix runtime error in ChangeModel by raoulcollenteur in https://github.com/pastas/pastas/pull/464
* Have acf return conf instead of stderr by raoulcollenteur in https://github.com/pastas/pastas/pull/465
* 455 only allow pandas series as user input by raoulcollenteur in https://github.com/pastas/pastas/pull/459
* Require user-provided response function to be instances by raoulcollenteur in https://github.com/pastas/pastas/pull/466
* 452 Change Numba from optional to full dependency by martinvonk in https://github.com/pastas/pastas/pull/468
* Raise deprecation warnings for all read methods by raoulcollenteur in https://github.com/pastas/pastas/pull/470
* remove dump menyanthes method by raoulcollenteur in https://github.com/pastas/pastas/pull/471
* fix 473 by dbrakenhoff in https://github.com/pastas/pastas/pull/474
* Add impulse response functions to all rfunc by raoulcollenteur in https://github.com/pastas/pastas/pull/472
* 460 enhancement streamline time series pre processing utilities by dbrakenhoff in https://github.com/pastas/pastas/pull/467
* change meanstress to gain_scale_factor by raoulcollenteur in https://github.com/pastas/pastas/pull/483
* Update development.md by martinvonk in https://github.com/pastas/pastas/pull/489
* Move configuration files to pyproject.toml and delete setup.cfg by martinvonk in https://github.com/pastas/pastas/pull/490
* Properly store recharge models and settings by raoulcollenteur in https://github.com/pastas/pastas/pull/493
* Update response arguments by raoulcollenteur in https://github.com/pastas/pastas/pull/491
* Fix to_dict methods for stressmodels by raoulcollenteur in https://github.com/pastas/pastas/pull/497
* Stop storing stresses as list if not necessary by raoulcollenteur in https://github.com/pastas/pastas/pull/498
* Remove scipy 1.8 check by raoulcollenteur in https://github.com/pastas/pastas/pull/496
* make "class" keyword consistent in to_dict methods by raoulcollenteur in https://github.com/pastas/pastas/pull/499
* Solver as instance instead of classes by raoulcollenteur in https://github.com/pastas/pastas/pull/487
* remove menyanthes dump method by raoulcollenteur in https://github.com/pastas/pastas/pull/501
* remove read module by raoulcollenteur in https://github.com/pastas/pastas/pull/494
* remove deprecated time series and pas-files code by raoulcollenteur in https://github.com/pastas/pastas/pull/503
* remove deprecations from stressmodels and rfunc by raoulcollenteur in https://github.com/pastas/pastas/pull/504
* remove old model code by raoulcollenteur in https://github.com/pastas/pastas/pull/506
* Dynamic versioning by martinvonk in https://github.com/pastas/pastas/pull/507
* Add PyPI downloads badge to readme.rst by martinvonk in https://github.com/pastas/pastas/pull/512
* Fix bug 510 by raoulcollenteur in https://github.com/pastas/pastas/pull/520
* Improve testing routine and GitHub CI by dbrakenhoff in https://github.com/pastas/pastas/pull/515
* Update metrics.py by raoulcollenteur in https://github.com/pastas/pastas/pull/521
* fix docstrings and unused code in acf by raoulcollenteur in https://github.com/pastas/pastas/pull/524
* 522 fix some bugs in time series and make more efficient by raoulcollenteur in https://github.com/pastas/pastas/pull/523
* add error when simulating NaNs (348) by dbrakenhoff in https://github.com/pastas/pastas/pull/526
* Pastas docs 1.0 by raoulcollenteur in https://github.com/pastas/pastas/pull/502
* Update master-branch to Pastas 1.0: Arrabiata by raoulcollenteur in https://github.com/pastas/pastas/pull/529


**Full Changelog**: https://github.com/pastas/pastas/compare/v0.23.1...v1.0.0

Page 2 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.