Skip to content

Commit

Permalink
Merge pull request #2353 from SciML/dw/stdlib
Browse files Browse the repository at this point in the history
Add compat entries for stdlibs
  • Loading branch information
ChrisRackauckas authored Nov 14, 2023
2 parents 5a5396b + 9b0f23e commit d3a0dc5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,21 @@ DataStructures = "0.17, 0.18"
DiffEqBase = "6.103.0"
DiffEqCallbacks = "2.16"
DiffRules = "0.1, 1.0"
Distributed = "1"
Distributions = "0.23, 0.24, 0.25"
DocStringExtensions = "0.7, 0.8, 0.9"
DomainSets = "0.6"
ForwardDiff = "0.10.3"
FunctionWrappersWrappers = "0.1"
Graphs = "1.5.2"
IfElse = "0.1"
InteractiveUtils = "1"
JuliaFormatter = "1"
JumpProcesses = "9.1"
LabelledArrays = "1.3"
Latexify = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16"
Libdl = "1"
LinearAlgebra = "1"
MLStyle = "0.4.17"
MacroTools = "0.5"
NaNMath = "0.3, 1"
Expand All @@ -89,7 +93,9 @@ Reexport = "0.2, 1"
RuntimeGeneratedFunctions = "0.5.9"
SciMLBase = "2.0.1"
Setfield = "0.7, 0.8, 1"
Serialization = "1"
SimpleNonlinearSolve = "0.1.0"
SparseArrays = "1"
SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 2"
StaticArrays = "0.10, 0.11, 0.12, 1.0"
SymbolicIndexingInterface = "0.1, 0.2"
Expand Down

2 comments on commit d3a0dc5

@devmotion
Copy link
Member

Choose a reason for hiding this comment

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

@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/95053

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 v8.73.0 -m "<description of version>" d3a0dc5e7761768b4205c77eb46049983706d30f
git push origin v8.73.0

Please sign in to comment.