Skip to content

Commit

Permalink
FillArrays v1 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod authored Oct 23, 2023
1 parent 08dd493 commit aad6488
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 = "Tullio"
uuid = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
authors = ["Michael Abbott"]
version = "0.3.6"
version = "0.3.7"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand All @@ -25,7 +25,7 @@ TullioChainRulesCoreExt = "ChainRulesCore"
CUDA = "4, 5"
ChainRulesCore = "1"
DiffRules = "1"
FillArrays = "0.11, 0.12, 0.13"
FillArrays = "0.11, 0.12, 0.13, 1"
ForwardDiff = "0.10"
KernelAbstractions = "0.7.2, 0.8, 0.9"
LoopVectorization = "0.12.101"
Expand Down

2 comments on commit aad6488

@mcabbott
Copy link
Owner

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

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.3.7 -m "<description of version>" aad6488c8ce9bc7950d0b78350c6a62ff06c71b9
git push origin v0.3.7

Please sign in to comment.