Skip to content

Commit

Permalink
Support FeatureTransforms (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn Moynihan authored Apr 22, 2021
1 parent 6150175 commit 4828415
Show file tree
Hide file tree
Showing 9 changed files with 521 additions and 81 deletions.
8 changes: 5 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
name = "AxisSets"
uuid = "a1a1544e-ba16-4f6d-8861-e833517b754e"
authors = ["Invenia Technical Computing Corporation"]
version = "0.1.6"
version = "0.1.7"

[deps]
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
FeatureTransforms = "8fd68953-04b8-4117-ac19-158bf6de9782"
Impute = "f7bf1975-0170-51b9-8c5f-a992d46b9575"
NamedDims = "356022a1-0364-5f58-8944-0da4b18d706f"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
ReadOnlyArrays = "988b38a3-91fc-5605-94a2-ee2116b3bd83"

[compat]
AutoHashEquals = "0.2"
AxisKeys = "0.1"
AxisKeys = "0.1.16"
FeatureTransforms = "0.3.6"
Impute = "0.6"
NamedDims = "0.2"
OrderedCollections = "1"
ReadOnlyArrays = "0.1"
julia = "1.3"
julia = "1.5"

[extras]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
Loading

4 comments on commit 4828415

@glennmoy
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Error while trying to register: Register Failed
@glennmoy, it looks like you are not a publicly listed member/owner in the parent organization (invenia).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

@glennmoy
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/35060

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.7 -m "<description of version>" 4828415eed121c9c7261404085f6a82f2368214c
git push origin v0.1.7

Please sign in to comment.