Changelog
0.1.3
-
dependencies
- Relax pandas upper dependency from
<2to<=2.2.3.
- Relax pandas upper dependency from
0.1.2
-
stiltobj.py
- Refactor the code in the
get_ts()function and request timeseries data using JSON content instead of raw string data to address a bug that affects data retrieval when using special characters.
- Refactor the code in the
-
dependencies
- Version pin library's dependencies.
0.1.1
-
stilt.py
- Refactor
load_footprint()function and implementload_footprints(). - Return basic dobj metadata together with observation results in
fetch_observations()andfetch_observations_pandas()functions.
- Refactor
0.1.0
Publish stilt as its own standalone Python library to https://pypi.org/.
version < 0.1.0
For changes prior to 0.1.0 we refer to the changelog here, since
icoscp_stilt used to be part of the icoscp library.