Skip to content

Releases: JuliaSeismo/SeisNoise.jl

v0.5.3

24 Jan 23:19
Compare
Choose a tag to compare

SeisNoise v0.5.3

Diff since v0.5.2

Closed issues:

  • Error: rfft not defined (#95)
  • SeisNoise.correlate corr_type arguments (#97)

Merged pull requests:

v0.5.2

23 Sep 22:20
Compare
Choose a tag to compare

SeisNoise v0.5.2

Diff since v0.5.1

v0.5.1

23 Sep 13:27
Compare
Choose a tag to compare

SeisNoise v0.5.1

Diff since v0.5.0

Closed issues:

  • Error when frequency is Int in whiten!() (#37)
  • process_raw! does not accept SeisChannel's (#45)
  • process_raw! error related to sampling frequency (#67)
  • whiten! does not accept ComplexF64 data (#68)
  • shorten! sets wrong maxlag (#69)

Merged pull requests:

v0.5.0

30 Sep 05:18
ff83862
Compare
Choose a tag to compare

SeisNoise v0.5.0

Diff since v0.4.0

Closed issues:

  • smooth!() causes unexpected array size change (#28)
  • RawData.() should give a useful error when cc_len > data length (#29)
  • MutliStageResponse bug (#30)

Merged pull requests:

  • CompatHelper: bump compat for "Adapt" to "2.0" (#43) (@github-actions[bot])
  • CompatHelper: bump compat for "GPUArrays" to "4.0" (#44) (@github-actions[bot])
  • CompatHelper: add new compat entry for "CUDA" at version "1.0" (#46) (@github-actions[bot])
  • CompatHelper: bump compat for "GPUArrays" to "5.0" (#47) (@github-actions[bot])
  • CompatHelper: bump compat for "JLD2" to "0.2" (#48) (@github-actions[bot])
  • Dev (#50) (@tclements)
  • Update travis to Julia 1.5 (#51) (@tclements)

v0.4.0

14 May 15:08
Compare
Choose a tag to compare

SeisNoise v0.4.0

Diff since v0.3.1

Merged pull requests:

  • CompatHelper: bump compat for "StatsBase" to "0.33" (#31) (@github-actions[bot])
  • CompatHelper: bump compat for "LightXML" to "0.9" (#32) (@github-actions[bot])
  • CompatHelper: bump compat for "CSV" to "0.6" (#33) (@github-actions[bot])
  • Gpu (#35) (@tclements)
  • CompatHelper: bump compat for "StatsBase" to "0.33" (#36) (@github-actions[bot])
  • CompatHelper: bump compat for "Plots" to "1.0" (#38) (@github-actions[bot])
  • CompatHelper: bump compat for "DataFrames" to "0.21" (#41) (@github-actions[bot])
  • Gpu (#42) (@tclements)

v0.3.1

18 Mar 21:05
Compare
Choose a tag to compare

SeisNoise v0.3.1

Diff since v0.3.0

Closed issues:

  • rfftfreq not defined (#11)
  • SeisNoise demo broken: compute_fft() bounds error (#26)

Merged pull requests:

  • CompatHelper: bump compat for "SeisIO" to "1.0" (#27) (@github-actions[bot])

v0.3.0

28 Feb 21:07
d83634e
Compare
Choose a tag to compare

SeisNoise v0.3.0

Diff since v0.2.1

Minor release to fix bugs due FFTW/DSP both exporting rfftfreq
Add compats for all modules

Closed issues:

  • b should be normalized to link robust stacking weights to correlation-coefficient (#8)

Merged pull requests:

  • Add AWS data transfer to SeisNoise (#7) (@tclements)
  • Fix stretching to avoid error due to cc > 1.0 and correct onebit() (#9) (@kura-okubo)
  • Install TagBot as a GitHub Action (#10) (@JuliaTagBot)
  • CompatHelper: add new compat entry for "FFTW" at version "1.2" (#12) (@github-actions[bot])
  • CompatHelper: add new compat entry for "DataFrames" at version "0.20" (#13) (@github-actions[bot])
  • CompatHelper: add new compat entry for "DSP" at version "0.6" (#14) (@github-actions[bot])
  • CompatHelper: add new compat entry for "Interpolations" at version "0.12" (#15) (@github-actions[bot])
  • CompatHelper: add new compat entry for "StatsBase" at version "0.32" (#16) (@github-actions[bot])
  • CompatHelper: add new compat entry for "AWSCore" at version "0.6" (#17) (@github-actions[bot])
  • CompatHelper: add new compat entry for "Plots" at version "0.29" (#18) (@github-actions[bot])
  • CompatHelper: add new compat entry for "Glob" at version "1.2" (#19) (@github-actions[bot])
  • CompatHelper: add new compat entry for "LightXML" at version "0.8" (#20) (@github-actions[bot])
  • CompatHelper: add new compat entry for "CSV" at version "0.5" (#21) (@github-actions[bot])
  • CompatHelper: add new compat entry for "GLM" at version "1.3" (#22) (@github-actions[bot])
  • CompatHelper: add new compat entry for "AWSS3" at version "0.6" (#23) (@github-actions[bot])
  • CompatHelper: add new compat entry for "JLD2" at version "0.1" (#24) (@github-actions[bot])
  • CompatHelper: add new compat entry for "SeisIO" at version "0.4" (#25) (@github-actions[bot])

v0.2.1

04 Sep 20:40
v0.2.1
Compare
Choose a tag to compare

v0.2.0

28 Aug 20:35
v0.2.0
Compare
Choose a tag to compare

v0.1.0

01 Jul 18:27
v0.1.0
Compare
Choose a tag to compare

v0.1.0 (2019-07-01)

Diff since a268182d413146dc538ad78d80c8f98183719c0a

Closed issues:

  • MWCS: Sum sx2 over windows prior to element-wise division and summing over frequencies. (#6)
  • lstsq pinv vs inv (#5)

Merged pull requests: