Skip to content

Commit 884521c

Browse files
author
Kelly McCusker
committed
update CHANGELOG for v0.7.0 release
1 parent 73c68b3 commit 884521c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.7.0] - 2025-08-14
10+
11+
### Added
12+
- Documentation pages added using mkdocs (Needs a new hostsite) ([PR #254](https://github.com/ClimateImpactLab/dscim/pull/254), [@JMGilbert](https://github.com/JMGilbert))
13+
- Added discounting option `constant_gwr`, which applies discounting across SSPs.
14+
915
### Changed
1016

1117
- Python version for running automated tests in CI upgraded from Python 3.10 to 3.12 ([PR #270](https://github.com/ClimateImpactLab/dscim/pull/270), [@brews](https://github.com/brews)).
18+
- The function signature for `calculate_labor_batch_damages()` in `src/dscim/preprocessing/input_damages.py` was updated to include additional args with default values that allow the labor SCC application to run without modifying `dscim` code in the future ([PR #415](https://github.com/ClimateImpactLab/dscim/pull/415), [@JMGilbert](https://github.com/JMGilbert)).
1219

1320
### Fixed
1421

1522
- Minor code cleanup. Switch old %-string formatting to use f-strings ([PR #351](https://github.com/ClimateImpactLab/dscim/pull/351), [@brews](https://github.com/brews)).
23+
- Pin `numcodecs` package to 0.15.1 in `requirements.txt` to fix failing tests. This works with `zarr < 3` and will need to be updated when DSCIM's `zarr` version is updated ([PR #406](https://github.com/ClimateImpactLab/dscim/pull/406), [@JMGilbert](https://github.com/JMGilbert)).
24+
- Fixed how quantile regression SCCs (`quantreg`) are calculated by allowing for the full cloud of damage points in the damage function fit stage (previously the `batch` dimension was incorrectly reduced before damage function fit even if `quantreg=True`) ([PR #405](https://github.com/ClimateImpactLab/dscim/pull/405), [@JMGilbert](https://github.com/JMGilbert)).
25+
- Pin `statsmodels` to 0.14.5 in `requirements.txt` to fix `scipy` 1.16+ import error ([PR #429](https://github.com/ClimateImpactLab/dscim/pull/429), [@C1587S](https://github.com/C1587S)).
1626

1727
### Removed
1828

@@ -137,7 +147,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
137147

138148
- Initial release.
139149

140-
[unreleased]: https://github.com/climateimpactlab/dscim/compare/v0.6.0...HEAD
150+
[unreleased]: https://github.com/climateimpactlab/dscim/compare/v0.7.0...HEAD
151+
[0.7.0]: https://github.com/climateimpactlab/dscim/compare/v0.6.0...v0.7.0
141152
[0.6.0]: https://github.com/climateimpactlab/dscim/compare/v0.5.0...v0.6.0
142153
[0.5.0]: https://github.com/climateimpactlab/dscim/compare/v0.4.0...v0.5.0
143154
[0.4.0]: https://github.com/climateimpactlab/dscim/compare/v0.3.0...v0.4.0

0 commit comments

Comments
 (0)