Releases: LANL-Seismoacoustics/pisces
Releases · LANL-Seismoacoustics/pisces
v0.4.4 bugfix
Fix renamed ObsPy functions.
Version 0.4.3
Initial response reader module.
Release 0.4.2
Replace deprecated ._copy() method on SQLAlchemy columns with deepcopy
New contributor Brady Spears!
Version 0.4.1
- Better SQL-aware wildcard handling:
util.make_wildcard_list
- Drop testing on Python 3.6, add 3.9 and 3.10
- Drop AppVeyor for testing on Windows, use GitHub Actions instead
- The unimplemented
stime
keyword inpisces.request.get_stations
has been replaced
withtime_span
, which accepts time ranges as YYYYddd julian dates. - Fixed typo in
pisces.request.get_stations
implementation ofnets
keyword. - New handling of wildcards in
pisces.request.get_stations
- Fixed typo in
pisces.request.get_stations
implementation ofchannels
keyword. - Fixed typo in
pisces.requests.wfdisc_rows_to_stream
😳 Yikes! - New contributor Samuel Chodur!
- Use GitHub Actions for wheels and releases to PyPI
- Add
asquery
option topisces.request.get_waveforms