Skip to content

Releases: AI-SDC/ACRO

v0.4.11

03 Nov 16:01
0b4282f

Choose a tag to compare

Changes:

  • chore: increase max pandas to <=2.3.3 to avoid building from source for Python 3.14 (#282)

v0.4.10

03 Nov 11:52
8154130

Choose a tag to compare

Changes:

  • fix: various fixes and improvements for stata (#278)
  • chore: drop Python 3.9 and support Python 3.14 (#280)

v0.4.9

02 Jul 18:15
16bd623

Choose a tag to compare

Changes:

  • Update notebooks for Numpy version 2 compatibility (#258)
  • Cap scipy<1.16.0 (#266)

v0.4.8

29 Jan 14:36
11b8100

Choose a tag to compare

Changes:

  • Add support for Numpy version 2 (#247)

v0.4.7

22 Oct 11:40
7374bcc

Choose a tag to compare

Changes:

  • Add support for Pandas version 2 (#237)

v.0.4.6

25 Jun 18:21
b7ea9c2

Choose a tag to compare

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

16 Nov 10:32
ab9d6bb

Choose a tag to compare

Minor fixes to version numbers and changelog

v.0.4.4

15 Nov 09:09
7a4fadb

Choose a tag to compare

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

22 Sep 15:20
60e0725

Choose a tag to compare

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

13 Jul 13:20
5b0de23

Choose a tag to compare

Changes:

  • Use INFO for exception handling finalise prompt (#116)
  • Add version number to INFO (#116)
  • Update R wrapper (#116)