Skip to content

Sync package versions with the General registry - #572

Draft
ChrisRackauckas-Claude wants to merge 1 commit into
SciML:masterfrom
ChrisRackauckas-Claude:version-sync-20260728
Draft

Sync package versions with the General registry#572
ChrisRackauckas-Claude wants to merge 1 commit into
SciML:masterfrom
ChrisRackauckas-Claude:version-sync-20260728

Conversation

@ChrisRackauckas-Claude

Copy link
Copy Markdown
Member

Ignore until reviewed by @ChrisRackauckas.

What this changes

package from to why
BoundaryValueDiffEqAscher 1.15.2 1.15.3 unreleased changes with no version bump
BoundaryValueDiffEqFIRK 1.17.2 1.17.3 unreleased changes with no version bump
BoundaryValueDiffEqMIRKN 1.16.2 1.16.3 unreleased changes with no version bump
BoundaryValueDiffEqShooting 1.17.3 1.17.4 unreleased changes with no version bump

Why

Each to is the next sequential version after what is currently registered in
General. Versions that skip an unregistered version are rejected by AutoMerge's
sequential version number guideline, so they can never be registered as-is;
packages with unreleased changes and no bump cannot be registered at all.

Only the top-level version field of each Project.toml is touched.

After merge, each package still needs @JuliaRegistrator register (with
subdir= where applicable).

- `BoundaryValueDiffEqAscher` 1.15.2 1.15.3 unreleased changes with no version bump
- `BoundaryValueDiffEqFIRK` 1.17.2 1.17.3 unreleased changes with no version bump
- `BoundaryValueDiffEqMIRKN` 1.16.2 1.16.3 unreleased changes with no version bump
- `BoundaryValueDiffEqShooting` 1.17.3 1.17.4 unreleased changes with no version bump

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
@JuliaRegistrator

Copy link
Copy Markdown

Comments on pull requests will not trigger Registrator, as it is disabled. Please try commenting on a commit or issue.

@github-actions

Copy link
Copy Markdown
Contributor

Benchmark Results (Julia v1.11)

Time benchmarks
master be4bffc... master / be4bffc...
Simple Pendulum/IIP/BoundaryValueDiffEqMIRK.MIRK2() 0.384 ± 0.025 s 0.375 ± 0.0077 s 1.02 ± 0.069
Simple Pendulum/IIP/BoundaryValueDiffEqMIRK.MIRK3() 8.73 ± 0.68 ms 8.57 ± 0.83 ms 1.02 ± 0.13
Simple Pendulum/IIP/BoundaryValueDiffEqMIRK.MIRK4() 2.03 ± 0.15 ms 1.96 ± 0.076 ms 1.03 ± 0.086
Simple Pendulum/IIP/BoundaryValueDiffEqMIRK.MIRK5() 2.51 ± 0.26 ms 2.41 ± 0.11 ms 1.04 ± 0.12
Simple Pendulum/IIP/BoundaryValueDiffEqMIRK.MIRK6() 1.13 ± 0.11 ms 1.12 ± 0.08 ms 1.01 ± 0.13
Simple Pendulum/IIP/MultipleShooting(10, Tsit5; grid_coarsening = false) 1.09 ± 0.093 ms 1.08 ± 0.094 ms 1.02 ± 0.12
Simple Pendulum/IIP/MultipleShooting(10, Tsit5; grid_coarsening = true) 2.39 ± 0.36 ms 2.35 ± 0.24 ms 1.02 ± 0.19
Simple Pendulum/IIP/MultipleShooting(100, Tsit5; grid_coarsening = false) 27.4 ± 4.1 ms 23 ± 2.9 ms 1.19 ± 0.23
Simple Pendulum/IIP/MultipleShooting(100, Tsit5; grid_coarsening = true) 0.0435 ± 0.0042 s 0.0392 ± 0.0054 s 1.11 ± 0.19
Simple Pendulum/IIP/Shooting(Tsit5()) 0.135 ± 0.048 ms 0.132 ± 0.047 ms 1.02 ± 0.51
Simple Pendulum/OOP/BoundaryValueDiffEqMIRK.MIRK2() 0.55 ± 0.0099 s 0.517 ± 0.058 s 1.06 ± 0.12
Simple Pendulum/OOP/BoundaryValueDiffEqMIRK.MIRK3() 12.5 ± 4.9 ms 11.9 ± 4.4 ms 1.05 ± 0.56
Simple Pendulum/OOP/BoundaryValueDiffEqMIRK.MIRK4() 2.63 ± 0.13 ms 2.61 ± 0.28 ms 1.01 ± 0.12
Simple Pendulum/OOP/BoundaryValueDiffEqMIRK.MIRK5() 3.12 ± 0.31 ms 2.94 ± 0.27 ms 1.06 ± 0.15
Simple Pendulum/OOP/BoundaryValueDiffEqMIRK.MIRK6() 1.5 ± 0.12 ms 1.44 ± 0.14 ms 1.05 ± 0.13
Simple Pendulum/OOP/MultipleShooting(10, Tsit5; grid_coarsening = false) 2.89 ± 0.58 ms 2.4 ± 0.77 ms 1.21 ± 0.46
Simple Pendulum/OOP/MultipleShooting(10, Tsit5; grid_coarsening = true) 5.92 ± 3.2 ms 5.45 ± 4.5 ms 1.09 ± 1.1
Simple Pendulum/OOP/MultipleShooting(100, Tsit5; grid_coarsening = false) 0.0697 ± 0.0055 s 0.0653 ± 0.0057 s 1.07 ± 0.13
Simple Pendulum/OOP/MultipleShooting(100, Tsit5; grid_coarsening = true) 0.132 ± 0.0079 s 0.105 ± 0.0079 s 1.26 ± 0.12
Simple Pendulum/OOP/Shooting(Tsit5()) 0.434 ± 0.064 ms 0.43 ± 0.057 ms 1.01 ± 0.2
time_to_load 6.79 ± 0.042 s 6.38 ± 0.014 s 1.06 ± 0.007
Memory benchmarks
master be4bffc... master / be4bffc...
Simple Pendulum/IIP/BoundaryValueDiffEqMIRK.MIRK2() 0.389 M allocs: 0.0443 GB 0.389 M allocs: 0.0443 GB 1
Simple Pendulum/IIP/BoundaryValueDiffEqMIRK.MIRK3() 0.0436 M allocs: 4.88 MB 0.0436 M allocs: 4.88 MB 1
Simple Pendulum/IIP/BoundaryValueDiffEqMIRK.MIRK4() 15.7 k allocs: 1.65 MB 15.7 k allocs: 1.65 MB 1
Simple Pendulum/IIP/BoundaryValueDiffEqMIRK.MIRK5() 22.1 k allocs: 2.04 MB 22.1 k allocs: 2.04 MB 1
Simple Pendulum/IIP/BoundaryValueDiffEqMIRK.MIRK6() 12.8 k allocs: 1.05 MB 12.8 k allocs: 1.05 MB 1
Simple Pendulum/IIP/MultipleShooting(10, Tsit5; grid_coarsening = false) 25.5 k allocs: 1.82 MB 25.5 k allocs: 1.82 MB 1
Simple Pendulum/IIP/MultipleShooting(10, Tsit5; grid_coarsening = true) 0.049 M allocs: 3.39 MB 0.049 M allocs: 3.39 MB 1
Simple Pendulum/IIP/MultipleShooting(100, Tsit5; grid_coarsening = false) 0.553 M allocs: 0.0535 GB 0.553 M allocs: 0.0535 GB 1
Simple Pendulum/IIP/MultipleShooting(100, Tsit5; grid_coarsening = true) 0.833 M allocs: 0.0778 GB 0.833 M allocs: 0.0778 GB 1
Simple Pendulum/IIP/Shooting(Tsit5()) 4.64 k allocs: 0.224 MB 4.64 k allocs: 0.224 MB 1
Simple Pendulum/OOP/BoundaryValueDiffEqMIRK.MIRK2() 0.89 M allocs: 0.984 GB 0.89 M allocs: 0.984 GB 1
Simple Pendulum/OOP/BoundaryValueDiffEqMIRK.MIRK3() 0.0932 M allocs: 24.8 MB 0.0932 M allocs: 24.8 MB 1
Simple Pendulum/OOP/BoundaryValueDiffEqMIRK.MIRK4() 0.0324 M allocs: 3.96 MB 0.0324 M allocs: 3.96 MB 1
Simple Pendulum/OOP/BoundaryValueDiffEqMIRK.MIRK5() 0.045 M allocs: 4.99 MB 0.045 M allocs: 4.99 MB 1
Simple Pendulum/OOP/BoundaryValueDiffEqMIRK.MIRK6() 25.3 k allocs: 2.17 MB 25.3 k allocs: 2.17 MB 1
Simple Pendulum/OOP/MultipleShooting(10, Tsit5; grid_coarsening = false) 0.142 M allocs: 10.2 MB 0.142 M allocs: 10.2 MB 1
Simple Pendulum/OOP/MultipleShooting(10, Tsit5; grid_coarsening = true) 0.266 M allocs: 18.7 MB 0.266 M allocs: 18.7 MB 1
Simple Pendulum/OOP/MultipleShooting(100, Tsit5; grid_coarsening = false) 2.52 M allocs: 0.279 GB 2.52 M allocs: 0.279 GB 1
Simple Pendulum/OOP/MultipleShooting(100, Tsit5; grid_coarsening = true) 3.82 M allocs: 0.404 GB 3.82 M allocs: 0.404 GB 1
Simple Pendulum/OOP/Shooting(Tsit5()) 0.0373 M allocs: 1.69 MB 0.0373 M allocs: 1.69 MB 1
time_to_load 0.159 k allocs: 11.2 kB 0.159 k allocs: 11.2 kB 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants