Releases: systemcatch/eiapy
Releases · systemcatch/eiapy
v0.1.6
v0.1.5
- Added Python 3.8 to supported versions.
- Updated readme with advice about bad timestamps.
- Disabled broken Relation class.
- Made handling of no api key more human friendly.
v0.1.4
- Fixed broken Search
repr. - Added Python 3.7 to supported versions.
- Mention real-time grid in readme.
v0.1.3
- Simplify construction and use of the Search class.
- Explain how to set up the API key.
- Added gist of examples to readme.
v0.1.2
- Rename several methods for extra clarity. No backwards compatibility.
- data -> get_data
- get -> get_updates
v0.1.1
- Started using requests session functionality to improve performance.
- Fixed a mistake in the MultiSeries class that stopped it working entirely.
- Added a version attribute to the package.
- Overhaul of readme.