Skip to content

Commit

Permalink
upated to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodaigh committed Nov 15, 2020
1 parent 7b58c64 commit de045b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DataConvenience"
uuid = "3b531cbf-ee43-4e67-8118-dca2c9372f86"
authors = ["Dai ZJ <[email protected]>"]
version = "0.1.11"
version = "0.1.12"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -20,8 +20,8 @@ WeakRefStrings = "ea10d353-3f73-51f8-a26c-33c1cb351aa5"

[compat]
CSV = "0.7, 0.8"
CategoricalArrays = "0.7, 0.8"
DataFrames = "0.19, 0.20, 0.21"
CategoricalArrays = "0.7, 0.8, 0.9"
DataFrames = "0.19, 0.20, 0.21, 0.22"
Lazy = "0.14, 0.15"
Missings = "0.4"
SortingLab = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion src/DataConvenience.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module DataConvenience

import WeakRefStrings:StringVector
using DataFrames: categorical, AbstractDataFrame, DataFrame, names!
using DataFrames: categorical, AbstractDataFrame, DataFrame, rename
using CategoricalArrays
using Statistics
using Missings:nonmissingtype
Expand Down

3 comments on commit de045b9

@xiaodaigh
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xiaodaigh
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/24836

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.12 -m "<description of version>" de045b9794cf2799354e0ee90ebe8669a84a7610
git push origin v0.1.12

Please sign in to comment.