Skip to content

Commit

Permalink
rollback LsqFit to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
eford committed Jul 12, 2024
1 parent 602c72f commit 9a31fbf
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 @@ -48,7 +48,7 @@ FileIO = "1.4"
Interpolations = "0.12, 0.13, 0.14, 0.15"
JLD2 = "0.2, 0.3, 0.4"
KernelFunctions = "0.9.7, 0.10"
LsqFit = "0.11, 0.12, 0.13, 0.15"
LsqFit = "0.11, 0.12, 0.13" # replace estimate_covar with vcov starting in 0.14
MultivariateStats = "0.7, 0.8, 0.9, 0.10"
NaNMath = "0.3, 1"
Optim = "1"
Expand Down

2 comments on commit 9a31fbf

@eford
Copy link
Member Author

@eford eford commented on 9a31fbf Jul 12, 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:

  • Updates for NEID DRP v1.3
  • Updates to compat

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

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.2.8 -m "<description of version>" 9a31fbf658dfa527c644f4d8491fdce26c14e089
git push origin v0.2.8

Please sign in to comment.