Releases: AI-SDC/ACRO
Releases · AI-SDC/ACRO
v0.4.7
v.0.4.6
Changes:
- Add mode aggregation function (#194)
- Update Stata examples (#197)
- Various minor bug fixes, including fixing suppression when
margins=True
- Update CI (#207, #208)
- Update packaging (#209)
- Improve robustness of
create_dataframe()
(#211) - Add Ruff linting/formatting (#210, #214)
- PEP 257 docstring formatting (#212)
- Remove useless pylint suppression (#213)
- Fix code coverage reporting (#215)
- Limit numpy dependency to less than v2.0.0 (#220)
v.0.4.5: Merge pull request #185 from AI-SDC/jim-smith-patch-1
Minor fixes to version numbers and changelog
v.0.4.4
What's Changed
- Update table suppression when totals are true
- update margins in pivot_table
- Delete folders after tests
- updating crosstab
- Update test.ipynb
- histogram
- Update docs
- Update the finalise func
- Updating the R help func
- adding histogram and kaplan meier to R
- updating pivot_table
Full Changelog: v.0.4.3...v.0.4.4
v.0.4.3
Changes:
- Add installation support for Python 3.8 and 3.9 (#135)
- Add a directory of outputs to an acro object and creates a results file for checking (#130)
- Improve screen formatting of tables (#139)
- Integrate Stata support (#142)
- Fix crosstab when index or columns is a list and there is an aggregation function (#147)
- Add support for survival analysis (#145)
- Update pandas version dependency to 1.5 (#150)
- Refactor ACRO class (#152)
- Adding support for table function in R (#153)
v.0.4.2
v.0.4.1
v.0.4.0
v.0.3.0
v.0.2.0
Changes since v.0.1.0:
- Serialize JSON output field as a dictionary instead of string.
- Major code refactor.
- Add status, type and properties to the output metadata.
- Remove the timestamp from the output naming.
- Remove automatic reloading of existing results.
- Make custom file paths relatve instead of absolute.
- Split statsmodels outputs into multiple csv files instead of one.
- Change output field in JSON is to a list of file paths.
- Finalise() now takes two arguments: path and ext to specify a folder.
- Automatically copy custom outputs to the outputs folder upon finalise.
- Fix a bug attempting to write custom outputs in excel.
- ISO format timestamps.
- Store comments as a list of strings.