Skip to content

Commit

Permalink
Add version control docs for v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ecasellas committed Aug 8, 2023
1 parent 601e4e9 commit 601a975
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
4 changes: 3 additions & 1 deletion conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: "unimodel"
version: "0.2.2"
version: "0.2.4"

source:
branch: main
Expand All @@ -11,6 +11,7 @@ requirements:
- python
- setuptools_scm
- cfgrib
- dask
- eccodes
- netcdf4
- numba
Expand All @@ -24,6 +25,7 @@ requirements:
run:
- python
- cfgrib
- dask
- eccodes
- netcdf4
- numba
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
copyright = '2023, Servei Meteorològic de Catalunya'
author = 'Servei Meteorològic de Catalunya'

version = '0.2'
release = '0.2.0'
version = '0.2.4'
release = '0.2.4'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
6 changes: 6 additions & 0 deletions docs/source/vcontrol.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Control de versions
===================

v0.2.4 - 08/08/2023
-------------------

- S'afegeix la lectura del grib del hindcast de l'ECMWF i s'unifiquen els readers dels gribs de l'ECMWF mitjançant la funció :py:func:`unimodel.io.readers_nwp.read_ecmwf_grib`.
- S'inclou la lectura dels fitxers grib del model GFS i del GEFS mitjançant la funció :py:func:`unimodel.io.readers_nwp.read_ncep_grib`.
- Correcció de bugs al modul d'importació de fitxers :py:func:`unimodel.io.importers_nwp.import_nwp_grib`.

v0.2.3 - 12/07/2023
-------------------
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = unimodel
version = 0.2.3
version = 0.2.4
author = Servei Meteorològic de Catalunya
license = BSD
description = Uniformization of model outputs
Expand All @@ -23,8 +23,8 @@ setup_requires =

[build_sphinx]
project = 'unimodel'
version = 0.2.3
release = 0.2.3
version = 0.2.4
release = 0.2.4
source-dir = 'docs'

# Note: no install_requires run-time requirements are included here.
Expand Down

0 comments on commit 601a975

Please sign in to comment.