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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27-14Lines changed: 27 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,24 @@ Release date: YYYY-MM-DD
6
6
7
7
Code freeze date: YYYY-MM-DD
8
8
9
+
### Description
10
+
11
+
### Dependency Changes
12
+
13
+
### Added
14
+
15
+
### Changed
16
+
17
+
### Fixed
18
+
19
+
### Deprecated
20
+
21
+
### Removed
22
+
23
+
## 4.3.3
24
+
25
+
Release date: 2023-09-01
26
+
9
27
### Dependency Updates
10
28
11
29
Added:
@@ -63,7 +81,7 @@ Removed:
63
81
- 'Extra' requirements `doc`, `test`, and `dev` for Python package [#712](https://github.com/CLIMADA-project/climada_python/pull/712)
64
82
- 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)
65
83
- 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.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)
68
86
- 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)
69
87
- 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)
-`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)
121
139
- The `climada.entitity.tag.Tag` class, together with `Impact.tag`, `Exposures.tag`, `ImpactFuncSet.tag`, `MeasuresSet.tag`, `Hazard.tag` attributes.
122
-
This may break backwards-compatibility with respect to the files written and read by the `Impact` class.
Copy file name to clipboardExpand all lines: doc/misc/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,13 @@ This is the Python (3.8+) version of CLIMADA - please see https://github.com/dav
15
15
16
16
## Getting started
17
17
18
-
CLIMADA runs on Windows, macOS and Linux. It can be installed from sources or - in case of climada_python - directly with pip. See the [installation guide](https://climada-python.readthedocs.io/en/latest/guide/install.html) for instructions.
18
+
CLIMADA runs on Windows, macOS and Linux.
19
+
The released versions of the CLIMADA core can be installed directly through Anaconda:
20
+
```shell
21
+
conda install -c conda-forge climada
22
+
```
23
+
It is **highly recommended** to install CLIMADA into a **separate** Anaconda environment.
24
+
See the [installation guide](https://climada-python.readthedocs.io/en/latest/guide/install.html) for further information.
19
25
20
26
Follow the [tutorial](https://climada-python.readthedocs.io/en/latest/tutorial/1_main_climada.html)`climada_python-x.y.z/doc/tutorial/1_main_climada.ipynb` in a Jupyter Notebook to see what can be done with CLIMADA and how.
0 commit comments