Skip to content

Commit

Permalink
Limit MTK version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ctessum committed Oct 1, 2024
1 parent cc8c4e8 commit 65a0915
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GasChem"
uuid = "58070593-4751-4c87-a5d1-63807d11d76c"
authors = ["EarthSciML authors and contributors"]
version = "0.7.0"
version = "0.7.1"

[deps]
Catalyst = "479239e8-5488-4da2-87a7-35f2df7eef83"
Expand All @@ -26,7 +26,7 @@ DynamicQuantities = "0.13"
EarthSciData = "0.9"
EarthSciMLBase = "0.16"
Interpolations = "0.14, 0.15"
ModelingToolkit = "9"
ModelingToolkit = "9 - 9.38"
SafeTestsets = "0.0.1, 0.1"
StaticArrays = "1"
julia = "1"
Expand Down
2 changes: 1 addition & 1 deletion src/fastjx_couplings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ function EarthSciMLBase.couple2(c::SuperFastCoupler, p::FastJXCoupler)
c.jNO2 ~ p.j_NO2
c.jO31D ~ p.j_o31D
], c, p)
end
end
3 changes: 1 addition & 2 deletions test/compose_fastjx_superfast_test.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
using GasChem
using Main.GasChem
using EarthSciMLBase
using DifferentialEquations, ModelingToolkit, DynamicQuantities
using ModelingToolkit:t

# Unit Test
@testset "2wayCoupling" begin
sol_middle = 9.948004877573444

Expand Down

4 comments on commit 65a0915

@ctessum
Copy link
Member Author

@ctessum ctessum commented on 65a0915 Oct 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

  • Limit ModelingToolkit version compatibility

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/116400

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.1 -m "<description of version>" 65a09154869f2dd866f726fac21f637aa41eea41
git push origin v0.7.1

@ctessum
Copy link
Member Author

@ctessum ctessum commented on 65a0915 Oct 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • Limit ModelingToolkit version compatibility

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/116400

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.1 -m "<description of version>" 65a09154869f2dd866f726fac21f637aa41eea41
git push origin v0.7.1

Please sign in to comment.