File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
---
3
3
4
+ ## [ 0.9.0] ( https://github.com/AlertaDengue/PySUS/compare/0.8.0...0.9.0 ) (2023-03-28)
5
+
6
+
7
+ ### Features
8
+
9
+ * ** sinan:** add more parsed columns to final dataframe ([ cc653f0] ( https://github.com/AlertaDengue/PySUS/commit/cc653f0dfc4793a50ed5b76d1ed40520ae4e75f9 ) )
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * ** notebooks:** update notebooks ([ 12dbb16] ( https://github.com/AlertaDengue/PySUS/commit/12dbb16e24208f7c24b0f790259d55bcad3b4562 ) )
15
+ * ** notebook:** update download references in notebooks ([ 3682fe6] ( https://github.com/AlertaDengue/PySUS/commit/3682fe61be27235c806ec90112157b0b366bb4af ) )
16
+
17
+
18
+ ### Performance Improvements
19
+
20
+ * ** sinan:** remove unnecessary cwd's in FTP_SINAN ([ #123 ] ( https://github.com/AlertaDengue/PySUS/issues/123 ) ) ([ 5199685] ( https://github.com/AlertaDengue/PySUS/commit/519968537c6493c19e65de0e9e1856c47850e4dd ) )
21
+
4
22
## [ 0.8.0] ( https://github.com/AlertaDengue/PySUS/compare/0.7.0...0.8.0 ) (2023-03-14)
5
23
6
24
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pysus"
3
- version = " 0.8 .0" # changed by semantic-release
3
+ version = " 0.9 .0" # changed by semantic-release
4
4
description = " Tools for dealing with Brazil's Public health data"
5
5
authors = [
" Flavio Codeco Coelho <[email protected] >" ]
6
6
license = " GPL"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def get_version() -> str:
9
9
try :
10
10
return importlib_metadata .version (__name__ )
11
11
except importlib_metadata .PackageNotFoundError : # pragma: no cover
12
- return "0.8 .0" # changed by semantic-release
12
+ return "0.9 .0" # changed by semantic-release
13
13
14
14
15
15
version : str = get_version ()
You can’t perform that action at this time.
0 commit comments