Releases: AlertaDengue/PySUS
Logging modules
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
- Fix test failures by @fccoelho in #96
- BREAKING CHANGE (SINAN): Improve downloading data from SINAN by @luabida in #100
- CONTINUE Update unit tests by @luabida in #102
Full Changelog: v0.6.1...v0.6.3
Minor Bug-fix in tests.
This release aims the refactor of tests locally and on CI.
Chunked download
fixes various bugs and supports chunked downloads for SINAN datasets too big to fit in memory
Pure PySUS without demography
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
New country aggregation for SINAN
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
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
Added support to new BR
tables
Added a couple of new table types.
Vaccine
v0.5.8: Merge pull request #41 from fccoelho/master
fixed bug preventing the installation