Skip to content

Commit a34e555

Browse files
Merge pull request #18 from SciML/smc/rename
Rename package
2 parents 31a4682 + 4dda73c commit a34e555

File tree

9 files changed

+33
-33
lines changed

9 files changed

+33
-33
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "UDEComponents"
1+
name = "ModelingToolkitNeuralNets"
22
uuid = "f162e290-f571-43a6-83d9-22ecc16da15f"
33
authors = ["Sebastian Micluța-Câmpeanu <[email protected]> and contributors"]
44
version = "1.0.0-DEV"

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# UDEComponents
1+
# ModelingToolkitNeuralNets
22

3-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://SciML.github.io/UDEComponents.jl/stable/)
4-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://SciML.github.io/UDEComponents.jl/dev/)
5-
[![Build Status](https://github.com/SciML/UDEComponents.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/SciML/UDEComponents.jl/actions/workflows/CI.yml?query=branch%3Amain)
6-
[![Coverage](https://codecov.io/gh/SciML/UDEComponents.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/SciML/UDEComponents.jl)
3+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://SciML.github.io/ModelingToolkitNeuralNets.jl/stable/)
4+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://SciML.github.io/ModelingToolkitNeuralNets.jl/dev/)
5+
[![Build Status](https://github.com/SciML/ModelingToolkitNeuralNets.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/SciML/ModelingToolkitNeuralNets.jl/actions/workflows/CI.yml?query=branch%3Amain)
6+
[![Coverage](https://codecov.io/gh/SciML/ModelingToolkitNeuralNets.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/SciML/ModelingToolkitNeuralNets.jl)
77
[![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor%27s%20Guide-blueviolet)](https://github.com/SciML/ColPrac)
88
[![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
99

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3-
UDEComponents = "f162e290-f571-43a6-83d9-22ecc16da15f"
3+
ModelingToolkitNeuralNets = "f162e290-f571-43a6-83d9-22ecc16da15f"
44

55
[compat]
66
Documenter = "1.3"

docs/make.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
using UDEComponents
1+
using ModelingToolkitNeuralNets
22
using Documenter
33

44
cp("./docs/Manifest.toml", "./docs/src/assets/Manifest.toml", force = true)
55
cp("./docs/Project.toml", "./docs/src/assets/Project.toml", force = true)
66

7-
DocMeta.setdocmeta!(UDEComponents, :DocTestSetup, :(using UDEComponents); recursive = true)
7+
DocMeta.setdocmeta!(ModelingToolkitNeuralNets, :DocTestSetup, :(using ModelingToolkitNeuralNets); recursive = true)
88

99
makedocs(;
10-
modules = [UDEComponents],
10+
modules = [ModelingToolkitNeuralNets],
1111
authors = "Sebastian Micluța-Câmpeanu <[email protected]> and contributors",
12-
sitename = "UDEComponents.jl",
12+
sitename = "ModelingToolkitNeuralNets.jl",
1313
format = Documenter.HTML(;
14-
canonical = "https://SciML.github.io/UDEComponents.jl",
14+
canonical = "https://SciML.github.io/ModelingToolkitNeuralNets.jl",
1515
edit_link = "main",
1616
assets = String[]
1717
),
@@ -21,6 +21,6 @@ makedocs(;
2121
)
2222

2323
deploydocs(;
24-
repo = "github.com/SciML/UDEComponents.jl",
24+
repo = "github.com/SciML/ModelingToolkitNeuralNets.jl",
2525
devbranch = "main"
2626
)

docs/src/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
```@meta
2-
CurrentModule = UDEComponents
2+
CurrentModule = ModelingToolkitNeuralNets
33
```
44

5-
# UDEComponents
5+
# ModelingToolkitNeuralNets
66

7-
Documentation for [UDEComponents](https://github.com/SebastianM-C/UDEComponents.jl).
7+
Documentation for [ModelingToolkitNeuralNets](https://github.com/SebastianM-C/ModelingToolkitNeuralNets.jl).
88

99
```@index
1010
```
1111

1212
```@autodocs
13-
Modules = [UDEComponents]
13+
Modules = [ModelingToolkitNeuralNets]
1414
```
1515

1616
## Reproducibility

src/UDEComponents.jl renamed to src/ModelingToolkitNeuralNets.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module UDEComponents
1+
module ModelingToolkitNeuralNets
22

33
using ModelingToolkit: @parameters, @named, ODESystem, t_nounits
44
using ModelingToolkitStandardLibrary.Blocks: RealInput, RealOutput

test/lotka_volterra.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using Test
22
using JET
3-
using UDEComponents
3+
using ModelingToolkitNeuralNets
44
using ModelingToolkit
55
using ModelingToolkitStandardLibrary.Blocks
66
using OrdinaryDiffEq
@@ -88,8 +88,8 @@ of = OptimizationFunction{true}(loss, AutoForwardDiff())
8888

8989
ps = (prob, sol_ref, get_vars, get_refs);
9090

91-
@test_call target_modules=(UDEComponents,) loss(x0, ps)
92-
@test_opt target_modules=(UDEComponents,) loss(x0, ps)
91+
@test_call target_modules=(ModelingToolkitNeuralNets,) loss(x0, ps)
92+
@test_opt target_modules=(ModelingToolkitNeuralNets,) loss(x0, ps)
9393

9494
@test all(.!isnan.(ForwardDiff.gradient(Base.Fix2(of, ps), x0)))
9595

test/qa.jl

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
using Test
2-
using UDEComponents
2+
using ModelingToolkitNeuralNets
33
using Aqua
44
using JET
55

66
@testset verbose=true "Code quality (Aqua.jl)" begin
7-
Aqua.find_persistent_tasks_deps(UDEComponents)
8-
Aqua.test_ambiguities(UDEComponents, recursive = false)
9-
Aqua.test_deps_compat(UDEComponents)
10-
Aqua.test_piracies(UDEComponents)
11-
Aqua.test_project_extras(UDEComponents)
12-
Aqua.test_stale_deps(UDEComponents, ignore = Symbol[])
13-
Aqua.test_unbound_args(UDEComponents)
14-
Aqua.test_undefined_exports(UDEComponents)
7+
Aqua.find_persistent_tasks_deps(ModelingToolkitNeuralNets)
8+
Aqua.test_ambiguities(ModelingToolkitNeuralNets, recursive = false)
9+
Aqua.test_deps_compat(ModelingToolkitNeuralNets)
10+
Aqua.test_piracies(ModelingToolkitNeuralNets)
11+
Aqua.test_project_extras(ModelingToolkitNeuralNets)
12+
Aqua.test_stale_deps(ModelingToolkitNeuralNets, ignore = Symbol[])
13+
Aqua.test_unbound_args(ModelingToolkitNeuralNets)
14+
Aqua.test_undefined_exports(ModelingToolkitNeuralNets)
1515
end
1616

1717
@testset "Code linting (JET.jl)" begin
18-
JET.test_package(UDEComponents; target_defined_modules = true)
18+
JET.test_package(ModelingToolkitNeuralNets; target_defined_modules = true)
1919
end

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
using UDEComponents
1+
using ModelingToolkitNeuralNets
22
using Test
33
using SafeTestsets
44

5-
@testset verbose=true "UDEComponents.jl" begin
5+
@testset verbose=true "ModelingToolkitNeuralNets.jl" begin
66
@safetestset "QA" include("qa.jl")
77
@safetestset "Basic" include("lotka_volterra.jl")
88
end

0 commit comments

Comments
 (0)