Skip to content

Commit

Permalink
Drop StrideArrays dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sefffal committed Jan 23, 2024
1 parent 7a0f3d0 commit e056ae3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OctofitterRadialVelocity/src/OctofitterRadialVelocity.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ using PlanetOrbits
using Tables, TypedTables
using Distributions
using DataDeps
using StrideArrays
using RecipesBase
using AbstractGPs
# using TemporalGPs
Expand Down

4 comments on commit e056ae3

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

Major new version of Octofitter, including the following features:

  • Simplified interface
  • Improved performance by as much as 10x
  • Improved RV analysis tools, and phase-folded plots
  • Gaussian process fitting for stellar activity
  • Fit interferometric observables (squared visibilities and closure phases)
  • Automatically generate corner plots
  • "quick fit" mode to quickly approximate the posterior

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

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.0.0 -m "<description of version>" e056ae375ee09054daeb65a44cb569e6eaaa3df9
git push origin v2.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.

Registration pull request created: JuliaRegistries/General/99409

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 OctofitterRadialVelocity-v2.0.0 -m "<description of version>" e056ae375ee09054daeb65a44cb569e6eaaa3df9
git push origin OctofitterRadialVelocity-v2.0.0

Please sign in to comment.