Skip to content

Commit

Permalink
Bump pathfinder version
Browse files Browse the repository at this point in the history
  • Loading branch information
sefffal committed Sep 20, 2024
1 parent f540d93 commit 43cc5a0
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 @@ -99,7 +99,7 @@ Optimization = "3.25"
OptimizationOptimJL = "0.3"
OrderedCollections = "1.6"
PairPlots = "2"
Pathfinder = "0.8"
Pathfinder = "0.9"
Pigeons = "0.4.0 - 0.4.2, 0.4.4 - 0.5"
PlanetOrbits = "0.10"
PrecompileTools = "1.1.2"
Expand Down

6 comments on commit 43cc5a0

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

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 v4.0.0 -m "<description of version>" 43cc5a03cea8991c779b6e42933ded5bd75b91ca
git push origin v4.0.0

@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:

Breaking changes

  • RV zero points and jitters must now be specified as array-valued distributions. E.g. rv0 ~ MvNormal([100,100]) instead of rv0_1 ~ Normal(100); rv0_2 ~Normal(100).

New Features

  • More robust, and more efficient initialization of chains
  • KDE priors
  • Multi dimensional / correlated priors, e.g. can sample from a spectrum using a multivariate normal list.
  • Much improved Hipparcos IAD modelling
  • RV Modelling can now account for perspective acceleration
  • Precision Improvements: more accurate treatment of time throughout code, now suitable for very short period orbits
  • Improved plots
  • Support for closure phase / kernel phase modelling of GRAVITY raw data.
  • Support for nested sample with Dynesty.jl (ONLY for sake of performance comparison to Pigeons, not recommended)
  • Added ability to sample from x vs y positions, for single epoch observations (e.g. detection maps)
  • Added ability to use Octofitter to extract classical photometry and astrometry from images
  • Plotting style improvements
  • Probabilistic programming language: can now interpolate global variables into the model definition using $
  • Additional error checking and robustness
  • Warnings generated for type-instability in models that could cause poor performance

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

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 v4.0.0 -m "<description of version>" 43cc5a03cea8991c779b6e42933ded5bd75b91ca
git push origin v4.0.0

@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 subdir=OctofitterRadialVelocity

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Error while trying to register: Version 3.0.0 already exists

Please sign in to comment.