-
Notifications
You must be signed in to change notification settings - Fork 162
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
Version upgrade 0.10.4 #1033
Closed
Closed
Version upgrade 0.10.4 #1033
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4cffda5 - Browse repository at this point
Copy the full SHA 4cffda5View commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bb65a13 - Browse repository at this point
Copy the full SHA bb65a13View commit details
Commits on Sep 8, 2023
-
Bump actions/checkout from 3 to 4 (#1024)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Turner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 232608c - Browse repository at this point
Copy the full SHA 232608cView commit details
Commits on Sep 13, 2023
-
Make sure random_state is a list before indexed assignment (#968)
* Make sure random_state is a list before indexed assignment Currently, a mypy error occurs because we attempt to assign to random_state[1] when random_state has type Union[list[Any], tuple[Any]]. Tuples are immutable so this is a type error. We fix this by making random_state into a list before doing indexed assignment on it. * Add type guards for random_state * Check random_state before random_state[1] Co-authored-by: Michael Davis <[email protected]> * Reorder conditions for consistency Co-authored-by: Taylor Turner <[email protected]> --------- Co-authored-by: Michael Davis <[email protected]> Co-authored-by: Taylor Turner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff14ab3 - Browse repository at this point
Copy the full SHA ff14ab3View commit details
Commits on Sep 20, 2023
-
added psi calculation to categorical columns (#1027)
* added psi calculation to categorical columns * Changed test value to non-calculated assignment
Configuration menu - View commit details
-
Copy full SHA for de664f9 - Browse repository at this point
Copy the full SHA de664f9View commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f50c160 - Browse repository at this point
Copy the full SHA f50c160View commit details
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.