-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 10.3.0.0 #353
Merged
Release 10.3.0.0 #353
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Remove "source_repository" setting - It generated a link to a 404 page in Github - Change the Github icon to khiops-python
We do this only for KhiopsClassifier and KhiopsRegressor: It is critical for KhiopsClassifier as it accepts many target types and it is trivial in the case of KhiopsRegressor. For KhiopsEncoder and KhiopsCoclustering is less critical and for the first one it is very complex. We left them as TODO's. Additionaly, we now also check in the "output type" tests that the result of predict is correct. Before we only checked only that the classes_ attribute was ok. This is to further ensure correctness.
…v-reading-function 312 accept types in internal csv reading function
It was never supported.
* Update issue and pull request templates format (#333) * Update release action version the in Pip packaging workflow
In commit 5ab0a8d, CONDA_PREFIX had been removed from the environment in a specific integration test. This commit restores CONDA_PREFIX after the runner is created. Thus, subsequent tests use vanilla Conda environment as it must be, if applicable.
… non-conda environments - 2 fake servers (fakes3 and fake-gcs-server) are used locally instead of a real S3 and GCS servers. - The fake servers are provisioned with sample files before the tests run - During the construction of the khiopsdev docker image we need to install the s3/gcs drivers required by khiops - As these drivers are not released yet as conda packages we must disable the tests in conda environments (except when using a docker runner)
…e is not available
…ld golang ones - the GCS tests use a real Google account (via "Workload Identity Federation" authentication mode) - the S3 ones still use an emulated S3 server
…oth long-lasting and resources consuming tests
…ote-files Reactivate the integration tests for remote file access (GCS, S3)
Also fix pull_request trigger condition on the workflow file name.
…es-conditions Add dev v10 to protected branches conditions
…-samples Avoid pandas warning in samples when reading Accidents/Places table
Prepare release 10 3 0 0
folmos-at-orange
approved these changes
Feb 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
dev-v10 -> main for 10.3.0.0
TODO Before Asking for a Review
main
main
as base branch,dev-v10
as branch to be merged