Skip to content

Commit c65b4bb

Browse files
committed
chore: bump to 6.3.1, update changelog
Made-with: Cursor
1 parent 6c86660 commit c65b4bb

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
# 6.3.1
4+
5+
* Technical changes
6+
- **processing/cleaning**: Move `clean_data_frame` to `processing/cleaning.py`; `tables` imports from `processing.cleaning`
7+
- **io/writers**: Add `write_table_to_hdf5`, `write_table_to_parquet` in `io/writers.py`; `Table.save_data_frame_to_hdf5` / `save_data_frame_to_parquet` delegate to these helpers
8+
- **configuration**: Move `Config` to `configuration/models.py`, paths and resolution to `configuration/paths.py`; legacy `config.py` and `paths.py` re-export for compatibility
9+
310
# 6.3.0
411

512
* New structure and cleanup (refactor, no breaking API changes)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "OpenFisca-Survey-Manager"
3-
version = "6.3.0"
3+
version = "6.3.1"
44
description = "A tool for managing survey/administrative data and import them in OpenFisca"
55
readme = "README.md"
66
keywords = ["microsimulation", "tax", "benefit", "rac", "rules-as-code", "survey", "data"]

0 commit comments

Comments
 (0)