Skip to content

Latest commit

 

History

History
169 lines (78 loc) · 8.31 KB

CHANGELOG.md

File metadata and controls

169 lines (78 loc) · 8.31 KB

Release Notes

0.14.3 (2024-07-31)

Bug Fixes

  • release: bump version on PyPI to 0.14.3 (#204) (7122019)

0.14.2 (2024-07-31)

Bug Fixes

0.14.1 (2024-07-16)

Bug Fixes

  • SIA: handle file_N.dbf files on SIA database (#200) (997b419)

0.14.0 (2024-04-16)

Features

0.13.1 (2024-01-12)

Bug Fixes

  • release: update node version on release.yaml (#186) (0313b79)

0.13.0 (2023-12-21)

Features

Bug Fixes

  • Replace applymap with map for pd.DataFrame (#180) (357b7ca)

0.12.0 (2023-12-05)

Features

  • deps: Update Python version constraints to support 3.10 and 3.11 (#179) (ba8b7e5)

0.11.0 (2023-12-05)

Features

  • Introduce 'data_sources' function to list supported databases (#177) (5d4e3b2)

Bug Fixes

  • Separate dependencies into groups for Poetry installation (#175) (4e707bf)

0.10.3 (2023-10-19)

Bug Fixes

  • FTP: remove DBF from content if DBC is present (#168) (82da723)

0.10.2 (2023-09-25)

Bug Fixes

  • online_data: remove plural variables from database calls on online_data (#163) (6ecd960)

0.10.1 (2023-09-21)

Bug Fixes

  • sia: handles files with final 'a', 'b' and 'c' (#162) (2d8cfb2)

0.10.0 (2023-09-19)

Features

  • databases: create CACHE structure to ftp Directories & add CNES database (#152) (b99dd38)
  • pbar: include a progress bar to download and parsing data (8cd691c)
  • struc: database modularization and code improvement (#137) (d7e6d27)

Bug Fixes

  • pyreaddbc: update pyreaddbc to fix dbc parsing bug (#153) (4c8315a)
  • release: include main branch on workflow_dispatch (#155) (8f9367d)
  • release: update .releaserc.json (#156) (f9fc7f4)
  • release: update branch from master to main on release file (#154) (4600137)

0.9.4 (2023-07-31)

Bug Fixes

  • dependencies: minor dependencies fix (#142) (acbf6e0)

0.9.3 (2023-06-06)

Bug Fixes

  • docs: pt and pt_BR build (12b21de)

0.9.2 (2023-04-20)

Bug Fixes

  • version: linter online_data to bump version (#128) (eddb93c)

0.9.1 (2023-04-12)

Bug Fixes

  • docs: fix docs and add test for notebooks (ebedd2b)

0.9.0 (2023-03-28)

Features

  • sinan: add more parsed columns to final dataframe (cc653f0)

Bug Fixes

  • notebooks: update notebooks (12dbb16)
  • notebook: update download references in notebooks (3682fe6)

Performance Improvements

  • sinan: remove unnecessary cwd's in FTP_SINAN (#123) (5199685)

0.8.0 (2023-03-14)

Features

  • SINAN: moving EGH changes to PySUS (72f2d93)

0.7.0 (2023-02-06)

Features

  • semantic-release: add semantic release to the project (#114) (b079089)

Bug Fixes

  • sinan: remove hardcoded data path when extracting from pysus (#113) (c56d2b1)
  • sm-release: fixing wrong branch on semantic-release (#115) (c22f13c)