Skip to content

Commit 1dae5a7

Browse files
setup develop branch for v4.0.2-dev
1 parent 49937dd commit 1dae5a7

File tree

3 files changed

+29
-6
lines changed

3 files changed

+29
-6
lines changed

CHANGELOG.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,39 @@ Code freeze date: YYYY-MM-DD
1414

1515
### Changed
1616

17-
- Rearranged file-system structure: `data` directory moved into `climada` package directory. [#781](https://github.com/CLIMADA-project/climada_python/pull/781)
18-
1917
### Fixed
2018

21-
- `climada.util.coordinates.get_country_code` bug, occurring with non-standard longitudinal coordinates around the anti-meridian. [#770](https://github.com/CLIMADA-project/climada_python/issues/770)
22-
2319
### Deprecated
2420

2521
### Removed
2622

23+
## 4.0.1
24+
25+
Release date: 2023-09-27
26+
27+
### Dependency Changes
28+
29+
Added:
30+
31+
- `matplotlib-base` None → >=3.8
32+
33+
Changed:
34+
35+
- `geopandas` >=0.13 → >=0.14
36+
- `pandas` >=1.5,<2.0 &rarr; >=2.1
37+
38+
Removed:
39+
40+
- `matplotlib` >=3.7
41+
42+
### Changed
43+
44+
- Rearranged file-system structure: `data` directory moved into `climada` package directory. [#781](https://github.com/CLIMADA-project/climada_python/pull/781)
45+
46+
### Fixed
47+
48+
- `climada.util.coordinates.get_country_code` bug, occurring with non-standard longitudinal coordinates around the anti-meridian. [#770](https://github.com/CLIMADA-project/climada_python/issues/770)
49+
2750
## 4.0.0
2851

2952
Release date: 2023-09-01

climada/_version.py

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

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.1-dev',
36+
version='4.0.2-dev',
3737

3838
description='CLIMADA in Python',
3939

0 commit comments

Comments
 (0)