From fc977c48c2e3680d0123776eb6b6ed0606ffb8c0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 17 May 2024 03:09:34 +0000 Subject: [PATCH 1/6] CompatHelper: bump compat for OptimizationOptimJL to 0.3 for package docs, (keep existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 4d82d97418..0723336869 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -45,7 +45,7 @@ ModelingToolkit = "9.7" MonteCarloMeasurements = "1" NeuralPDE = "5.14" Optimization = "3.24" -OptimizationOptimJL = "0.2.1" +OptimizationOptimJL = "0.2.1, 0.3" OptimizationOptimisers = "0.2.1" OptimizationPolyalgorithms = "0.2" OrdinaryDiffEq = "6.74" From efe5dcdad97b9a2d6a406f8d9a76a16e66a4fd1e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 28 May 2024 06:08:37 +0000 Subject: [PATCH 2/6] CompatHelper: bump compat for SymbolicUtils to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f2fa480a91..f02da7c7ca 100644 --- a/Project.toml +++ b/Project.toml @@ -76,7 +76,7 @@ RuntimeGeneratedFunctions = "0.5.12" SafeTestsets = "0.1" SciMLBase = "2.28" Statistics = "1.10" -SymbolicUtils = "1.5" +SymbolicUtils = "1.5, 2" Symbolics = "5.27.1" Test = "1" UnPack = "1" From 902b5626ae72df866fa0dcf5f408bed681e3306f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:18:33 +0000 Subject: [PATCH 3/6] build(deps): bump crate-ci/typos from 1.21.0 to 1.22.0 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/SpellCheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index 41bf4bfa05..552b731b1c 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -10,4 +10,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v4 - name: Check spelling - uses: crate-ci/typos@v1.21.0 \ No newline at end of file + uses: crate-ci/typos@v1.22.0 \ No newline at end of file From 7feab93bae98627703ca0ed71547f122d166b5e7 Mon Sep 17 00:00:00 2001 From: KirillZubov Date: Fri, 7 Jun 2024 17:38:38 +0400 Subject: [PATCH 4/6] init commit --- docs/src/manual/pino_pde.md | 0 docs/src/tutorials/pino_pde.md | 0 src/pino_pde.jl | 0 test/PINO_PDE_tests.jl | 10 ++++++++++ 4 files changed, 10 insertions(+) create mode 100644 docs/src/manual/pino_pde.md create mode 100644 docs/src/tutorials/pino_pde.md create mode 100644 src/pino_pde.jl create mode 100644 test/PINO_PDE_tests.jl diff --git a/docs/src/manual/pino_pde.md b/docs/src/manual/pino_pde.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/docs/src/tutorials/pino_pde.md b/docs/src/tutorials/pino_pde.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/pino_pde.jl b/src/pino_pde.jl new file mode 100644 index 0000000000..e69de29bb2 diff --git a/test/PINO_PDE_tests.jl b/test/PINO_PDE_tests.jl new file mode 100644 index 0000000000..89a370d3b9 --- /dev/null +++ b/test/PINO_PDE_tests.jl @@ -0,0 +1,10 @@ +using Test +using OrdinaryDiffEq, OptimizationOptimisers +using Lux +using Statistics, Random +using NeuralPDE + + +@testset "Example du = cos(p * t)" begin + # test +end From b0862322851c05b33ada16002daf1ba9efdebcce Mon Sep 17 00:00:00 2001 From: KirillZubov Date: Fri, 7 Jun 2024 17:40:23 +0400 Subject: [PATCH 5/6] Revert "init commit" This reverts commit 7feab93bae98627703ca0ed71547f122d166b5e7. --- docs/src/manual/pino_pde.md | 0 docs/src/tutorials/pino_pde.md | 0 src/pino_pde.jl | 0 test/PINO_PDE_tests.jl | 10 ---------- 4 files changed, 10 deletions(-) delete mode 100644 docs/src/manual/pino_pde.md delete mode 100644 docs/src/tutorials/pino_pde.md delete mode 100644 src/pino_pde.jl delete mode 100644 test/PINO_PDE_tests.jl diff --git a/docs/src/manual/pino_pde.md b/docs/src/manual/pino_pde.md deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/docs/src/tutorials/pino_pde.md b/docs/src/tutorials/pino_pde.md deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/src/pino_pde.jl b/src/pino_pde.jl deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/test/PINO_PDE_tests.jl b/test/PINO_PDE_tests.jl deleted file mode 100644 index 89a370d3b9..0000000000 --- a/test/PINO_PDE_tests.jl +++ /dev/null @@ -1,10 +0,0 @@ -using Test -using OrdinaryDiffEq, OptimizationOptimisers -using Lux -using Statistics, Random -using NeuralPDE - - -@testset "Example du = cos(p * t)" begin - # test -end From 4ff6a1807a08c860d2378c92391234c6479a78c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:33:56 +0000 Subject: [PATCH 6/6] build(deps): bump crate-ci/typos from 1.22.0 to 1.22.3 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.22.0 to 1.22.3. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.22.0...v1.22.3) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/SpellCheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index 552b731b1c..f2e26c07fb 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -10,4 +10,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v4 - name: Check spelling - uses: crate-ci/typos@v1.22.0 \ No newline at end of file + uses: crate-ci/typos@v1.22.3 \ No newline at end of file