File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed
Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -8,20 +8,31 @@ Release Notes
88#############
99
1010
11- Upcoming Release
12- ================
11+ .. Upcoming Release
12+ .. ================
1313
14- - Adds option to toggle whether ERA5 downloads are requested in monthly or
14+ Version 0.2.14
15+ ==============
16+
17+ * Compatibility with new CDS infrastructure for ERA5 cutouts. Update your API
18+ key at https://cds-beta.climate.copernicus.eu/how-to-api and use the new API
19+ endpoint ``https://cds-beta.climate.copernicus.eu/api `` in your
20+ ``~/.cdsapirc `` file. The old CDS infrastructure can still be accessed when
21+ the ``~/.cdsapirc `` uses the old endpoint.
22+
23+ * Adds option to toggle whether ERA5 downloads are requested in monthly or
1524 annual chunks with keyword argument ``cutout.prepare(monthly_requests=True) ``.
1625 The default is now annual requests. The monthly requests can also be posted
1726 concurrently using ``cutout.prepare(monthly_requests=True,
1827 concurrent_requests=True) ``.
1928
20- - Improved parallelization of ``atlite.convert.build_line_rating `` by adding
29+ * Improved parallelization of ``atlite.convert.build_line_rating `` by adding
2130 keyword arguments for ``dask.compute `` (``dask_kwargs={} ``) and an option to
2231 disable the progressbar (``show_progress=False ``).
2332
24- - Default to ``show_progress=False `` for performance reasons.
33+ * Default to ``show_progress=False `` for performance reasons.
34+
35+ * Numpy version temporarily limited to <2.
2536
2637Version 0.2.13
2738==============
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def get_windturbineconfig(turbine, add_cutout_windspeed=False):
6767 if add_cutout_windspeed is False :
6868 msg = (
6969 "'add_cutout_windspeed' for wind turbine\n power curves will default to "
70- "True in atlite relase v0.2.13 ."
70+ "True in atlite relase v0.2.15 ."
7171 )
7272 warnings .warn (msg , FutureWarning )
7373
You can’t perform that action at this time.
0 commit comments