-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
26 lines (14 loc) · 842 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
0.1.3 (unreleased)
------------------
- Nothing changed yet.
0.1.2 (2024-12-22)
------------------
- bugfix: parameter year was not passed to self.get_units() for all themes
- XML metadata can be read directly as an xml.etree.ElementTree object
- Added an asyncio.run wrapper. See https://stackoverflow.com/questions/55409641/asyncio-run-cannot-be-called-from-a-running-event-loop-when-using-jupyter-no. gisco-geodata would raise errors if there was already an event loop running (e.g. when using gisco-geodata with jupyter notebook)
0.1.1 (2024-06-04)
------------------
- implemented an async retry decorator for async functions and a sync retry decorator for sync functions acf8da3
- removed the add_note calls to exceptions because they are only available in python >= 3.11 as per PEP 678
0.1.0 (2024-05-28)
------------------