Skip to content

Commit

Permalink
Missing compat
Browse files Browse the repository at this point in the history
  • Loading branch information
sefffal committed Apr 3, 2024
1 parent d009b2e commit 53a6925
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ MathTeXEngine = "0.5"
NamedTupleTools = "0.13, 0.14"
OrderedCollections = "1.6"
Pathfinder = "0.8"
Pigeons = "0.3"
Pigeons = "0.4"
PlanetOrbits = "0.7"
PrecompileTools = "1.1.2"
Preferences = "1"
Expand All @@ -94,6 +94,7 @@ Setfield = "1.1"
StaticArrays = "1.6"
Statistics = "1"
StatsBase = "0.33, 0.34"
StringDistances = "0.11"
TOML = "1"
Tables = "1.6"
Transducers = "0.4"
Expand Down

2 comments on commit 53a6925

@sefffal
Copy link
Owner Author

@sefffal sefffal commented on 53a6925 Apr 3, 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:

  • Fixes to @System and @planet macro scoping
  • Improved error messages for some kinds of model mis-specifications
  • New feature: load and save basic chains in Orbitize! HDF5 format.
  • New feature: load posteriors and sample data directly from whereistheplanet.com
  • New feature: compute point wise likelihoods and cross-validation scores via PSIS-LOO
  • Tweak to Sine() prior for numerical issues (limits are now eps() instead of zero)
  • UniformCircular() priors now have a less aggressive prior on the internal vector length
  • Pigeons sampler now starts from a better location upon initialization
  • Change: Enzyme is no longer loaded by default, and must be imported by the user. As a result, the package load time is much faster! The default :ForwardDiff autodial backend is unchanged

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

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 v2.5.0 -m "<description of version>" 53a6925cd60971df8721cb9227ded61b141e1a44
git push origin v2.5.0

Please sign in to comment.