Skip to content

Releases: RvSpectML/EchelleCCFs.jl

v0.2.9

11 Jul 22:28
Compare
Choose a tag to compare

EchelleCCFs v0.2.9

Diff since v0.2.8

  • Updates for NEID DRP v1.3
  • Compat updates

Merged pull requests:

  • CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#100) (@github-actions[bot])
  • CompatHelper: bump compat for LsqFit to 0.15, (keep existing compat) (#101) (@github-actions[bot])
  • CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#102) (@github-actions[bot])

v0.2.8

14 Sep 04:58
Compare
Choose a tag to compare

EchelleCCFs v0.2.8

Diff since v0.2.7

  • avoids excessive NaNMath warnings
  • update compact
  • removes LsqFit <v0.13

v0.2.7

07 Sep 18:53
Compare
Choose a tag to compare

EchelleCCFs v0.2.7

Diff since v0.2.6

  • compat updates

Merged pull requests:

  • CompatHelper: bump compat for FITSIO to 0.17, (keep existing compat) (#98) (@github-actions[bot])
  • CompatHelper: bump compat for LsqFit to 0.13, (keep existing compat) (#99) (@github-actions[bot])

v0.2.6

05 Jul 15:12
57f86dc
Compare
Choose a tag to compare

EchelleCCFs v0.2.6

Diff since v0.2.5

  • Minor bug fixes from code review
  • Documentation updates

Closed issues:

  • calc_ccf_template(ccfs, ccf_vars) not using normed values if assume_normalized=false (#31)
  • covar_out argument not used in function (besides asserts); should replace all instances of ccf_sample_covar with covar_out (#33)
  • empty functors/constructors? (#36)
  • in argument of type MeasureRvFromCCFTemplateNonDiagCovar does not have frac_of_width_to_fit and measure_width_at_frac_depth fields (#48)
  • dangerous assertion? (#53)
  • (not an issue) (#55)
  • check if calc_length_ccf_v_grid is doing what is intended (see Issue #52) (#56)
  • function sometimes uses length(plan.line_list) and sometimes uses length(plan.line_list.λ) (#59)
  • check if documentation for struct is accurate (#62)
  • num_chunks not defined in function (#66)
  • default value for plan_for_chunk optional argument does not match type (#72)
  • num_chunks(clt) should be the same as norders (#74)
  • assert on an array of values (#80)
  • v_offset and σ_sqrt2 should be fields of m (#85)
  • unknown type FuncT in struct (#86)
  • if intended to index x in steps of 2i, should check that length(ifo.x) = 2*length(info.gw)? (#88)
  • check if n1 = 0/1 for even/odd or vice versa (#89)
  • should σ_new be multiplied by sqrt(2) or is it already included? (#91)
  • check if psf_width is correct (or address TODOs)? (#94)
  • early return to save time? Also the type of the output would be different ('Nothing') (#95)

Merged pull requests:

  • Fix typos and indentation for all I could find in src/calc_rv/ (#49) (@hematthi)

v0.2.5

16 Feb 10:27
Compare
Choose a tag to compare

EchelleCCFs v0.2.5

Diff since v0.2.3

  • Fix test data download link
  • Add tests more measuring RVs

Closed issues:

  • EchelleCCFs fails to build due to Box download fail (#21)

Merged pull requests:

v0.2.3

26 May 15:14
Compare
Choose a tag to compare

EchelleCCFs v0.2.3

Diff since v0.2.2

Merged pull requests:

  • CompatHelper: bump compat for "DataFrames" to "1.0" (#19) (@github-actions[bot])
  • CompatHelper: bump compat for "DataFrames" to "1.1" (#20) (@github-actions[bot])

v0.2.2

23 Apr 07:46
Compare
Choose a tag to compare

EchelleCCFs v0.2.2

Diff since v0.2.1

  • Can compute CCFs (order or total) with a CCF mask whose width varries from observation to observation

v0.2.1

21 Apr 20:39
Compare
Choose a tag to compare

EchelleCCFs v0.2.1

Diff since v0.2.0

  • updating compat

v0.2.0

21 Apr 18:05
Compare
Choose a tag to compare

EchelleCCFs v0.2.0

Diff since v0.1.11

  • default_ccf_mask_v_width is now overwridden by instrument traits (breaking change)

v0.1.11

10 Mar 17:41
Compare
Choose a tag to compare

EchelleCCFs v0.1.11

Diff since v0.1.10

Add optional Δfwhm to calc_ccf_chunklist, calc_ccf_and_var_chunklist, calc_ccf_and_covar_chunklist, calc_ccf_chunklist_timeseries

Merged pull requests:

  • updated air to vac conversion param in reading linelists (#17) (@alexander-wise)
  • CompatHelper: bump compat for "PDMats" to "0.11" (#18) (@github-actions[bot])