Skip to content

Commit

Permalink
Bump version (setup, conf, whatsnew) to v0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
juseg committed Dec 1, 2022
1 parent ed72da7 commit d9afcce
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
copyright = '2021-2022'
author = 'Julien Seguinot'
version = '0.2 Bale'
release = '0.2.0'
release = '0.2.1'


# -- General configuration ---------------------------------------------------
Expand Down
14 changes: 10 additions & 4 deletions doc/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,21 @@ What's new

.. _v0.2.1:

v0.2.1 (unreleased)
-------------------
v0.2.1 (1 Dec. 2022)
--------------------

This release removes the required dependency on cartopy_ by implementing own
downloaders for Natural Earth and other (and future) data. All dependencies,
and the docs, can be built with pip. Plot methods set aspect ratio to equal,
and coordinate labels are hidden by default. Development has moved on a
feature-branch squash workflow (as xarray_ and geopandas_).

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

- Require Python 3.8 or newer (see
`xarray#7115 <https://github.com/pydata/xarray/issues/7115>`_,
`NEP-29 <https://numpy.org/neps/nep-0029-deprecation_policy.html>`_)
`NEP-29 <https://numpy.org/neps/nep-0029-deprecation_policy.html>`_).

Deprecations
~~~~~~~~~~~~
Expand Down Expand Up @@ -79,7 +85,7 @@ v0.2.0 Bale (1 Nov. 2022)
.. plot:: ../examples/whatsnew/plot_v002_bale.py
:include-source: false

This is a major relase implementing several cartographic features. It adds
This is a minor release implementing several cartographic features. It adds
custom colormaps and plot methods for :doc:`shaded reliefs</datasets/shading>`,
and an interface to :doc:`open and plot </datasets/vectors>` Natural Earth data
and paleoglacier extents. The documentation uses a new theme. A logo and new
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[metadata]

name = hyoga
version = 0.2.0
version = 0.2.1
author = Julien Seguinot
description = A Python library to visualize ice-sheet model datasets
long_description = file: README.rst
Expand Down

0 comments on commit d9afcce

Please sign in to comment.