Skip to content

Commit

Permalink
Moved tendency in diagnostics change to breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgibbon committed Mar 22, 2018
1 parent 9bebfd3 commit 6a84eb5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,24 @@ What's New
Latest
------

v0.3.2
------

* Exported get_constants_string to the public API
* Shortened the name of tendency diagnostics in TendencyInDiagnosticsWrapper
* Added "aliases" kwarg to NetCDFMonitor, allowing the monitor to shorten
variable names when writing to netCDF
* Added get_component_aliases() to get a dictionary of quantity aliases from
a list of Components (used by NetCDFMonitor to shorten variable
names)
* Added tests for NetCDFMonitor aliases and get_component_aliases()

Breaking changes
~~~~~~~~~~~~~~~~

* tendencies in diagnostics are now named as X_tendency_from_Y, instead of
tendency_of_X_due_to_Y. The idea is that it's shorter, and can easily be
shortened more by aliasing "tendency" to "tend"

v0.3.1
------

Expand Down

0 comments on commit 6a84eb5

Please sign in to comment.