-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump compat for SpecialFunctions * Remove compat for Arpack * Remove Manifest * Remove docs/Manifest.toml * Add auto-added entry * Keep same compat as package * Increment version number
- Loading branch information
Showing
4 changed files
with
4 additions
and
447 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
name = "Manifolds" | ||
uuid = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e" | ||
authors = ["Seth Axen <[email protected]>", "Mateusz Baran <[email protected]>", "Ronny Bergmann <[email protected]>", "Antoine Levitt <[email protected]>"] | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
|
||
[deps] | ||
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97" | ||
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" | ||
Einsum = "b7d42ee7-0b51-5a75-98ca-779d3107e4c0" | ||
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000" | ||
|
@@ -22,7 +21,6 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | |
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" | ||
|
||
[compat] | ||
Arpack = "=0.3.2" | ||
Distributions = "0.22, 0.23" | ||
Einsum = "0.4" | ||
FiniteDifferences = "0.9" | ||
|
@@ -31,7 +29,7 @@ LightGraphs = "1" | |
ManifoldsBase = "0.7.3" | ||
Requires = "0.5, 1" | ||
SimpleWeightedGraphs = "1" | ||
SpecialFunctions = "=0.8" | ||
SpecialFunctions = "0.8, 0.9, 0.10" | ||
StaticArrays = "0.12" | ||
StatsBase = "0.32, 0.33" | ||
julia = "1.0" | ||
|
Oops, something went wrong.
f070e54
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
f070e54
There was a problem hiding this comment.
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/11801
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: