Skip to content

Commit

Permalink
Merge pull request #126 from invenia/mz/csv
Browse files Browse the repository at this point in the history
compat csv
  • Loading branch information
rofinn authored Jan 22, 2022
2 parents d08c506 + 80c69f0 commit 9230661
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1'
version: '1.6'
- run: |
julia --project=docs -e '
using Pkg
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.jl.cov
*.jl.*.cov
*.jl.mem
Manifest.toml
# Documenter generated files
/docs/build/
/docs/site/
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Impute"
uuid = "f7bf1975-0170-51b9-8c5f-a992d46b9575"
authors = ["Invenia Technical Computing"]
version = "0.6.7"
version = "0.6.8"

[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Expand All @@ -22,7 +22,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
AxisKeys = "0.1"
BSON = "0.2, 0.3"
CSV = "0.6, 0.7, 0.8, 0.9"
CSV = "0.6, 0.7, 0.8, 0.9, 0.10"
DataDeps = "0.7"
Distances = "0.8, 0.9, 0.10"
IterTools = "1.2, 1.3"
Expand Down

2 comments on commit 9230661

@rofinn
Copy link
Member Author

@rofinn rofinn commented on 9230661 Jan 22, 2022

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/53005

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.6.8 -m "<description of version>" 9230661ae5f3dc828fea58b32970c874574cb654
git push origin v0.6.8

Please sign in to comment.