Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Feb 2, 2020
1 parent b49231a commit b246c5c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
5 changes: 0 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@
print("scipy: %s, %s" % (scipy.__version__, scipy.__file__))
except ImportError:
print("no scipy")
try:
import PIL
print("PIL (Pillow): %s, %s" % (PIL.PILLOW_VERSION, PIL.__file__))
except ImportError:
print("no PIL (Pillow)")
try:
import pandas
print("pandas: %s, %s" % (pandas.__version__, pandas.__file__))
Expand Down
4 changes: 2 additions & 2 deletions docs/pitfalls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ higher value to compensate for this missing process (effectively making ice

There is a way to calibrate :math:`A` for the ice thickness inversion
procedure based on observations of ice thickness (see
`this blog post<https://oggm.org/2018/05/21/g2ti/>`_ for an example).
`this blog post about g2ti <https://oggm.org/2018/05/21/g2ti/>`_ for an example).
Unfortunately, this does not mean that this calibrated
:math:`A` can be applied as is to the forward model.
At the global scale, a value in the range of [1.1-1.5] times the default value
Expand Down Expand Up @@ -73,7 +73,7 @@ The numerical model in OGGM v1.2 and below was numerically unstable in some cond
======================================================================================

See `this github issue <https://github.com/OGGM/oggm/issues/909>`_ for a
discussion pointing this out, and `this example<https://github.com/OGGM/oggm/issues/860>`_.
discussion pointing this out, and `this example <https://github.com/OGGM/oggm/issues/860>`_.

We now have fixed the most pressing issues.
`This blog post <https://oggm.org/2020/01/18/stability-analysis/>`_ explains
Expand Down
11 changes: 9 additions & 2 deletions docs/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@
Version history
===============

v1.3.0 (unreleased)
v1.3.0 (02.02.2020)
-------------------

The time stepping scheme of OGGM has been fixed for several flaws.
`This blog post <https://oggm.org/2020/01/18/stability-analysis/>`_
explains it in detail. We expect some changes in OGGM results after this
release, but they should not be noticeable in a vast majority of the cases.

we recommend all users to update to this version.

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

Expand All @@ -23,7 +30,7 @@ Enhancements
~~~~~~~~~~~~

- The `test_models` test module has been refactored to use pytest fixtures
instead of unittest classes (:pr:`934` and :pr:`922`).
instead of unittest classes (:pull:`934` and :pull:`922`).
By `Chris Merrill <https://github.com/C-Merrill>`_.

Bug fixes
Expand Down

0 comments on commit b246c5c

Please sign in to comment.