Skip to content

Commit

Permalink
add ShiftedArrays 2.x support (#3165)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins authored Sep 22, 2022
1 parent 63e42e1 commit f17f2c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Missings = "0.4.2, 1"
PooledArrays = "1.4.2"
PrettyTables = "0.12, 1"
Reexport = "0.1, 0.2, 1"
ShiftedArrays = "1"
ShiftedArrays = "1, 2"
SortingAlgorithms = "0.1, 0.2, 0.3, 1"
TableTraits = "0.4, 1"
Tables = "1.8.1"
Expand Down
3 changes: 2 additions & 1 deletion test/select.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module TestSelect

using DataFrames, Test, Random, SparseArrays, Statistics
using CategoricalArrays, PooledArrays, ShiftedArrays
using CategoricalArrays, PooledArrays
using ShiftedArrays: lag, ShiftedVector

const = isequal

Expand Down
2 changes: 1 addition & 1 deletion test/subdataframe_mutation.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module TestIndexing
module TestIndexingSubDataFrame

using Test, DataFrames, CategoricalArrays, PooledArrays

Expand Down

0 comments on commit f17f2c7

Please sign in to comment.