Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaData/CategoricalArrays.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.6
Choose a base ref
...
head repository: JuliaData/CategoricalArrays.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.7
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 25, 2022

  1. Implement skipmissing argument to levels (#391)

    The argument is added by DataAPI 1.10 (JuliaData/DataAPI.jl#46).
    When `skipmissing=true`, the method for `CategoricalArray` can be
    slightly more efficient than the fallback defined in DataAPI
    as it avoids calling `unique`.
    nalimilan authored Sep 25, 2022
    Configuration menu
    Copy the full SHA
    847a745 View commit details
    Browse the repository at this point in the history
  2. Drop redundant convert(Union{T, Missing/Nothing}, x) methods (#396)

    The fallback defined in Base calls `convert(T, x)`, giving the same result,
    and these methods cause invalidations.
    
    Add tests as these were missing.
    nalimilan authored Sep 25, 2022
    Configuration menu
    Copy the full SHA
    9aeb742 View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.10.7

    nalimilan committed Sep 25, 2022
    2 Configuration menu
    Copy the full SHA
    197f0a0 View commit details
    Browse the repository at this point in the history
Loading