Skip to content

Commit 35274ac

Browse files
setup develop branch for v6.0.1-dev
1 parent 51d1e82 commit 35274ac

File tree

3 files changed

+24
-10
lines changed

3 files changed

+24
-10
lines changed

CHANGELOG.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ Code freeze date: YYYY-MM-DD
1010

1111
### Dependency Changes
1212

13+
### Added
14+
15+
### Changed
16+
17+
### Fixed
18+
19+
### Deprecated
20+
21+
### Removed
22+
23+
## 6.0.0
24+
25+
Release date: 2025-03-03
26+
27+
### Dependency Changes
28+
1329
Added:
1430

1531
- `osm-flex` >=1.1
@@ -75,13 +91,13 @@ Removed:
7591
- 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)
7692
- `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)
7793
- 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
94+
- the _geometry_ column of the inherent `GeoDataFrame` is set up at initialization
95+
- 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`).
96+
- `Exposures.gdf` has been renamed to `Exposures.data` (it still works though, as it is a property now pointing to the latter)
97+
- the `check` method does not add a default "IMPF_" column to the GeoDataFrame anymore
8298
- 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
99+
- Fix xarray future warning in TCTracks for .dims to .sizes
100+
- Fix hazard.concatenate type test for pathos pools
85101

86102
### Fixed
87103

@@ -100,8 +116,6 @@ Removed:
100116
- `climada.engine.impact.Impact.local_exceedance_imp` method
101117
- `climada.engine.impact.Impact.plot_rp_imp` method
102118

103-
### Removed
104-
105119
## 5.0.0
106120

107121
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.1-dev"

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.1-dev",
4646
description="CLIMADA in Python",
4747
long_description=long_description,
4848
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)