Recent Releases of seisnoise.jl

seisnoise.jl - v0.5.3

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: - Update Project compat (#98) (@tclements)

- Julia
Published by github-actions[bot] over 4 years ago

seisnoise.jl - v0.5.2

SeisNoise v0.5.2

Diff since v0.5.1

- Julia
Published by github-actions[bot] almost 5 years ago

seisnoise.jl - v0.5.1

SeisNoise v0.5.1

Diff since v0.5.0

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

Merged pull requests: - update smoothing with edge smoothing (#55) (@tclements) - Add NodalGPU to dev (#56) (@tclements) - CompatHelper: bump compat for "CUDA" to "2.3" (#60) (@github-actions[bot]) - CompatHelper: bump compat for "Adapt" to "3.0" (#61) (@github-actions[bot]) - Dev (#84) (@tclements) - Remove distributed + update stacking (#87) (@tclements) - Update to Github CI (#88) (@tclements) - Update github actions CI (#89) (@tclements) - return filename when saving jld2 files (#90) (@tclements)

- Julia
Published by github-actions[bot] almost 5 years ago

seisnoise.jl - v0.5.0

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)

- Julia
Published by github-actions[bot] almost 6 years ago

seisnoise.jl - v0.4.0

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)

- Julia
Published by github-actions[bot] about 6 years ago

seisnoise.jl - v0.3.1

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])

- Julia
Published by github-actions[bot] over 6 years ago

seisnoise.jl - v0.3.0

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])

- Julia
Published by github-actions[bot] over 6 years ago

seisnoise.jl - v0.2.1

v0.2.1 (2019-09-04)

Diff since v0.2.0

- Julia
Published by julia-tagbot[bot] almost 7 years ago

seisnoise.jl - v0.2.0

v0.2.0 (2019-08-28)

Diff since v0.1.0

- Julia
Published by julia-tagbot[bot] almost 7 years ago

seisnoise.jl - v0.1.0

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:

  • Update array functions, move FFTData and CorrData to types folder. (#4) (tclements)
  • Move whiten, add show.jl and add docstrings (#3) (tclements)
  • Add compute_cc (#2) (tclements)
  • Add CorrData object (#1) (tclements)

- Julia
Published by julia-tagbot[bot] about 7 years ago