Skip to content

Commit 5bef885

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents 79712e0 + c77db97 commit 5bef885

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: acro
22
Title: A Tool for Semi-Automating the Statistical Disclosure Control of Research Outputs
3-
Version: 0.1.4
3+
Version: 0.1.5
44
Authors@R: c(
55
person("Jim", "Smith", role = c("cre","ctb"),
66
email = "James.Smith@uwe.ac.uk", comment = c(ORCID = "0000-0001-7908-1859")),
@@ -9,7 +9,7 @@ Authors@R: c(
99
person("Richard John", "Preen", role = c("aut","ctb"),
1010
email = "Richard2.Preen@uwe.ac.uk", comment = c(ORCID = "0000-0003-3351-8132")))
1111
Maintainer: Jim Smith <James.Smith@uwe.ac.uk>
12-
Description: Assists researchers and output checkers by distinguishing between research output that is safe to publish, output that requires further analysis, and output that cannot be published because of substantial disclosure risk. A paper about the tool was presented at the UNECE Expert Meeting on Statistical Data Confidentiality 2023; see <https://uwe-repository.worktribe.com/output/11060964>.
12+
Description: A Tool for Semi-Automating the Statistical Disclosure Control of Research Outputs, see <https://doi.org/10.1109/TP.2025.3566052>.
1313
License: MIT + file LICENSE
1414
Encoding: UTF-8
1515
Roxygen: list(markdown = TRUE)

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# acro 0.1.5
2+
3+
* Upgrade ACRO Python backend to v0.4.9, addressing installation problems due to scipy dependency update.
4+
15
# acro 0.1.4
26

37
* Upgrade ACRO Python backend to v0.4.8, supporting numpy v2 for a more seamless installation with Python 3.13.

R/create_virtualenv.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
acro_venv <- "r-acro-0.4.8"
2-
acro_package <- "acro==0.4.8"
1+
acro_venv <- "r-acro-0.4.9"
2+
acro_package <- "acro==0.4.9"
33
python_version <- ">=3.9"
44

55

0 commit comments

Comments
 (0)