Skip to content

Commit

Permalink
Prepare for v.0.4.6 (#221)
Browse files Browse the repository at this point in the history
* prepare for v.0.4.6

* update CHANGELOG
  • Loading branch information
rpreen authored Jun 25, 2024
1 parent 2bcbbea commit b7ea9c2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 10 deletions.
24 changes: 19 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
# Changelog

## Development
## Version 0.4.5 (November 15, 2023)
* Changes
* CI updates, version numbers
## Version 0.4.6 (Jun 25, 2024)

Changes:
* Add mode aggregation function ([#194](https://github.com/AI-SDC/ACRO/pull/194))
* Update Stata examples ([#197](https://github.com/AI-SDC/ACRO/pull/197))
* Various minor bug fixes, including fixing suppression when `margins=True`
* Update CI ([#207](https://github.com/AI-SDC/ACRO/pull/207), [#208](https://github.com/AI-SDC/ACRO/pull/208))
* Update packaging ([#209](https://github.com/AI-SDC/ACRO/pull/209))
* Improve robustness of `create_dataframe()` ([#211](https://github.com/AI-SDC/ACRO/pull/211))
* Add Ruff linting/formatting ([#210](https://github.com/AI-SDC/ACRO/pull/210), [#214](https://github.com/AI-SDC/ACRO/pull/214))
* PEP 257 docstring formatting ([#212](https://github.com/AI-SDC/ACRO/pull/212))
* Remove useless pylint suppression ([#213](https://github.com/AI-SDC/ACRO/pull/213))
* Fix code coverage reporting ([#215](https://github.com/AI-SDC/ACRO/pull/215))
* Limit numpy dependency to less than v2.0.0 ([#220](https://github.com/AI-SDC/ACRO/pull/220))

## Version 0.4.5 (Nov 16, 2023)

Changes:
* CI updates, version numbers

## Version 0.4.4 (November 15, 2023)
## Version 0.4.4 (Nov 15, 2023)

Changes:
* Update table suppression when totals are true for pivot table ([#165](https://github.com/AI-SDC/ACRO/pull/165))
Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cff-version: 1.2.0
title: ACRO
version: 0.4.3
doi: 10.5281/zenodo.8370642
date-released: 2023-09-22
version: 0.4.6
doi:
date-released:
license: MIT
repository-code: https://github.com/AI-SDC/ACRO
languages:
Expand Down
2 changes: 1 addition & 1 deletion acro/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""ACRO version number."""

__version__ = "0.4.5"
__version__ = "0.4.6"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = acro
version = 0.4.5
version = 0.4.6
description = ACRO: Tools for the Automatic Checking of Research Outputs
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit b7ea9c2

Please sign in to comment.