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/PooledArrays.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.3
Choose a base ref
...
head repository: JuliaData/PooledArrays.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 17 commits
  • 7 files changed
  • 6 contributors

Commits on Feb 8, 2020

  1. Configuration menu
    Copy the full SHA
    c56af13 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #32 from JuliaTagBot/master

    Install TagBot as a GitHub Action
    quinnj authored Feb 8, 2020
    Configuration menu
    Copy the full SHA
    7bc598e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    6f02758 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77feda8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    d21561c View commit details
    Browse the repository at this point in the history
  2. update tests

    bkamins authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    941f678 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    c899d80 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #40 from JuliaData/bkamins-patch-1

    Change default pooled ref type
    quinnj authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    0d3fdfd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #41 from JuliaData/bkamins-patch-2

    Make a docstring of PooledArray more precise
    quinnj authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    7dd3ddc View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Update TagBot.yml

    quinnj authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    034699f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Merge pull request #42 from JuliaData/quinnj-patch-1

    Update TagBot.yml
    quinnj authored Nov 15, 2020
    Configuration menu
    Copy the full SHA
    b9e808f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Update README and ci

    quinnj committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    db42b8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e87248 View commit details
    Browse the repository at this point in the history
  3. Comment out docs job

    quinnj committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    28c9f1f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Add signed and compress to constructor args (#48)

    * Add signed and compress to constructor args
    
    * Add test for widening of signed refs
    
    * Update doc string
    dmbates authored Jan 30, 2021
    Configuration menu
    Copy the full SHA
    9b17883 View commit details
    Browse the repository at this point in the history
  2. avoid applying fast_sortable on integer arrays (rebased) (#46) (#49)

    * avoid applying fast_sortable twice
    
    * use slow path for non isbits integer in fast_sortable
    
    Co-authored-by: Pietro Vertechi <pietro.vertechi@neuro.fchampalimaud.org>
    quinnj and Pietro Vertechi authored Jan 30, 2021
    Configuration menu
    Copy the full SHA
    3c70419 View commit details
    Browse the repository at this point in the history
  3. Bump version

    quinnj authored Jan 30, 2021
    2 Configuration menu
    Copy the full SHA
    7cbaacb View commit details
    Browse the repository at this point in the history
Loading