Skip to content

Commit 2ebfb69

Browse files
authored
Merge pull request #276 from KhiopsML/275-prepare-release-10230
Update CHANGELOG
2 parents dd82f80 + 074ef13 commit 2ebfb69

File tree

8 files changed

+25
-26
lines changed

8 files changed

+25
-26
lines changed

.github/workflows/api-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
type: boolean
1010
default: false
1111
image-tag:
12-
default: 10.2.3-b.5.0
12+
default: 10.2.3.0
1313
description: Development Docker Image Tag
1414
pull_request:
1515
paths:
@@ -39,7 +39,7 @@ jobs:
3939
# because the `env` context is only accessible at the step level;
4040
# hence, it is hard-coded
4141
image: |-
42-
ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '10.2.3-b.5.0' }}
42+
ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '10.2.3.0' }}
4343
# Use the 'runner' user (1001) from github so checkout actions work properly
4444
# https://github.com/actions/runner/issues/2033#issuecomment-1598547465
4545
options: --user 1001

.github/workflows/conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ env:
44
DEFAULT_SAMPLES_VERSION: 10.2.0
55
# Note: The default Khiops version must never be an alpha release as they are
66
# ephemeral. To test alpha versions run the workflow manually.
7-
DEFAULT_KHIOPS_CORE_VERSION: 10.2.3b.5
7+
DEFAULT_KHIOPS_CORE_VERSION: 10.2.3
88
on:
99
workflow_dispatch:
1010
inputs:
1111
khiops-core-version:
12-
default: 10.2.3b.5
12+
default: 10.2.3
1313
description: khiops-core version for testing
1414
khiops-samples-version:
1515
default: 10.2.0

.github/workflows/dev-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Dev Docker
33
env:
4-
DEFAULT_KHIOPS_REVISION: 10.2.3-b.5
4+
DEFAULT_KHIOPS_REVISION: 10.2.3
55
DEFAULT_IMAGE_INCREMENT: 0
66
DEFAULT_SERVER_REVISION: main
77
DEFAULT_PYTHON_VERSIONS: 3.8 3.9 3.10 3.11 3.12
@@ -12,7 +12,7 @@ on:
1212
inputs:
1313
khiops-revision:
1414
type: string
15-
default: 10.2.3-b.5
15+
default: 10.2.3
1616
description: Khiops Revision
1717
image-increment:
1818
type: number

.github/workflows/pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
default: main
1010
description: khiops-samples repo revision
1111
image-tag:
12-
default: 10.2.3-b.5.0
12+
default: 10.2.3.0
1313
description: Development Docker Image Tag
1414
pull_request:
1515
push:
@@ -56,7 +56,7 @@ jobs:
5656
# because the `env` context is only accessible at the step level;
5757
# hence, it is hard-coded
5858
image: |-
59-
ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.2.3-b.5.0' }}
59+
ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.2.3.0' }}
6060
steps:
6161
- name: Set parameters as env
6262
run: |

.github/workflows/unit-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
name: Unit Tests
33
env:
44
DEFAULT_SAMPLES_REVISION: main
5-
DEFAULT_KHIOPS_DESKTOP_REVISION: 10.2.3-b.4
5+
DEFAULT_KHIOPS_DESKTOP_REVISION: 10.2.3
66
on:
77
workflow_dispatch:
88
inputs:
99
samples-revision:
1010
default: main
1111
description: Git tag, branch or commit for the khiops-samples repository
1212
image-tag:
13-
default: 10.2.3-b.5.0
13+
default: 10.2.3.0
1414
description: Development Docker Image Tag
1515
khiops-desktop-revision:
16-
default: 10.2.3-b.5
16+
default: 10.2.3
1717
description: Khiops Windows Desktop Application Version
1818
run-long-tests:
1919
type: boolean
@@ -36,7 +36,7 @@ jobs:
3636
# because the `env` context is only accessible at the step level;
3737
# hence, it is hard-coded
3838
image: |-
39-
ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '10.2.3-b.5.0' }}
39+
ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '10.2.3.0' }}
4040
credentials:
4141
username: ${{ github.actor }}
4242
password: ${{ secrets.GITHUB_TOKEN }}
@@ -256,7 +256,7 @@ jobs:
256256
# because the `env` context is only accessible at the step level;
257257
# hence, it is hard-coded
258258
image: |-
259-
ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.2.3-b.5.0' }}
259+
ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.2.3.0' }}
260260
credentials:
261261
username: ${{ github.actor }}
262262
password: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@
66
- Example: 10.2.1.4 is the 5th version that supports khiops 10.2.1.
77
- Internals: Changes in *Internals* sections are unlikely to be of interest for data scientists.
88

9-
## Unreleased
9+
## 10.2.3.0 - 2024-11-13
1010

1111
### Added
1212

13-
- (General) `train_test_split_dataset` helper function to ease the splitting in train/test for
13+
- (`sklearn`) `train_test_split_dataset` helper function to ease the splitting in train/test for
1414
multi-table datasets.
15+
- (`sklearn`) Complete support for `core` API functions parameters in the `sklearn` estimators.
16+
17+
### Changed
18+
19+
- (General) The Conda package only depends on the `conda-forge` and `khiops` channels.
20+
- *Internals*:
21+
- Improve and simplify the integration with the `khiops-core` package via its `khiops_env`
22+
script.
1523

1624
## 10.2.2.4 - 2024-08-05
1725

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ in two ways:
1414
## Installation
1515

1616
```bash
17-
# Windows
18-
conda install khiops -c khiops
19-
20-
# Linux/macOS
21-
conda install khiops -c khiops -c conda-forge
17+
conda install -c conda-forge -c khiops khiops
2218
```
2319
Other install method are documented at the [Khiops website][khiops-install].
2420

doc/index.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@ Installation
99
Khiops is better installed with `conda package manager <https://docs.conda.io/en/latest/>`_
1010

1111
.. code-block:: shell
12-
13-
# Windows
14-
conda install khiops -c khiops
15-
16-
# Linux/macOS
17-
conda install khiops -c conda-forge -c khiops
12+
conda install -c conda-forge -c khiops khiops
1813
1914
More details and other install methods are documented at the `Khiops website
2015
<https://www.khiops.org/setup>`_.

0 commit comments

Comments
 (0)