Skip to content
Snippets Groups Projects
Verified Commit 0cccde4a authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: CHANGELOG.md

parent a78d24e5
No related branches found
No related tags found
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!176misc. small changes
Pipeline #52565 passed
......@@ -10,13 +10,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ###
* Support for Python 3.12 and experimental support for 3.13
* `spss_to_datamodel` script.
* `SPSSConverter` class
* CFood macros now accept complex objects as values, not just strings.
* More options for the `CSVTableConverter`
* New converters:
* `DatetimeElementConverter`
* `SPSSConverter`
* New scripts:
* `spss_to_datamodel`
* `csv_to_datamodel`
* New transformer functions:
* `date_parse`
* `datetime_parse`
### Changed ###
* CFood macros do not render everything into strings now.
* Better internal handling of identifiable/reference resolving and merging of entities. This also
includes more understandable output for users.
* Better handling of missing imports, with nice messages for users.
### Deprecated ###
......@@ -32,6 +43,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Documentation ###
* General improvement of the documentaion, in many small places.
* The API documentation should now also include documentation of the constructors.
## [0.7.1] - 2024-03-21 ##
### Fixed ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment