Releases: AI-SDC/ACRO
Releases · AI-SDC/ACRO
v0.4.8
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)