Skip to content

Releases: anowacki/LibMseed.jl

v0.3.3

24 Jul 11:33
Compare
Choose a tag to compare

LibMseed v0.3.3

Diff since v0.3.2

Add ability to limit reading of data with read_file and read_buffer to a specified time window with the startdate and enddate keyword arguments, and limit reading to certain channels with the channels keyword argument.

Merged pull requests:

v0.3.2

26 Mar 13:51
Compare
Choose a tag to compare

LibMseed v0.3.2

Diff since v0.3.1

Add the new keyword argument headers_only::Bool to read_file and read_buffer to allow reading of only trace information while skipping reading of the trace data itself.

Merged pull requests:

  • Return documented things in channel_code_parts and don't throw errors (#8) (@anowacki)
  • Add headers_only option to read_file and read_buffer (#10) (@anowacki)

v0.3.1

26 Feb 10:00
Compare
Choose a tag to compare

LibMseed v0.3.1

Diff since v0.3.0

This update uses a newer version of the libmseed library that unexpectedly breaks compatibility with previous versions. No other changes are included.

Merged pull requests:

  • Update module to work with libmseed v3.0.18 (#9) (@anowacki)

v0.3.0

27 Jul 04:09
01ebb9d
Compare
Choose a tag to compare

LibMseed v0.3.0

Diff since v0.2.2

Merged pull requests:

v0.2.2

25 Jul 09:25
Compare
Choose a tag to compare

LibMseed v0.2.2

LibMseed v0.2.2 is a final patch release in the v0.2 series, pinning compatibility with the underlying libmseed library.

Users should instead use v0.3 and update their compatibility bounds.

Diff since v0.2.1

v0.2.1

05 May 12:00
Compare
Choose a tag to compare

LibMseed v0.2.1

Diff since v0.2.0

Merged pull requests:

  • Fix bug when splitting channel ids into separate codes when the network code is empty (#6) (@anowacki)

v0.2.0

04 May 21:50
Compare
Choose a tag to compare

LibMseed.jl v0.2.0 release notes

Breaking changes

  • read_buffer: The verbose_level positional argument has been replaced
    with a keyword argument of the same name for consistency with other
    functions.

New features

  • read_file, read_buffer: The new time_tolerance keyword argument can
    be used to control whether and how adjacent trace segments with gaps are
    joined into a single segment. (N.B. This feature can only be used
    on x86 and x86_64 platforms due to JuliaLang/julia#27174 and
    JuliaLang/julia#32154.)

Diff since v0.1.0

Merged pull requests:

  • Add time tolerance option for controlling merging of segments; plus breaking change (#4) (@anowacki)

v0.1.0

21 Apr 22:41
Compare
Choose a tag to compare

LibMseed v0.1.0

Closed issues:

  • Dates outside nstime_t range (#1)
  • Error overwriting previously deleted file on Linux in write_data(...; append=true) (#2)