|
1 | 1 | Release Notes |
2 | 2 | --- |
3 | 3 |
|
| 4 | +## [2.0.0](https://github.com/AlertaDengue/PySUS/compare/1.0.1...2.0.0) (2026-05-05) |
| 5 | + |
| 6 | +### ⚠ BREAKING CHANGES |
| 7 | + |
| 8 | +* v2 |
| 9 | + |
| 10 | +* chore: include a file listing on _impl |
| 11 | + |
| 12 | +* chore: retry downloading catalog if it fail |
| 13 | + |
| 14 | +* tests: include more tests |
| 15 | +* version 2.0.0 |
| 16 | + |
| 17 | +* remove circular imports |
| 18 | + |
| 19 | +* move individual database files to databases.py |
| 20 | + |
| 21 | +* normalize FileDescription to prepare for ducklake implementation |
| 22 | + |
| 23 | +* start building the dadosgov models to extract & describe the files within the datasets |
| 24 | +* refactor local data files; implement groups for pysus dep; async everything |
| 25 | + |
| 26 | +* refactor(ducklake): implement abstract classes on the ducklake api classes |
| 27 | + |
| 28 | +* refactor(ducklake): implement abstract classes on the ducklake api classes |
| 29 | + |
| 30 | +* refactor(ftp): implement base models to ftp api |
| 31 | + |
| 32 | +* finish implementing it on all ftp databases |
| 33 | + |
| 34 | +* include some tests |
| 35 | + |
| 36 | +* update tqdm |
| 37 | + |
| 38 | +* implement interfaces on dadosgov modules |
| 39 | + |
| 40 | +* create a PySUS orchestrator that will be a bridge between remote clients and local files |
| 41 | + |
| 42 | +* clean package/prepare to v2 release; start refining tui |
| 43 | + |
| 44 | +* restric dependency import error only to DBC |
| 45 | + |
| 46 | +* start testing the programatically upload of the files on s3 |
| 47 | + |
| 48 | +* fix all the mypy linting errors |
| 49 | + |
| 50 | +* include more tests now that catalog.db is filled |
| 51 | + |
| 52 | +* fix tests |
| 53 | + |
| 54 | +### Features |
| 55 | + |
| 56 | +* include a python API to dados.gov.br API ([#241](https://github.com/AlertaDengue/PySUS/issues/241)) ([f20a1c9](https://github.com/AlertaDengue/PySUS/commit/f20a1c99ef3ad7962ba5366d657a1638b24e3d8d)) |
| 57 | +* include the simple implementation & update docs ([#256](https://github.com/AlertaDengue/PySUS/issues/256)) ([711af95](https://github.com/AlertaDengue/PySUS/commit/711af95e915b9066ab2b87755657ba7f3be3336e)) |
| 58 | + |
4 | 59 | ## [1.0.1](https://github.com/AlertaDengue/PySUS/compare/1.0.0...1.0.1) (2026-02-19) |
5 | 60 |
|
6 | 61 | ### Bug Fixes |
|
0 commit comments