Releases: binarynightowl/covid19_python
Version 1.2
Add the ability to get data for states with short code like object-attribute style data
For example:
JHU.TX.deaths
Version 1.1.2
This version brings bug fixes that caused a KeyError in some corner case senarios, as well as issues being caused by typos and/or special characters that were in the backend of the Jenkins data layer. The performance has been further improved with the move to processing intesive tasks to AWS lambda functions to take work away from the end user.
Version 1.1
Version 1.1 bring lots of changes including a new, and easy way to get the data for any location of the users choosing, as well as huge performance optimizations! Check the docs to learn more!
Version 1.1 Release Canidate 1
Prepare for final release
v1.1.0.dev4
Add attribute style data retrieval for countries
v1.1.0.dev2
Merge remote-tracking branch 'origin/dev' into dev
v1.1.0.dev1
Version 1.1 bring a brand new way of way of getting COVID-19 data. The new method of getting the data allows the data to be retreived in a format similar to class attributes. This eliminates the need to have a setup line and a line to call the data, as well as being much easier to read and understand. Coronavirus stats (deaths, recovered, active, confirmed) can now be had with just one line of code (excluding the import statement)
v1.0.1
Minor tweaks and documentation updates
v1.0.0
This is the first full release of covid19-data, and it now allows users to format their search string however they want as it now ignores whitespace and is also no longer case sensitive
v0.1.7
Stable release