Releases: sgfsweden/gwrefpy
Release v0.4.1
📦 PyPI Release
This release has been automatically published to PyPI.
Install with pip:
pip install gwrefpy==0.4.1Install with uv:
uv add gwrefpy==0.4.1Or upgrade with pip:
pip install --upgrade gwrefpyOr upgrade with uv:
uv add gwrefpy@latestWhat's Changed
- Release v0.4.1: Documentation bug fix by @officialankan in #101
Full Changelog: v0.4.0...v0.4.1
Release v0.4.0
📦 PyPI Release
This release has been automatically published to PyPI.
Install with pip:
pip install gwrefpy==0.4.0Install with uv:
uv add gwrefpy==0.4.0Or upgrade with pip:
pip install --upgrade gwrefpyOr upgrade with uv:
uv add gwrefpy@latestWhat's Changed
- Fix URL to Doc in README by @raoulcollenteur in #90
- Fix: Resolve confusing plotting behavior in plot_fits() by @officialankan in #93
- docs: update landing page text and add references to docstrings by @officialankan in #96
- feat: add plot method to FitResultData by @officialankan in #95
- Add sgu-client integration example by @officialankan in #98
- Release v0.4.0 by @eriktoller in #89
New Contributors
- @raoulcollenteur made their first contribution in #90
Full Changelog: v0.3.2...v0.4.0
Release v0.3.2
📦 PyPI Release
This release has been automatically published to PyPI.
Install with pip:
pip install gwrefpy==0.3.2Install with uv:
uv add gwrefpy==0.3.2Or upgrade with pip:
pip install --upgrade gwrefpyOr upgrade with uv:
uv add gwrefpy@latestWhat's Changed
- Release v0.3.2 by @eriktoller in #83
Full Changelog: v0.3.1...v0.3.2
Release v0.3.1
📦 PyPI Release
This release has been automatically published to PyPI.
Install with pip:
pip install gwrefpy==0.3.1Install with uv:
uv add gwrefpy==0.3.1Or upgrade with pip:
pip install --upgrade gwrefpyOr upgrade with uv:
uv add gwrefpy@latestWhat's Changed
- Added Chebyshev polynomial fitting by @eriktoller in #77
- Release v0.3.1 by @eriktoller in #80
- Revert "Release v0.3.1" by @eriktoller in #81
- Release v0.3.1 by @eriktoller in #82
Full Changelog: v0.3.0...v0.3.1
Release v0.3.0
📦 PyPI Release
This release has been automatically published to PyPI.
Install with pip:
pip install gwrefpy==0.3.0Install with uv:
uv add gwrefpy==0.3.0Or upgrade with pip:
pip install --upgrade gwrefpyOr upgrade with uv:
uv add gwrefpy@latestWhat's Changed
- 67 n polynomial fitting by @eriktoller in #74
- release v0.3.0 by @officialankan in #75
Full Changelog: v0.2.0...v0.3.0
Release v0.2.0
📦 PyPI Release
This release has been automatically published to PyPI.
Install with pip:
pip install gwrefpy==0.2.0Install with uv:
uv add gwrefpy==0.2.0Or upgrade with pip:
pip install --upgrade gwrefpyOr upgrade with uv:
uv add gwrefpy@latestWhat's Changed
- 31 enhance plotter by @eriktoller in #41
- Officialankan/43 enable plotting without a
plot styleby @eriktoller in #46 - 42 add plotting and logging notebooks by @eriktoller in #45
- 47 make to dict and unpack dict private by @eriktoller in #50
- update branch 40 with dev by @eriktoller in #52
- 40 method to remove fits from a model by @eriktoller in #54
- add shorthand get functions to
FitResultDataby @officialankan in #59 - Add version test for init module by @officialankan in #63
- add time offset notebook by @officialankan in #65
- remove
requirements.txtby @officialankan in #68 - feat: allow for different aggregation methods within time offsets by @officialankan in #69
- Release v0.2.0 by @eriktoller in #56
Full Changelog: v0.1.0...v0.2.0
Release v0.1.0
📦 PyPI Release
This release has been automatically published to PyPI.
Install with pip:
pip install gwrefpy==0.1.0Install with uv:
uv add gwrefpy==0.1.0Or upgrade with pip:
pip install --upgrade gwrefpyOr upgrade with uv:
uv add gwrefpy@latestWhat's Changed
- merge from main by @officialankan in #6
- Bringing dev up to date by @eriktoller in #9
- Update try 2 by @eriktoller in #10
- translate README.md and add placeholder titles and subtitles by @officialankan in #12
- Add ruff linter as a development dependency and fix linting issues by @officialankan in #14
- Initiation of docs by @eriktoller in #15
- Update main with dev progress by @eriktoller in #18
- Implement best_fit method and standardize parameter order by @officialankan in #26
- Officialankan/27-add-
notebook-as-optional-recommended-dependency by @officialankan in #32 - feat: add support for fitting multiple well pairs in Model.fit() by @officialankan in #34
- feat: enhance data visualization with rich HTML representations and improved string formatting by @officialankan in #35
- release v0.1.0 by @officialankan in #36
New Contributors
- @officialankan made their first contribution in #6
- @eriktoller made their first contribution in #9
Full Changelog: https://github.com/andersretznerSGU/gwrefpy/commits/v0.1.0