Releases: 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)
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:
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:
v0.3.0
LibMseed v0.3.0
Merged pull requests:
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.
v0.2.1
LibMseed v0.2.1
Merged pull requests:
v0.2.0
LibMseed.jl v0.2.0 release notes
Breaking changes
read_buffer
: Theverbose_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 newtime_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.)
Merged pull requests: