Skip to content

Commit

Permalink
Adjust compat bounds to work with anticipated Pigeons patch
Browse files Browse the repository at this point in the history
  • Loading branch information
sefffal committed Jul 23, 2024
1 parent b746ac3 commit d8a696f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ OptimizationOptimJL = "0.3"
OrderedCollections = "1.6"
PairPlots = "2"
Pathfinder = "0.8"
Pigeons = "0.4.0 - 0.4.2"
Pigeons = "0.4.0 - 0.4.2, 0.4.4 - 0.5"
PlanetOrbits = "0.9"
PrecompileTools = "1.1.2"
Preferences = "1"
Expand Down

2 comments on commit d8a696f

@sefffal
Copy link
Owner Author

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 a regression in Pigeons by upper-bounding the version compat
  • Plotting improvements (style tweaks and performance improvements)
  • Use BJD instead of JD for both HARPS RV data sources
  • Export KDEDist constructor for kernel density estimates
  • Improve KDEDist constructor with optional upper and lower bounds
  • 2-4x improvement in HGCA modelling performance
  • Improvement to pathfinder-based sampler initialization (both HMC and Pigeons)
  • GRAVITY-wide likelihood now works regardless of the number of spectral channels used
  • Introduce experimental FixedPosition "orbit" parameterization for modelling eg image or interferometry data at a single epoch, where there is no interest in the orbit parameters

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

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 v3.1.0 -m "<description of version>" d8a696f9af99e8d2296246231ff9058b86463dc8
git push origin v3.1.0

Please sign in to comment.