Skip to content

Commit

Permalink
Bump release version: 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
* update history for relase

* pin fv3net to release version in prognostic run diag yaml
  • Loading branch information
Anna Kwa authored May 16, 2020
1 parent dffbbbf commit bec8b62
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
7 changes: 5 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
History
=======


latest
------


0.2.1 (2020-05-15)
------
* Add surface_precipitation_rate to one-step outputs, create training and test steps.
* Correct prognostic runfile diagnostic calculations.
* Update fv3gfs-python to v0.4.3.
Expand All @@ -14,7 +17,7 @@ latest
* Multithreaded uploading in one-step jobs (#260)
* Made nudging run upload more robust using k8s yaml templating submission and gsutil container upload
* The key for commands in the end to end config YAML can be given as either `command` or `argo`, and the arguments will be parsed into the appropriate format for either type.

* Offline diags workflow now downloads the test data to a local temp dir to speed reading and prevent remote read errors.

0.2.0 (2020-04-23)
------------------
Expand Down
2 changes: 1 addition & 1 deletion fv3net/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pathlib

__author__ = """Vulcan Technologies LLC"""
__version__ = "0.2.0"
__version__ = "0.2.1"

TOP_LEVEL_DIR = pathlib.Path(__file__).parent.parent.absolute()

Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1
commit = True
tag = False

Expand All @@ -19,3 +19,4 @@ replace = fv3net:v{new_version}
exclude = docs
ignore = E203,W293,W503
max-line-length = 88

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
packages=packages,
install_requires=dependencies,
package_dir=package_dir,
version="0.2.0",
version="0.2.1",
description="Improving the GFDL FV3 model physics with machine learning",
author="Vulcan Inc.",
license="MIT",
Expand Down
4 changes: 2 additions & 2 deletions workflows/prognostic_run_diags/argo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
value: "climate-sim-pool"
effect: "NoSchedule"
container:
image: us.gcr.io/vcm-ml/fv3net:eea56be96af7ec828a62cf8f3400f521e42c1ba1
image: us.gcr.io/vcm-ml/fv3net:v0.2.1
command:
- python
- generate_report.py
Expand Down Expand Up @@ -70,7 +70,7 @@ spec:
value: "climate-sim-pool"
effect: "NoSchedule"
container:
image: us.gcr.io/vcm-ml/fv3net:eea56be96af7ec828a62cf8f3400f521e42c1ba1
image: us.gcr.io/vcm-ml/fv3net:v0.2.1
command: ["bash", "-x", "-e"]
args:
- entrypoint.sh
Expand Down

0 comments on commit bec8b62

Please sign in to comment.