Skip to content

Releases: AlertaDengue/PySUS

Minor Bug-fix in tests.

22 Nov 13:03
Compare
Choose a tag to compare

This release aims the refactor of tests locally and on CI.

Chunked download

12 Sep 18:11
Compare
Choose a tag to compare

fixes various bugs and supports chunked downloads for SINAN datasets too big to fit in memory

Pure PySUS without demography

13 Jul 13:05
c2060ed
Compare
Choose a tag to compare

In this release we have opted for removing the demography subpackage to simplify the dependency resolution for package installation. The functionality removed with be released soon in a standalone demography package.

Minor bug-fix release

03 Jun 08:38
Compare
Choose a tag to compare

What's Changed

  • fixing ESUS connection and elasticsearch requirements by @daidson in #75

New Contributors

Full Changelog: v0.5.16...v0.5.17

New country aggregation for SINAN

29 Apr 10:21
Compare
Choose a tag to compare

Among the main features of this release was the fixing of SINAN download to Handle the new country tables. Now State tables are no longer available.
The Download function also automatically fetches from the PRELIM tables when the tables are not yet finalized.

There are also many bug fixes and dependency management is now managed by Poetry.
This release is already available on PyPI. Please report any bugs, as usual.

Better SIA support

03 Feb 08:58
Compare
Choose a tag to compare

In this release we have added support to handle SIA downloads that have been split into multiple files in the DATASUS server.
We have also do not return the dataframes directly as they may be larger the that memory of most personal computers. Instead we have added documentation on how to process those downloads in chuncks.

Minor update to SINAN functionalities

02 Dec 12:42
Compare
Choose a tag to compare

Added support to new BR tables
Added a couple of new table types.

Vaccine

31 May 13:29
031cb8d
Compare
Choose a tag to compare

On this release, a new module for downloading COVID19 vaccination data was added.

v0.5.8: Merge pull request #41 from fccoelho/master

30 May 15:37
9ddcd73
Compare
Choose a tag to compare

fixed bug preventing the installation

ESUS-large-bugfix

25 May 19:07
Compare
Choose a tag to compare

fixes some bugs in the last release