Skip to content

Commit

Permalink
Update docs for release (#179)
Browse files Browse the repository at this point in the history
* Update docs for release

* try fix
  • Loading branch information
fmaussion committed Aug 20, 2020
1 parent d82740f commit 76cf479
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@
'examples_dirs': 'examples',
# path where to save gallery generated examples
'gallery_dirs': 'auto_examples',
'backreferences_dir': False,
}


Expand Down
2 changes: 0 additions & 2 deletions docs/examples/plot_polarstereo.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,4 @@
d2.HGT_M.plot(ax=ax, transform=proj, cmap='Oranges')
ax.set_extent(d2.salem.grid.extent, crs=proj)

# make it nice
plt.tight_layout()
plt.show()
11 changes: 8 additions & 3 deletions docs/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
What's New
==========

v0.3.0 (unreleased)
-------------------
v0.3.0 (20 August 2020)
-----------------------

A minor release of the salem package, mostly for bug fixes and small
enhancements. **We dropped support for Python 2.**

Enhancements
~~~~~~~~~~~~
Expand All @@ -16,8 +19,10 @@ Enhancements
Bug fixes
~~~~~~~~~

- More accurate web mercator proj for google static images (:pull:`178`).
- Various fixes for upstream changes, mostly in pyrproj and geopandas
(:pull:`148`, :pull:`150`, :pull:`154`, :pull:`156`, :pull:`1164`).
(:pull:`148`, :pull:`150`, :pull:`154`, :pull:`156`, :pull:`164`).
- Fixes for changes in matplotlib (:pull:`176`)


v0.2.4 (25 March 2019)
Expand Down

0 comments on commit 76cf479

Please sign in to comment.