Skip to content
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
wants to merge 6 commits into from
Closed

Version upgrade 0.10.4 #1033

wants to merge 6 commits into from

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    4cffda5 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    bb65a13 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. 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]>
    dependabot[bot] and taylorfturner authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    232608c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. 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]>
    3 people authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ff14ab3 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. added psi calculation to categorical columns (#1027)

    * added psi calculation to categorical columns
    
    * Changed test value to non-calculated assignment
    ksneab7 authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    de664f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. version bump (#1032)

    ksneab7 authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f50c160 View commit details
    Browse the repository at this point in the history