Skip to content

Commit

Permalink
Merge pull request #114 from invenia/mz/nameddims
Browse files Browse the repository at this point in the history
compat for NamedDims@1
  • Loading branch information
mattBrzezinski authored Nov 3, 2022
2 parents ee13296 + 63d2eb7 commit 66a1734
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FeatureTransforms"
uuid = "8fd68953-04b8-4117-ac19-158bf6de9782"
authors = ["Invenia Technical Computing Corporation"]
version = "0.4.0"
version = "0.4.1"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -12,10 +12,10 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
AxisArrays = "0.4"
AxisKeys = "0.1"
AxisKeys = "0.1, 0.2"
DataFrames = "0.22, 1"
Documenter = "0.26"
NamedDims = "0.2.32"
NamedDims = "0.2.32, 0.3, 1"
Tables = "1.3"
julia = "1.6"

Expand Down

4 comments on commit 66a1734

@mattBrzezinski
Copy link
Member 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/71578

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.4.1 -m "<description of version>" 66a1734c619718c1ba66727633bf18f9b0733ee7
git push origin v0.4.1

Also, note the warning: Version 0.4.1 skips over 0.4.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

@mzgubic
Copy link
Contributor

@mzgubic mzgubic commented on 66a1734 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 updated: JuliaRegistries/General/71578

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.4.1 -m "<description of version>" 66a1734c619718c1ba66727633bf18f9b0733ee7
git push origin v0.4.1

Please sign in to comment.