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
- 'Extra' requirements `doc`, `test`, and `dev` for Python package [#712](https://github.com/CLIMADA-project/climada_python/pull/712)
77
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)
78
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.
- 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)
81
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)
82
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)
-`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)
134
121
- The `climada.entitity.tag.Tag` class, together with `Impact.tag`, `Exposures.tag`, `ImpactFuncSet.tag`, `MeasuresSet.tag`, `Hazard.tag` attributes.
135
-
This may break backwards-compatibility with respect to the files written and read by the `Impact` class.
@@ -167,11 +155,18 @@ Patch-relaese with altered base config file so that the basic installation test
167
155
168
156
Release date: 2023-02-17
169
157
158
+
Code freeze date: 2023-02-05
159
+
160
+
### Description
161
+
170
162
### Dependency Changes
171
163
172
164
new:
165
+
173
166
- sparse (>=0.13) for [#578](https://github.com/CLIMADA-project/climada_python/pull/578)
167
+
174
168
updated:
169
+
175
170
-**python 3.9** - python 3.8 will still work, but python 3.9 is now the default version for [installing climada](https://climada-python.readthedocs.io/en/latest/tutorial/climada_installation_step_by_step.html) ([#614](https://github.com/CLIMADA-project/climada_python/pull/614))
176
171
- contextily >=1.0 (no longer restricted to <1.2 as `contextily.sources` has been replaced in [#517](https://github.com/CLIMADA-project/climada_python/pull/517))
177
172
- cartopy >=0.20.0,<0.20.3 (>=0.20.3 has an issue with geographic crs in plots)
@@ -253,3 +248,4 @@ updated:
253
248
-`climada.enginge.impact.Impact.calc()` and `climada.enginge.impact.Impact.calc_impact_yearset()`
Copy file name to clipboardExpand all lines: doc/misc/README.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,7 @@ 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.
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.
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.
25
19
26
20
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