Skip to content

Commit dedd5b9

Browse files
committed
Merge remote-tracking branch 'upstream/main' into initial_w
2 parents 1370184 + eef1beb commit dedd5b9

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [0.0.8] - 2025-04-28 12:00:00
10+
11+
### Added
12+
13+
- Updates `environment.yml` and `setup.py` to pin to version `marshmallow<4.0.0`
14+
915
## [0.0.7] - 2025-03-12 4:00:00
1016

1117
### Added
@@ -75,6 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7581
- This version is a pre-release alpha. The example run script OG-ZAF/examples/run_og_zaf.py runs, but the model is not currently calibrated to represent the South African economy and population.
7682

7783

84+
[0.0.8]: https://github.com/EAPD-DRB/OG-ZAF/compare/v0.0.7...v0.0.8
7885
[0.0.7]: https://github.com/EAPD-DRB/OG-ZAF/compare/v0.0.6...v0.0.7
7986
[0.0.6]: https://github.com/EAPD-DRB/OG-ZAF/compare/v0.0.5...v0.0.6
8087
[0.0.5]: https://github.com/EAPD-DRB/OG-ZAF/compare/v0.0.4...v0.0.5

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dependencies:
1313
- dask>=2.30.0
1414
- dask-core>=2.30.0
1515
- distributed>=2.30.1
16+
- marshmallow<4.0.0
1617
- paramtools>=0.15.0
1718
- sphinx>=3.5.4
1819
- sphinx-book-theme>=0.1.3

ogzaf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
from ogzaf.macro_params import *
99
from ogzaf.utils import *
1010

11-
__version__ = "0.0.7"
11+
__version__ = "0.0.8"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="ogzaf",
8-
version="0.0.7",
8+
version="0.0.8",
99
author="Marcelo LaFleur, Richard W. Evans, and Jason DeBacker",
1010
license="CC0 1.0 Universal (CC0 1.0) Public Domain Dedication",
1111
description="South Africa Calibration for OG-Core",
@@ -35,6 +35,7 @@
3535
"matplotlib",
3636
"dask>=2.30.0",
3737
"distributed>=2.30.1",
38+
"marshmallow<4.0.0",
3839
"paramtools>=0.15.0",
3940
"requests",
4041
"pandas-datareader",

0 commit comments

Comments
 (0)