Skip to content

Commit

Permalink
Merge pull request #132 from invenia/mz/nameddims
Browse files Browse the repository at this point in the history
NamedDims compat
  • Loading branch information
rofinn authored Nov 3, 2022
2 parents 7d643ff + 909b6ea commit 5925c22
Showing 1 changed file with 2 additions and 2 deletions.
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.8"
version = "0.6.9"

[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Expand All @@ -27,7 +27,7 @@ DataDeps = "0.7"
Distances = "0.8, 0.9, 0.10"
IterTools = "1.2, 1.3"
Missings = "0.4, 1.0"
NamedDims = "0.2"
NamedDims = "0.2, 0.3, 1"
NearestNeighbors = "0.4"
StatsBase = "0.32, 0.33"
TableOperations = "0.2, 1.0"
Expand Down

2 comments on commit 5925c22

@rofinn
Copy link
Member Author

@rofinn rofinn commented on 5925c22 Nov 3, 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/71584

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.9 -m "<description of version>" 5925c22728240451b9856fe424789b098cae7890
git push origin v0.6.9

Please sign in to comment.