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)