Skip to content
This repository was archived by the owner on Sep 12, 2022. It is now read-only.

Releases: binarynightowl/covid19_python

Version 1.2

14 Aug 20:54
7ba4b71

Choose a tag to compare

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

24 Jul 06:00
078f383

Choose a tag to compare

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

30 Jun 02:11
df07cc3

Choose a tag to compare

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

29 Jun 21:51

Choose a tag to compare

Pre-release

Prepare for final release

v1.1.0.dev4

29 Jun 20:46

Choose a tag to compare

v1.1.0.dev4 Pre-release
Pre-release

Add attribute style data retrieval for countries

v1.1.0.dev2

29 Jun 19:23

Choose a tag to compare

v1.1.0.dev2 Pre-release
Pre-release
Merge remote-tracking branch 'origin/dev' into dev

v1.1.0.dev1

29 Jun 19:17

Choose a tag to compare

v1.1.0.dev1 Pre-release
Pre-release

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

26 Mar 16:23

Choose a tag to compare

Minor tweaks and documentation updates

v1.0.0

26 Mar 16:12

Choose a tag to compare

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

26 Mar 04:58

Choose a tag to compare

Stable release