Skip to content

Commit

Permalink
Merge 54fc46c into bba33a0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Apr 12, 2023
2 parents bba33a0 + 54fc46c commit 82f8879
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ v0.43.0 (unreleased)
--------------------
Contributors to this version: Trevor James Smith (:user:`Zeitsperre`).

Announcements
^^^^^^^^^^^^^
* `xclim` has passed the peer-review process and been officially accepted as a project associated with both `pyOpenSci <https://www.pyopensci.org>`_ and `PANGEO <https://pangeo.io/>`_. Additionally, `xclim` has been accepted to be published in the `Journal of Open Source Software <https://joss.theoj.org/>`_. Our review process can be consulted here: `PyOpenSci Software Review <https://github.com/pyOpenSci/software-review/issues/73>`_. (:pull:`1350`).

Bug fixes
^^^^^^^^^
* Fixed a bug in the `pyproject.toml` configuration that excluded the changelog (`CHANGES.rst`) from the packaged source distribution. (:pull:`1349`).
Expand Down
10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ xclim: Climate services library |logo|
+----------------------------+-----------------------------------------------------+
| Documentation and Support | |docs| |gitter| |
+----------------------------+-----------------------------------------------------+
| Open Source | |license| |fair| |fossa| |zenodo| |
| Open Source | |license| |fair| |zenodo| |pyOpenSci| |
+----------------------------+-----------------------------------------------------+
| Coding Standards | |black| |pre-commit| |security| |
| Coding Standards | |black| |pre-commit| |security| |fossa| |
+----------------------------+-----------------------------------------------------+
| Development Status | |status| |build| |coveralls| |
+----------------------------+-----------------------------------------------------+
Expand All @@ -30,7 +30,7 @@ For example, the following would compute monthly mean temperature from daily mea
import xarray as xr
ds = xr.open_dataset(filename)
tg = xclim.atmos.tg_mean(ds.tas, freq="YS")
tg = xclim.atmos.tg_mean(ds.tas, freq="MS")
For applications where metadata and missing values are important to get right, xclim provides a class for each index
that validates inputs, checks for missing values, converts units and assigns metadata attributes to the output.
Expand Down Expand Up @@ -131,6 +131,10 @@ This package was created with Cookiecutter_ and the `audreyfeldroy/cookiecutter-
:target: https://zenodo.org/badge/latestdoi/142608764
:alt: DOI

.. |pyOpenSci| image:: https://tinyurl.com/y22nb8up
:target: https://github.com/pyOpenSci/software-review/issues/73
:alt: pyOpenSci

.. |license| image:: https://img.shields.io/github/license/Ouranosinc/xclim.svg
:target: https://github.com/Ouranosinc/xclim/blob/master/LICENSE
:alt: License
Expand Down

0 comments on commit 82f8879

Please sign in to comment.