Skip to content

Commit ba99956

Browse files
committed
chore: new version bump
1 parent 304b833 commit ba99956

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: fairmodels
22
Type: Package
33
Title: Flexible Tool for Bias Detection, Visualization, and Mitigation
4-
Version: 1.2.1
4+
Version: 1.2.2
55
Authors@R:
66
c(person("Jakub", "Wiśniewski", role = c("aut", "cre"),
77
email = "jakwisn@gmail.com"),
@@ -28,7 +28,7 @@ Suggests:
2828
spelling,
2929
ggdendro,
3030
ggrepel,
31-
RoxygenNote: 7.1.1.9001
31+
RoxygenNote: 7.3.3
3232
VignetteBuilder: knitr
3333
URL: https://fairmodels.drwhy.ai/
3434
BugReports: https://github.com/ModelOriented/fairmodels/issues

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# fairmodels 1.2.2
2+
* changed ifelse to if else statement in `fairness_heatmap` as per https://github.com/ModelOriented/fairmodels/issues/57
3+
14
# fairmodels 1.2.1
25
* changed link to *codecov* in `README.md`
36
* changed `class(x) == 'fairness_regression_object` to `inherits(x, "fairness_regression_object")` in `plot_density.R` according to CRAN comments

0 commit comments

Comments
 (0)