Skip to content

Commit

Permalink
New version: GeometricMachineLearning v0.2.0 (#98773)
Browse files Browse the repository at this point in the history
UUID: 194d25b2-d3f5-49f0-af24-c124f4aa80cc
Repo: https://github.com/JuliaGNI/GeometricMachineLearning.jl.git
Tree: 5a93f3001a0a9d92e0d7fee8f7ec92b65909e394

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator authored Jan 12, 2024
1 parent 72cc6d6 commit f18e514
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 11 deletions.
32 changes: 23 additions & 9 deletions G/GeometricMachineLearning/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,37 @@
[0]
AbstractNeuralNetworks = "0.1"
BandedMatrices = "0.17"
CUDA = "4"
ChainRules = "1"
ChainRulesCore = "1"
Distances = "0.10"
ForwardDiff = "0.10"
GPUArrays = "8"
GeometricBase = "0.8"
GeometricEquations = "0.12"
GeometricIntegrators = "0.12"
HDF5 = "0.16"
KernelAbstractions = "0.9"
Lux = "0.4-0.5"
NLsolve = "4"
NNlib = "0.8-0.9"
Optimisers = "0.2"
ProgressMeter = "1"
StatsBase = "0.33-0.34"
TimerOutputs = "0.5"
Zygote = "0.6"
julia = "1.8.0-1"

["0-0.1"]
BandedMatrices = "0.17"
CUDA = "4"
GPUArrays = "8"
GeometricBase = "0.8"
GeometricEquations = "0.12"
GeometricIntegrators = "0.12"
HDF5 = "0.16"
NLsolve = "4"
Optimisers = "0.2"

["0.2-0"]
BandedMatrices = ["0.17", "1"]
CUDA = "4-5"
ChainRulesTestUtils = "1"
Documenter = ["0.27", "1"]
GPUArrays = "8-10"
GeometricBase = "0.9"
GeometricEquations = "0.14"
GeometricIntegrators = "0.13"
HDF5 = "0.16-0.17"
SafeTestsets = "0.1"
11 changes: 9 additions & 2 deletions G/GeometricMachineLearning/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,20 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

["0-0.1"]
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"

["0.2-0"]
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
3 changes: 3 additions & 0 deletions G/GeometricMachineLearning/Versions.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
["0.1.0"]
git-tree-sha1 = "803ee41997d404c676a39daec0814359ce455474"

["0.2.0"]
git-tree-sha1 = "5a93f3001a0a9d92e0d7fee8f7ec92b65909e394"

0 comments on commit f18e514

Please sign in to comment.