Skip to content

Commit

Permalink
add Pkg to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
eford committed Dec 14, 2020
1 parent f0243bb commit 81ed096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ LsqFit = "2fda8390-95c7-5789-9bda-21331edee243"
NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
RvSpectMLBase = "c48404b2-35ea-40e7-ac7f-06a53de703d6"
Expand Down

2 comments on commit 81ed096

@eford
Copy link
Member Author

@eford eford commented on 81ed096 Dec 14, 2020

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • Added option to normalize CCF based on fit outside of line
  • Added ability to write CCFs to FITS file
  • Updated compat entries

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

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.1.6 -m "<description of version>" 81ed0962bb88d14d1140fbefcae2fda487947002
git push origin v0.1.6

Please sign in to comment.