Skip to content

Commit a947c37

Browse files
authored
Changelog entry for v1.6.1 (#320)
Minor release to include a small fix to make_xarray_grid
1 parent 7944487 commit a947c37

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ Documentation for other versions
159159
* `Development <http://www.fatiando.org/verde/dev>`__ (reflects the *master* branch on
160160
Github)
161161
* `Latest release <http://www.fatiando.org/verde/latest>`__
162+
* `v1.6.1 <http://www.fatiando.org/verde/v1.6.1>`__
162163
* `v1.6.0 <http://www.fatiando.org/verde/v1.6.0>`__
163164
* `v1.5.0 <http://www.fatiando.org/verde/v1.5.0>`__
164165
* `v1.4.0 <http://www.fatiando.org/verde/v1.4.0>`__

doc/changes.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
Changelog
44
=========
55

6+
Version 1.6.1
7+
-------------
8+
9+
*Released on: 2021/03/22*
10+
11+
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4626786.svg
12+
:target: https://doi.org/10.5281/zenodo.4626786
13+
14+
Minor changes:
15+
16+
* Allow ``make_xarray_grid`` to receive ``data=None`` instead of raising an error. This is used to create an empty ``xarray.Dataset`` (`#318 <https://github.com/fatiando/verde/pull/318>`__)
17+
18+
Maintenance:
19+
20+
* Fix use of wrong version numbers for PyPI releases (`#317 <https://github.com/fatiando/verde/pull/317>`__)
21+
22+
This release contains contributions from:
23+
24+
* Santiago Soler
25+
* Leonardo Uieda
26+
627
Version 1.6.0
728
-------------
829

0 commit comments

Comments
 (0)