|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## 4.3.3 |
| 3 | +## Unreleased |
4 | 4 |
|
5 | | -Release date: 2023-09-01 |
| 5 | +Release date: YYYY-MM-DD |
| 6 | + |
| 7 | +Code freeze date: YYYY-MM-DD |
6 | 8 |
|
7 | 9 | ### Dependency Updates |
8 | 10 |
|
@@ -61,7 +63,7 @@ Removed: |
61 | 63 | - 'Extra' requirements `doc`, `test`, and `dev` for Python package [#712](https://github.com/CLIMADA-project/climada_python/pull/712) |
62 | 64 | - Added method `Exposures.centroids_total_value` to replace the functionality of `Exposures.affected_total_value`. This method is temporary and deprecated. [#702](https://github.com/CLIMADA-project/climada_python/pull/702) |
63 | 65 | - New method `climada.util.api_client.Client.purge_cache`: utility function to remove outdated files from the local file system to free disk space. |
64 | | -([#737](https://github.com/CLIMADA-project/climada_python/pull/737)) |
| 66 | + ([#737](https://github.com/CLIMADA-project/climada_python/pull/737)) |
65 | 67 | - New attribute `climada.hazard.Hazard.haz_type`: used for assigning impacts to hazards. In previous versions this information was stored in the now removed `climada.hazard.tag.Tag` class. [#736](https://github.com/CLIMADA-project/climada_python/pull/736) |
66 | 68 | - New attribute `climada.entity.exposures.Exposures.description`: used for setting the default title in plots from plotting mathods `plot_hexbin` and `plot_scatter`. In previous versions this information was stored in the deprecated `climada.entity.tag.Tag` class. [#756](https://github.com/CLIMADA-project/climada_python/pull/756) |
67 | 69 | - Added advanced examples in unsequa tutorial for coupled input variables and for handling efficiently the loading of multiple large files [#766](https://github.com/CLIMADA-project/climada_python/pull/766) |
@@ -117,14 +119,14 @@ Removed: |
117 | 119 | - `Centroids.set_raster_from_pix_bounds` [#721](https://github.com/CLIMADA-project/climada_python/pull/721) |
118 | 120 | - `requirements/env_developer.yml` environment specs. Use 'extra' requirements when installing the Python package instead [#712](https://github.com/CLIMADA-project/climada_python/pull/712) |
119 | 121 | - The `climada.entitity.tag.Tag` class, together with `Impact.tag`, `Exposures.tag`, `ImpactFuncSet.tag`, `MeasuresSet.tag`, `Hazard.tag` attributes. |
120 | | -This may break backwards-compatibility with respect to the files written and read by the `Impact` class. |
121 | | -[#736](https://github.com/CLIMADA-project/climada_python/pull/736), |
122 | | -[#743](https://github.com/CLIMADA-project/climada_python/pull/743), |
123 | | -[#753](https://github.com/CLIMADA-project/climada_python/pull/753), |
124 | | -[#754](https://github.com/CLIMADA-project/climada_python/pull/754), |
125 | | -[#756](https://github.com/CLIMADA-project/climada_python/pull/756), |
126 | | -[#767](https://github.com/CLIMADA-project/climada_python/pull/767), |
127 | | -[#779](https://github.com/CLIMADA-project/climada_python/pull/779) |
| 122 | + This may break backwards-compatibility with respect to the files written and read by the `Impact` class. |
| 123 | + [#736](https://github.com/CLIMADA-project/climada_python/pull/736), |
| 124 | + [#743](https://github.com/CLIMADA-project/climada_python/pull/743), |
| 125 | + [#753](https://github.com/CLIMADA-project/climada_python/pull/753), |
| 126 | + [#754](https://github.com/CLIMADA-project/climada_python/pull/754), |
| 127 | + [#756](https://github.com/CLIMADA-project/climada_python/pull/756), |
| 128 | + [#767](https://github.com/CLIMADA-project/climada_python/pull/767), |
| 129 | + [#779](https://github.com/CLIMADA-project/climada_python/pull/779) |
128 | 130 | - `impact.tot_value` attribute removed from unsequa module [#763](https://github.com/CLIMADA-project/climada_python/pull/763) |
129 | 131 |
|
130 | 132 | ## v3.3.2 |
@@ -153,6 +155,10 @@ Patch-relaese with altered base config file so that the basic installation test |
153 | 155 |
|
154 | 156 | Release date: 2023-02-17 |
155 | 157 |
|
| 158 | +Code freeze date: 2023-02-05 |
| 159 | + |
| 160 | +### Description |
| 161 | + |
156 | 162 | ### Dependency Changes |
157 | 163 |
|
158 | 164 | new: |
@@ -242,3 +248,4 @@ updated: |
242 | 248 | - `climada.enginge.impact.Impact.calc()` and `climada.enginge.impact.Impact.calc_impact_yearset()` |
243 | 249 | [#436](https://github.com/CLIMADA-project/climada_python/pull/436). |
244 | 250 |
|
| 251 | +### Removed |
0 commit comments