Skip to content

Commit

Permalink
Merge pull request #291 from QuantEcon/julia-1.10
Browse files Browse the repository at this point in the history
Compat bump
  • Loading branch information
jlperla authored Jan 4, 2024
2 parents 25bb92b + 597b7d2 commit ab615ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ docs/serve
./Manifest.toml

Manifest.toml
.vscode
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "QuantEcon"
uuid = "fcd29c91-0bd7-5a09-975d-7ac3f643a60c"
version = "0.16.5"
version = "0.16.6"

[deps]
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Expand All @@ -26,10 +26,11 @@ DSP = "0.6, 0.7"
DataStructures = "0.18"
Distributions = "0.23, 0.24, 0.25"
FFTW = "1"
Graphs = "1.6"
NLopt = "0.5, 0.6"
Graphs = "1.6, 1.7, 1.8, 1.9"
NLopt = "0.5, 0.6, 1"
Optim = "1"
Primes = "0.4, 0.5"
SpecialFunctions = "1, 2"
StatsBase = "0.33, 0.34"
Statistics = "1"
julia = "1.6"

2 comments on commit ab615ea

@jlperla
Copy link
Member Author

@jlperla jlperla commented on ab615ea Jan 4, 2024

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 created: JuliaRegistries/General/98174

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.16.6 -m "<description of version>" ab615eaac2a4f160654afd5e073092da62251dd9
git push origin v0.16.6

Please sign in to comment.