Skip to content

Commit a0f6d7d

Browse files
'Automated update v6.0.0'
1 parent 18d3f6a commit a0f6d7d

File tree

3 files changed

+10
-16
lines changed

3 files changed

+10
-16
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## 6.0.0
44

5-
Release date: YYYY-MM-DD
6-
7-
Code freeze date: YYYY-MM-DD
8-
9-
### Description
5+
Release date: 2025-03-03
106

117
### Dependency Changes
128

@@ -75,13 +71,13 @@ Removed:
7571
- elements of `event_name` are now explicitly converted to `str` in `from_raster`, `from_xarray_raster`, `from_excel` and `from_csv`. [#951](https://github.com/CLIMADA-project/climada_python/pull/951), [#910](https://github.com/CLIMADA-project/climada_python/issues/910)
7672
- `event_id` and `event_name` are now explicitly converted to respectively a `np.ndarray` (`event_id`), a `list` (`event_name`) in readers. [#951](https://github.com/CLIMADA-project/climada_python/pull/951), [#950](https://github.com/CLIMADA-project/climada_python/issues/950)
7773
- Exposures complete overhaul. Notably
78-
- the _geometry_ column of the inherent `GeoDataFrame` is set up at initialization
79-
- latitude and longitude column are no longer present there (the according arrays can be retrieved as properties of the Exposures object: `exp.latitude` instead of `exp.gdf.latitude.values`).
80-
- `Exposures.gdf` has been renamed to `Exposures.data` (it still works though, as it is a property now pointing to the latter)
81-
- the `check` method does not add a default "IMPF_" column to the GeoDataFrame anymore
74+
- the _geometry_ column of the inherent `GeoDataFrame` is set up at initialization
75+
- latitude and longitude column are no longer present there (the according arrays can be retrieved as properties of the Exposures object: `exp.latitude` instead of `exp.gdf.latitude.values`).
76+
- `Exposures.gdf` has been renamed to `Exposures.data` (it still works though, as it is a property now pointing to the latter)
77+
- the `check` method does not add a default "IMPF_" column to the GeoDataFrame anymore
8278
- Updated IBTrACS version from v4.0 to v4.1 ([#976](https://github.com/CLIMADA-project/climada_python/pull/976)
83-
- Fix xarray future warning in TCTracks for .dims to .sizes
84-
- Fix hazard.concatenate type test for pathos pools
79+
- Fix xarray future warning in TCTracks for .dims to .sizes
80+
- Fix hazard.concatenate type test for pathos pools
8581

8682
### Fixed
8783

@@ -100,8 +96,6 @@ Removed:
10096
- `climada.engine.impact.Impact.local_exceedance_imp` method
10197
- `climada.engine.impact.Impact.plot_rp_imp` method
10298

103-
### Removed
104-
10599
## 5.0.0
106100

107101
Release date: 2024-07-19

climada/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.0.1-dev"
1+
__version__ = "6.0.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
setup(
4444
name="climada",
45-
version="5.0.1-dev",
45+
version="6.0.0",
4646
description="CLIMADA in Python",
4747
long_description=long_description,
4848
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)