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.1
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.2
Choose a head ref
  • 4 commits
  • 8 files changed
  • 1 contributor

Commits on Sep 19, 2021

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

Commits on Oct 25, 2021

  1. Do not print type information when :compact=>true (#371)

    `:compact=>true` used to be recommended only to print fewer digits for numbers,
    but now the convention appears to be to use it more generally. This is not
    needed for `CatetoricalArray` printing as they already set `:typeinfo`,
    but it can help in other contexts such as when `NamedArray` dimension names
    are `CategoricalValue`s.
    nalimilan authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    f6bd5e7 View commit details
    Browse the repository at this point in the history
  2. Improve cut docstring (#372)

    The last interval is only closed on the right when `extend=true` is passed.
    nalimilan authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    ee3ccfe View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Bump version to 0.10.2

    nalimilan authored Nov 7, 2021
    2 Configuration menu
    Copy the full SHA
    1ed6f1a View commit details
    Browse the repository at this point in the history
Loading