Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pycap-dss
For current development version please go to: https://github.com/DOI-USGS/pycap-dss


Version 1.2.5
Version 1.3.0
-------------
![Tests](https://github.com/doi-usgs/pycap-dss/actions/workflows/test.yaml/badge.svg)
[![PyPI version](https://badge.fury.io/py/pycap-dss.svg)](https://badge.fury.io/py/pycap-dss)
Expand Down
8 changes: 7 additions & 1 deletion docs/release-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,10 @@ Version 1.2.5 (2026-01-20)
* Performance enhancements to Hunt (2003) solutions.
* precalculation of some constants and tuning of numerical integral
* vectorization of some calculations
* no syntax changes necessary for use
* no syntax changes necessary for use

Version 1.3.0 (2026-01-30)
--------------------------
* Performance enhancements to all depletion solutions.
* precalculation of a unit pumping response precedes multiplication rather than full depletion calculation to fill out pumping time series
* no syntax changes necessary for use
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pycap-dss"
description = "long_description.rst"
version = "1.2.5"
version = "1.3.0"
authors = [
{name = "Michael Fienen", email = "mnfienen@usgs.gov"},
{name = "Aaron Pruitt", email = "Aaron.Pruitt@wisconsin.gov"},
Expand Down
Loading