Skip to content

Commit

Permalink
'Automated update v4.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
climada-jenkins committed Feb 14, 2024
1 parent 461177c commit a66c72b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
12 changes: 2 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# Changelog

## Unreleased
## 4.1.0

Release date: YYYY-MM-DD

Code freeze date: YYYY-MM-DD

### Description
Release date: 2024-02-14

### Dependency Changes

Expand Down Expand Up @@ -62,10 +58,6 @@ Removed:
- Set `nodefaults` in Conda environment specs because `defaults` are not compatible with conda-forge [#845](https://github.com/CLIMADA-project/climada_python/pull/845)
- Avoid redundant calls to `np.unique` in `Impact.impact_at_reg` [#848](https://github.com/CLIMADA-project/climada_python/pull/848)

### Deprecated

### Removed

## 4.0.1

Release date: 2023-09-27
Expand Down
2 changes: 1 addition & 1 deletion climada/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.0.2-dev'
__version__ = '4.1.0'
11 changes: 7 additions & 4 deletions doc/misc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ This is the Python (3.9+) version of CLIMADA - please see [here](https://github.
## Getting started

CLIMADA runs on Windows, macOS and Linux.
The released versions of the CLIMADA core can be installed directly through Anaconda:
The released versions of CLIMADA are available from [conda-forge](https://anaconda.org/conda-forge/climada).
Use the [Mamba](https://mamba.readthedocs.io/en/latest/) package manager to install it:

```shell
conda install -c conda-forge climada
mamba install -c conda-forge climada
```

It is **highly recommended** to install CLIMADA into a **separate** Anaconda environment.
It is **highly recommended** to install CLIMADA into a **separate** Conda environment.
See the [installation guide](https://climada-python.readthedocs.io/en/latest/guide/install.html) for further information.

Follow the [tutorials](https://climada-python.readthedocs.io/en/stable/tutorial/1_main_climada.html) in a Jupyter Notebook to see what can be done with CLIMADA and how.
Expand Down Expand Up @@ -57,7 +58,9 @@ Please use the following logo if you are presenting results obtained with or thr

## Contributing

See the [Contribution Guide](CONTRIBUTING.md).
We welcome any contribution to this repository, be it bugfixes and other code changes and additions, documentation improvements, or tutorial updates.

If you would like to contribute, please refer to our [Contribution Guide](CONTRIBUTING.md).

## Versioning

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
setup(
name='climada',

version='4.0.2-dev',
version='4.1.0',

description='CLIMADA in Python',

Expand Down

0 comments on commit a66c72b

Please sign in to comment.