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
* exposures.base: remove tag from Exposures
* doc: remove tag from Exposures tutorial
* Entity: no more __str__ overriding
* remove tag from Exposures
* remove dead code
* cosmetics
* LitPop remove tag, replaced by novel _metadata attribute `description`
Overriding plot_scatter and plot_hexbin to keep custom plot titles unchanged
* PEP8
* reaction to out of the blue failing of readthedocs to build
* adjust readthedocs environment
* add output secction to prevent readthedocs from buildiing
* changelog updated
* chanchangelog updated
* Make description an attribute of Exposures, not just LitPop
crop_production, black_marble and spam_agrar also depend on it
* exposures.plots: skip standard title formatting
* forcast: revert dead code removal
* exposures.base.plots: title must not be None
* remove remaining traces of Exposures.tag
* remove remaining traces of Exposures.tag
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ Removed:
30
30
- 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)
31
31
- New method `climada.util.api_client.Client.purge_cache`: utility function to remove outdated files from the local file system to free disk space.
- New attribute `climada.entity.exposures.Exposures.description`: used for setting the default title in plots from plotting mathods `plot_hexbin` and `plot_scatter`. [#756](https://github.com/CLIMADA-project/climada_python/pull/756)
33
34
- 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)
34
35
35
36
### Changed
@@ -58,6 +59,7 @@ Removed:
58
59
-`list_dataset_infos` from `climada.util.api_client.Client`: the `properties` argument, a `dict`, can now have `None` as values. Before, only strings and lists of strings were allowed. Setting a particular property to `None` triggers a search for datasets where this property is not assigned. [#752](https://github.com/CLIMADA-project/climada_python/pull/752)
59
60
- Reduce memory requirements of `TropCyclone.from_tracks`[#749](https://github.com/CLIMADA-project/climada_python/pull/749)
60
61
- Support for different wind speed and pressure units in `TCTracks` when running `TropCyclone.from_tracks`[#749](https://github.com/CLIMADA-project/climada_python/pull/749)
62
+
- The title of plots created by the `Exposures` methods `plot_hexbin` and `plot_scatter` can be set as a method argument. [#756](https://github.com/CLIMADA-project/climada_python/pull/756)
61
63
- Changed the parallel package from Pathos to Multiproess in the unsequa module [#763](https://github.com/CLIMADA-project/climada_python/pull/763)
62
64
- Updated installation instructions to use conda for core and petals [#776](https://github.com/CLIMADA-project/climada_python/pull/776)
-`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)
85
87
-`Impact.tag` attribute. This change is not backwards-compatible with respect to the files written and read by the `Impact` class [#743](https://github.com/CLIMADA-project/climada_python/pull/743)
88
+
-`Exposures.tag` attribute. This change is not backwards-compatible with respect to the files written and read by the `Exposures` class [#756](https://github.com/CLIMADA-project/climada_python/pull/756)
86
89
-`Hazard.tag` attribute. This change is not backwards-compatible with respect to the files written and read by the `Hazard` class [#767](https://github.com/CLIMADA-project/climada_python/pull/767)
87
90
-`impact.tot_value ` attribute removed from unsequa module [#763](https://github.com/CLIMADA-project/climada_python/pull/763)
0 commit comments