Skip to content

Commit

Permalink
CompatHelper: bump compat for "LoopVectorization" to "0.12" (#15)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "LoopVectorization" to "0.12"

* Update Project.toml

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Fredrik Bagge Carlson <[email protected]>
  • Loading branch information
github-actions[bot] and baggepinnen committed Mar 17, 2021
1 parent 9430e6f commit f952130
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 = "MatrixProfile"
uuid = "24e37439-14ec-4097-bda3-6a65822e2305"
authors = ["Fredrik Bagge Carlson"]
version = "1.0.2"
version = "1.0.3"

[deps]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Expand All @@ -14,7 +14,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
Distances = "0.7, 0.8, 0.9, 0.10"
LoopVectorization = "0.7.4, 0.8, 0.9, 0.10, 0.11"
LoopVectorization = "0.7.4, 0.8, 0.9, 0.10, 0.11, 0.12"
ProgressMeter = "1.2, 1.3"
RecipesBase = "0.8, 1.0"
SlidingDistancesBase = "0.2"
Expand Down

2 comments on commit f952130

@baggepinnen
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/32149

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 v1.0.3 -m "<description of version>" f952130c797d83281d1f46de4c54b80cdff801be
git push origin v1.0.3

Please sign in to comment.