Releases: globaldothealth/adtl
Releases · globaldothealth/adtl
0.7.1
0.7.0
What's Changed
- update authors by @abhidg in #105
- Restructure by @pipliggins in #106
- Add autoparser by @pipliggins in #107
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #110
- Moves llm functions into subclasses by @pipliggins in #111
- Misc edits from generating paper data by @pipliggins in #113
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #112
- Add CLI tests, harmonize function inputs by @pipliggins in #114
Full Changelog: 0.6.1...0.7.0
0.6.1
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #100
- Enable Python 3.13 support with latest pint version by @abhidg in #102
- ci: fix tests workflow error by @abhidg in #103
- docs: update theme and README by @abhidg in #104
Full Changelog: 0.6.0...0.6.1
0.6.0
What's Changed
- transformations(startYear): stops return of non-integer year by @pipliggins in #85
- Add --version, lowercase parameter descriptions by @abhidg in #86
- Add "anyOf" to optional fields validation by @pipliggins in #87
- Add percent transformation by @pipliggins in #88
- Stop unwanted overwriting by @pipliggins in #91
- Enable saving as a parquet file by @pipliggins in #94
- Created a 'caseInsensitive' flag by @pipliggins in #95
- Add returnUnmatched to spec options by @pipliggins in #96
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- Add combinedType min and max, fixes #62 by @abhidg in #64
- Allow external definitions, fixes #10 by @abhidg in #66
- Allow fields to be skipped by @pipliggins in #67
- Add ignoreMissingKey option for values mapping by @abhidg in #68
- Add exception tests by @pipliggins in #69
- Fixes behaviour where for loops combine with apply by @pipliggins in #70
- Allow 'getFloat' to scrape a number from a string with other text by @pipliggins in #72
- Allows optional-fields to cover oneOf options for e.g. sex/sex_at_birth by @pipliggins in #71
- Allow date formats to be specifed in yearsElapsed function by @pipliggins in #73
- Add --json to output adtl report as json by @abhidg in #74
- Function to make datetime from separate date & time fields by @pipliggins in #76
- Increase test coverage by @abhidg in #77
- Add documentation using Sphinx, closes #9 by @abhidg in #78
- transformations: add wordSubstituteSet by @abhidg in #80
- Date of birth functions by @pipliggins in #79
- combinedType(wordsubstituteset): flatten lists by @pipliggins in #84
- Add documentation on module and transformations, update theme by @abhidg in #82
- add regexMatch operator
=~
by @abhidg in #83
Full Changelog: 0.4.0...0.5.0