Recent Releases of https://github.com/anowacki/libmseed.jl
https://github.com/anowacki/libmseed.jl - v0.3.3
LibMseed v0.3.3
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:
- Bump actions/cache from 1 to 4 (#11) (@dependabot[bot])
- Bump actions/checkout from 2 to 4 (#12) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#13) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 4 (#14) (@dependabot[bot])
- Fix tests using time_tolerance on unsupported platforms (#15) (@anowacki)
- Enforce NanosecondDateTimes to be in the right range (#16) (@anowacki)
- CI: Try to get coverage working (#17) (@anowacki)
- Implement selections when reading (#18) (@anowacki)
- Julia
Published by github-actions[bot] almost 2 years ago
https://github.com/anowacki/libmseed.jl - v0.3.2
LibMseed v0.3.2
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 channelcodeparts and don't throw errors (#8) (@anowacki)
- Add headers_only option to read_file and read_buffer (#10) (@anowacki)
- Julia
Published by github-actions[bot] about 2 years ago
https://github.com/anowacki/libmseed.jl - v0.3.1
LibMseed v0.3.1
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)
- Julia
Published by github-actions[bot] over 2 years ago
https://github.com/anowacki/libmseed.jl - v0.3.0
LibMseed v0.3.0
Merged pull requests: - Upgrade libmseed library to v3.0.16 (#7) (@anowacki)
- Julia
Published by github-actions[bot] almost 3 years ago
https://github.com/anowacki/libmseed.jl - v0.2.2
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.
- Julia
Published by github-actions[bot] almost 3 years ago
https://github.com/anowacki/libmseed.jl - v0.2.1
LibMseed v0.2.1
Merged pull requests: - Fix bug when splitting channel ids into separate codes when the network code is empty (#6) (@anowacki)
- Julia
Published by github-actions[bot] about 4 years ago
https://github.com/anowacki/libmseed.jl - v0.2.0
LibMseed.jl v0.2.0 release notes
Breaking changes
read_buffer: Theverbose_levelpositional argument has been replaced with a keyword argument of the same name for consistency with other functions.
New features
read_file,read_buffer: The newtime_tolerancekeyword 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.)
Merged pull requests: - Add time tolerance option for controlling merging of segments; plus breaking change (#4) (@anowacki)
- Julia
Published by github-actions[bot] about 4 years ago
https://github.com/anowacki/libmseed.jl - v0.1.0
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)
- Julia
Published by github-actions[bot] about 4 years ago