Skip to content

Commit a66c72b

Browse files
'Automated update v4.1.0'
1 parent 461177c commit a66c72b

File tree

4 files changed

+11
-16
lines changed

4 files changed

+11
-16
lines changed

CHANGELOG.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## 4.1.0
44

5-
Release date: YYYY-MM-DD
6-
7-
Code freeze date: YYYY-MM-DD
8-
9-
### Description
5+
Release date: 2024-02-14
106

117
### Dependency Changes
128

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

65-
### Deprecated
66-
67-
### Removed
68-
6961
## 4.0.1
7062

7163
Release date: 2023-09-27

climada/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.0.2-dev'
1+
__version__ = '4.1.0'

doc/misc/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ This is the Python (3.9+) version of CLIMADA - please see [here](https://github.
1717
## Getting started
1818

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

2223
```shell
23-
conda install -c conda-forge climada
24+
mamba install -c conda-forge climada
2425
```
2526

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

2930
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.
@@ -57,7 +58,9 @@ Please use the following logo if you are presenting results obtained with or thr
5758

5859
## Contributing
5960

60-
See the [Contribution Guide](CONTRIBUTING.md).
61+
We welcome any contribution to this repository, be it bugfixes and other code changes and additions, documentation improvements, or tutorial updates.
62+
63+
If you would like to contribute, please refer to our [Contribution Guide](CONTRIBUTING.md).
6164

6265
## Versioning
6366

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
setup(
3434
name='climada',
3535

36-
version='4.0.2-dev',
36+
version='4.1.0',
3737

3838
description='CLIMADA in Python',
3939

0 commit comments

Comments
 (0)