Skip to content

Commit d650ac7

Browse files
authored
Add changelog for v1.8.1 (#453)
Add changelog for v1.8.1. Add v1.8.1 to the list in `doc/versions.rst`.
1 parent 1bb0092 commit d650ac7

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

doc/changes.rst

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

6+
Version 1.8.1
7+
-------------
8+
9+
Released on: 2023/06/12
10+
11+
DOI: https://doi.org/10.5281/zenodo.10964877
12+
13+
Breaking changes:
14+
15+
* Drop support for Python 3.7 and 3.8 (`#418 <https://github.com/fatiando/verde/pull/418>`__).
16+
17+
Bug fixes:
18+
19+
* Fix pandas warnings about ``.ravel()`` (`#449 <https://github.com/fatiando/verde/pull/449>`__)
20+
* Fix dropping non-dimensional coordinates in ``grid_to_table`` (`#441 <https://github.com/fatiando/verde/pull/441>`__)
21+
22+
Maintenance:
23+
24+
* Remove dependence on ``pkg_resources`` (`#448 <https://github.com/fatiando/verde/pull/448>`__)
25+
* Extend support for Python 3.12 (`#442 <https://github.com/fatiando/verde/pull/442>`__)
26+
* Use Trusted Publishers for PyPI deployment (`#436 <https://github.com/fatiando/verde/pull/436>`__)
27+
* Use Burocrata to check/add license notices (`#435 <https://github.com/fatiando/verde/pull/435>`__)
28+
* Add Dependabot config to update GitHub Actions (`#421 <https://github.com/fatiando/verde/pull/421>`__)
29+
30+
Documentation:
31+
32+
* Replace Sphinx napoleon for numpydoc (`#450 <https://github.com/fatiando/verde/pull/450>`__)
33+
* Refactor the Overview introductory tutorial (`#429 <https://github.com/fatiando/verde/pull/429>`__)
34+
* Update the versions of documentation tools (`#419 <https://github.com/fatiando/verde/pull/419>`__)
35+
36+
This release contains contributions from:
37+
38+
* Leonardo Uieda
39+
* Santiago Soler
40+
* Gelson Ferreira Souza Junior
41+
42+
643
Version 1.8.0
744
-------------
845

doc/versions.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Use the links below to access documentation for specific versions
77
* `Latest release <http://www.fatiando.org/verde/latest>`__
88
* `Development <http://www.fatiando.org/verde/dev>`__
99
(reflects the *main* branch on GitHub)
10+
* `v1.8.1 <http://www.fatiando.org/verde/v1.8.1>`__
1011
* `v1.8.0 <http://www.fatiando.org/verde/v1.8.0>`__
1112
* `v1.7.0 <http://www.fatiando.org/verde/v1.7.0>`__
1213
* `v1.6.1 <http://www.fatiando.org/verde/v1.6.1>`__

0 commit comments

Comments
 (0)