Skip to content

Commit

Permalink
v bump for JLD2
Browse files Browse the repository at this point in the history
  • Loading branch information
eford committed Oct 10, 2024
1 parent 9a31fbf commit f109069
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "RvSpectML"
uuid = "1f61ac2c-3a1c-440a-925a-2707197041c8"
authors = ["Eric B. Ford, Christian Gilbertson, Joe Ninan, Michael L. Palumbo III, Alex Wise, and contributors"]
version = "0.2.8"
version = "0.2.9"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down Expand Up @@ -39,14 +39,14 @@ ThreadedIterables = "11d239b0-c0b9-11e8-1935-d5cfa53abb03"
[compat]
CSV = "0.7, 0.8, 0.9.11, 0.10"
DSP = "0.5, 0.6, 0.7"
DataFrames = "0.20, 0.21, 0.22, 1.0, 1.1"
DataFrames = "0.20, 0.21, 0.22, 1.0, 1.1, 1.7"
Distributions = "0.23, 0.24, 0.25"
EchelleCCFs = "0.2"
EchelleInstruments = "0.2"
FITSIO = "0.16, 0.17"
FileIO = "1.4"
Interpolations = "0.12, 0.13, 0.14, 0.15"
JLD2 = "0.2, 0.3, 0.4"
JLD2 = "0.2, 0.3, 0.4, 0.5"
KernelFunctions = "0.9.7, 0.10"
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"
Expand All @@ -62,7 +62,7 @@ Scalpels = "0.1"
SpecialFunctions = "1.0, 1.1, 2"
StaticArrays = "1"
Statistics = "1"
StatsBase = "0.33, 0.34"
StatsBase = "0.33, 0.34, 0.35"
Stheno = "0.6, 0.7, 0.8"
TemporalGPs = "0.6 - 0.6.7"
ThreadedIterables = "0.2"
Expand Down

2 comments on commit f109069

@eford
Copy link
Member Author

@eford eford commented on f109069 Oct 10, 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:

  • Update compat for JLD2, DataFrames and StatsBase

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

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

Please sign in to comment.