Skip to content

Commit

Permalink
Merge pull request #25 from JoyMonteiro/master
Browse files Browse the repository at this point in the history
exported get_constants_string to public API
  • Loading branch information
mcgibbon authored Mar 22, 2018
2 parents de61eda + a17b97b commit 9bebfd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ What's New
Latest
------

* 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
Expand Down
4 changes: 3 additions & 1 deletion sympl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
InvalidPropertyDictError)
from ._core.array import DataArray
from ._core.constants import (
get_constant, set_constant, set_condensible_name, reset_constants)
get_constant, set_constant, set_condensible_name, reset_constants,
get_constants_string)
from ._core.util import (
combine_dimensions,
ensure_no_shared_keys,
Expand All @@ -36,6 +37,7 @@
InvalidPropertyDictError,
DataArray,
get_constant, set_constant, set_condensible_name, reset_constants,
get_constants_string,
UpdateFrequencyWrapper, TimeDifferencingWrapper, combine_dimensions,
ensure_no_shared_keys,
get_numpy_array, jit, TendencyInDiagnosticsWrapper,
Expand Down

0 comments on commit 9bebfd3

Please sign in to comment.