Skip to content

Commit

Permalink
updates for release of 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laestrada committed May 2, 2022
1 parent db880cf commit 453daa3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Added
### Changed
## [1.1.0] - 2021-09-22
## [1.2.0] - 2021-09-22
### Added
- Added Parameter for single_panel to support return of all 6 cubedsphere plots
- Added flexible time period for benchmark plotting scripts
### Changed
- Modified single_panel to vmin/vmax parameters with newer versions of matplotlib (>3.5.0)
- Modified run_benchmark script to select correct species database depending on benchmark type
- Modified filename for Ox budget
- Modified readthedocs build to use mamba instead of conda to fix build failures
- Modified benchmark plotting scripts to use a single run_benchmark.py script
- Modified benchmark categories and species database yaml files
- Fixed bug in mass conservation table percent difference

## [1.1.0] - 2021-09-22

- Added date_time.py module to help manage datetime utility functions
- Added GLYC, HAC, and pFe to benchmark categories
Expand Down
2 changes: 1 addition & 1 deletion benchmark/modules/run_1yr_fullchem_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
https://github.com/ipython/ipython/issues/10627
This script corresponds with GCPy 1.1.0. Edit this version ID if releasing
This script corresponds with GCPy 1.2.0. Edit this version ID if releasing
a new version of GCPy.
"""

Expand Down
2 changes: 1 addition & 1 deletion benchmark/modules/run_1yr_tt_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
https://github.com/ipython/ipython/issues/10627
This script corresponds with GCPy 1.1.0. Edit this version ID if releasing
This script corresponds with GCPy 1.2.0. Edit this version ID if releasing
a new version of GCPy.
"""

Expand Down
2 changes: 1 addition & 1 deletion benchmark/run_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
https://github.com/ipython/ipython/issues/10627
This script corresponds with GCPy 1.1.0. Edit this version ID if releasing
This script corresponds with GCPy 1.2.0. Edit this version ID if releasing
a new version of GCPy.
"""

Expand Down
2 changes: 1 addition & 1 deletion gcpy/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = '1.1.0'
__version__ = '1.2.0'

0 comments on commit 453daa3

Please sign in to comment.