You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27-4Lines changed: 27 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,39 @@ Code freeze date: YYYY-MM-DD
14
14
15
15
### Changed
16
16
17
-
- Rearranged file-system structure: `data` directory moved into `climada` package directory. [#781](https://github.com/CLIMADA-project/climada_python/pull/781)
18
-
19
17
### Fixed
20
18
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
-
23
19
### Deprecated
24
20
25
21
### Removed
26
22
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 → >=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)
0 commit comments