From 0bbc12308b2cd29dbfb1b0b240a8149353179237 Mon Sep 17 00:00:00 2001 From: Chris Fairless Date: Mon, 11 Nov 2024 16:09:18 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28a5e2d31..0d15ff586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ Code freeze date: YYYY-MM-DD - 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`). - `Exposures.gdf` has been renamed to `Exposures.data` (it still works though, as it is a property now pointing to the latter) - the `check` method does not add a default "IMPF_" column to the GeoDataFrame anymore +- Updated IBTrACS version from v4.0 to v4.1 ### Fixed