Skip to content

build: use accidentally skipped MTKBase minor version - #4770

Merged
AayushSabharwal merged 1 commit into
masterfrom
as/unbump-version
Jul 16, 2026
Merged

build: use accidentally skipped MTKBase minor version#4770
AayushSabharwal merged 1 commit into
masterfrom
as/unbump-version

Conversation

@AayushSabharwal

Copy link
Copy Markdown
Member

Checklist

  • Appropriate tests were added
  • Any code changes were done in a way that does not break public API
  • All documentation related to code changes were updated
  • The new code follows the
    contributor guidelines, in particular the SciML Style Guide and
    COLPRAC.
  • Any new documentation only uses public API

Additional context

Add any other context about the problem here.

@AayushSabharwal
AayushSabharwal merged commit 9be3346 into master Jul 16, 2026
33 of 36 checks passed
@AayushSabharwal
AayushSabharwal deleted the as/unbump-version branch July 16, 2026 11:52
@github-actions

Copy link
Copy Markdown
Contributor

Benchmark Results (Julia vlts)

Time benchmarks
master c07df21... master / c07df21...
ODEProblem 5.47 ± 0.14 ms 5.46 ± 0.15 ms 1 ± 0.038
init 0.0611 ± 0.03 ms 0.0619 ± 0.03 ms 0.988 ± 0.68
large_parameter_init/ODEProblem 23.6 ± 5.1 ms 24.6 ± 5 ms 0.962 ± 0.28
large_parameter_init/init 0.0852 ± 0.039 ms 0.0859 ± 0.04 ms 0.991 ± 0.64
mtkcompile 9.6 ± 0.41 ms 9.7 ± 0.52 ms 0.99 ± 0.068
sparse_analytical_jacobian/ODEProblem 26.7 ± 1.8 ms 25.9 ± 1.7 ms 1.03 ± 0.097
sparse_analytical_jacobian/f_iip 0.07 ± 0.01 μs 0.07 ± 0.01 μs 1 ± 0.2
sparse_analytical_jacobian/f_oop 0.392 ± 0.013 ms 0.392 ± 0.011 ms 1 ± 0.044
time_to_load 6.06 ± 0.0049 s 6.03 ± 0.069 s 1.01 ± 0.012
Memory benchmarks
master c07df21... master / c07df21...
ODEProblem 0.0378 M allocs: 1.9 MB 0.0378 M allocs: 1.9 MB 1
init 0.417 k allocs: 0.0698 MB 0.417 k allocs: 0.0698 MB 1
large_parameter_init/ODEProblem 0.324 M allocs: 11.3 MB 0.324 M allocs: 11.3 MB 1
large_parameter_init/init 0.605 k allocs: 0.172 MB 0.605 k allocs: 0.172 MB 1
mtkcompile 0.0622 M allocs: 3.4 MB 0.0622 M allocs: 3.38 MB 1
sparse_analytical_jacobian/ODEProblem 0.19 M allocs: 7.81 MB 0.19 M allocs: 7.82 MB 0.999
sparse_analytical_jacobian/f_iip 0 allocs: 0 B 0 allocs: 0 B
sparse_analytical_jacobian/f_oop 0.634 k allocs: 19.6 kB 0.634 k allocs: 19.6 kB 1
time_to_load 0.153 k allocs: 14.5 kB 0.153 k allocs: 14.5 kB 1

@github-actions

Copy link
Copy Markdown
Contributor

Benchmark Results (Julia v1)

Time benchmarks
master c07df21... master / c07df21...
ODEProblem 5.06 ± 0.2 ms 6.14 ± 0.57 ms 0.824 ± 0.083
init 0.0543 ± 0.019 ms 0.0567 ± 0.018 ms 0.956 ± 0.46
large_parameter_init/ODEProblem 25.4 ± 5 ms 29 ± 6.2 ms 0.875 ± 0.26
large_parameter_init/init 0.0731 ± 0.036 ms 0.0736 ± 0.037 ms 0.993 ± 0.7
mtkcompile 8.39 ± 0.58 ms 10.2 ± 0.78 ms 0.826 ± 0.085
sparse_analytical_jacobian/ODEProblem 24 ± 3.1 ms 27.8 ± 2.7 ms 0.862 ± 0.14
sparse_analytical_jacobian/f_iip 0.09 ± 0 μs 0.081 ± 0.01 μs 1.11 ± 0.14
sparse_analytical_jacobian/f_oop 0.116 ± 0.012 ms 0.117 ± 0.013 ms 0.994 ± 0.15
time_to_load 5.73 ± 0.056 s 6.06 ± 0.0032 s 0.946 ± 0.0093
Memory benchmarks
master c07df21... master / c07df21...
ODEProblem 0.0379 M allocs: 1.69 MB 0.0379 M allocs: 1.71 MB 0.991
init 0.416 k allocs: 0.0518 MB 0.416 k allocs: 0.0518 MB 1
large_parameter_init/ODEProblem 0.352 M allocs: 12.8 MB 0.352 M allocs: 12.8 MB 1
large_parameter_init/init 0.799 k allocs: 0.152 MB 0.799 k allocs: 0.152 MB 1
mtkcompile 0.0603 M allocs: 2.69 MB 0.0603 M allocs: 2.69 MB 1
sparse_analytical_jacobian/ODEProblem 0.185 M allocs: 6.88 MB 0.185 M allocs: 6.88 MB 1
sparse_analytical_jacobian/f_iip 0 allocs: 0 B 0 allocs: 0 B
sparse_analytical_jacobian/f_oop 0.848 k allocs: 27 kB 0.848 k allocs: 27 kB 1
time_to_load 0.145 k allocs: 11 kB 0.145 k allocs: 11 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.

1 participant