Skip to content

Commit a7f50b4

Browse files
committed
Update NEWS
1 parent e0359bc commit a7f50b4

4 files changed

Lines changed: 12 additions & 10 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ jobs:
2929
# against the release
3030
- {os: macOS-latest, r: 'release'}
3131
# Windows
32-
- {os: windows-latest, r: '4.3.0'}
33-
- {os: windows-latest, r: '4.2.3'}
34-
# Ubuntu 20-04
35-
- {os: ubuntu-20.04, r: '4.3.0', vdiffr: true, xref: true}
36-
- {os: ubuntu-20.04, r: '4.2.3', vdiffr: true, xref: true}
32+
- {os: windows-latest, r: '4.5.2'}
33+
# Ubuntu 22-04
34+
- {os: ubuntu-24.04, r: '4.5.2', vdiffr: true, xref: true}
3735

3836
env:
3937
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
@@ -46,10 +44,10 @@ jobs:
4644

4745
- uses: r-lib/actions/setup-pandoc@v1
4846

49-
- name: Set up Python 3.8
47+
- name: Set up Python 3.11
5048
uses: actions/setup-python@v1
5149
with:
52-
python-version: 3.8
50+
python-version: 3.11
5351

5452
- uses: s-weigand/setup-conda@v1
5553
with:

.github/workflows/test-coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818

19-
- name: Set up Python 3.8
19+
- name: Set up Python 3.11
2020
uses: actions/setup-python@v1
2121
with:
22-
python-version: 3.8
22+
python-version: 3.11
2323

2424
- uses: s-weigand/setup-conda@v1
2525
with:

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: DALEXtra
22
Title: Extension for 'DALEX' Package
3-
Version: 2.3.0
3+
Version: 2.3.1
44
Authors@R:
55
c(person(given = "Szymon",
66
family = "Maksymiuk",

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
DALEXtra 2.3.1
2+
----------------------------------------------------------------
3+
* Adjust `DALEXtra` to the new `xgboost` package interface
4+
15
DALEXtra 2.3.0
26
----------------------------------------------------------------
37
* Remove `reticulate` from imports.

0 commit comments

Comments
 (0)