Skip to content

Releases: AlertaDengue/PySUS

BugFix

08 Dec 13:00
891e3ac

Choose a tag to compare

891e3ac - Tue, 06 Dez 2022 09:31:06 -0300 (HEAD -> bugfix, tag: v0.6.4, origin/bugfix)
Release 0.6.4 - Luã Bida Vacaro

  • BUGFIX(download): _fetch_file gives permission denied
  • This bug was breaking download canonicality.

Logging modules

23 Nov 12:37

Choose a tag to compare

Adding stderr logs in online_data modules using Loguru.


b91a7f1 - Wed, 23 Nov 2022 09:31:06 -0300 (HEAD -> logging, tag: v0.6.3, origin/logging)
Release 0.6.3 - Luã Bida Vacaro

  • Updating tag version in pyproject.toml to 0.6.3

dcabe89 - Tue, 22 Nov 2022 14:27:03 -0300
Logging sinasc - Luã Bida Vacaro

  • Adding logs in module pysus.online_data.sinasc
  • Minor bug-fixes

de856dc - Tue, 22 Nov 2022 11:47:12 -0300
Logging SINAN - Luã Bida Vacaro

  • Changing the builtin logger to Loguru in pysus.online_data.SINAN

3c5b388 - Tue, 22 Nov 2022 11:35:54 -0300
Logging SIM - Luã Bida Vacaro

  • Adding logs in module pysus.online_data.SIM
  • Lint

febba36 - Tue, 22 Nov 2022 11:16:06 -0300
Logging SIH - Luã Bida Vacaro

  • Adding logs in module pysus.online_data.SIH

8d28a5b - Tue, 22 Nov 2022 11:11:19 -0300
Logging SIA - Luã Bida Vacaro

  • Adding logs in module pysus.online_data.SIA

78df7b0 - Tue, 22 Nov 2022 11:01:42 -0300
Logging PNI - Luã Bida Vacaro

  • Adding logs in module pysus.online_data.PNI
  • Minor cleaning in module pysus.online_data.IBGE

568cb62 - Tue, 22 Nov 2022 10:52:12 -0300
Logging ESUS - Luã Bida Vacaro

  • Adding logs in module pysus.online_data.ESUS

e720a2a - Tue, 22 Nov 2022 10:44:04 -0300
Logging CNES - Luã Bida Vacaro

  • Adding logs in module pysus.online_data.CNES

7425f97 - Tue, 22 Nov 2022 10:30:29 -0300
Upgrading package version to prepare Pypi build - Luã Bida Vacaro

  • Updating tag version in pyproject.toml to 0.6.2 (Fixed)

9cd4760 - Tue, 22 Nov 2022 09:20:55 -0300
CIHA logging - Luã Bida Vacaro

  • Adding logs in module pysus.online_data.CIHA

44b3b7c - Tue, 22 Nov 2022 08:54:22 -0300
Logging vaccine.py - Luã Bida Vacaro

  • Adding logs in module pysus.online_data.vaccine

fac2d62 - Tue, 22 Nov 2022 08:04:53 -0300
Start logging with loguru - Luã Bida Vacaro

  • Installing Loguru package

What's Changed

Full Changelog: v0.6.1...v0.6.3

Minor Bug-fix in tests.

22 Nov 13:03

Choose a tag to compare

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

Chunked download

12 Sep 18:11

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

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

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

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

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

Choose a tag to compare

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

Vaccine

31 May 13:29
031cb8d

Choose a tag to compare

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