Skip to content

Commit

Permalink
New doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Sep 6, 2022
1 parent 77625b8 commit 2580f62
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
7 changes: 4 additions & 3 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: salem-docs
channels:
# Don't change to pkgs/main, as it causes random timeouts in readthedocs
- conda-forge
- nodefaults
dependencies:
- python=3.10
- bottleneck
- cartopy
- ipykernel
Expand All @@ -22,3 +19,7 @@ dependencies:
- sphinx-gallery
- scikit-image
- motionless
- pip
- pip:
# relative to this file. Needs to be editable to be accepted.
- -e ..
14 changes: 11 additions & 3 deletions docs/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
What's New
==========

v0.3.X (Unreleased)
-------------------

v0.3.8 (07 September 2022)
--------------------------

A minor release of the salem package to fix deprecation warnings and some
improvements:
- Add ability to use custom norm function in salem plotting
(`PR212 <https://github.com/fmaussion/salem/pull/212>`_ by
`Ting Sun <https://github.com/sunt05>`_)
- Add WRF lon-lat projection
(`PR224 <https://github.com/fmaussion/salem/pull/224>`_ by
`Matthias Demuzere <https://github.com/matthiasdemuzere>`_)

v0.3.7 (08 November 2021)
-------------------------
Expand Down

0 comments on commit 2580f62

Please sign in to comment.