Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Releases: usgs/groundmotion-processing

v1.2.1

05 Oct 02:32
10defb2
Compare
Choose a tag to compare
v1.2.1 Pre-release
Pre-release
  • Data fetcher bugfix.
  • Improvement to Windows install instructions.
  • Add changelog.
  • Add "config" subcommand to gmrecords.
  • Fix pandas to_latex warning.
  • Add check_stream config section with any_trace_failures key.
  • Modify StationID column in metric tables to include full channel code when available.
  • Move C code to esi-core repository.
  • Added rename project flag for gmrecords proj subcommand
  • Switched from os.path to Pathlib in projects.py and gmrecords.py

v1.2.0

15 Aug 23:23
12ecfea
Compare
Choose a tag to compare
v1.2.0 Pre-release
Pre-release
  • First release with wheels uploaded to pypi.
  • Major reorganization of code, putting the base package inside src/.
  • Replace dask with concurrent.futures
  • Factor out pkg_resources
  • Remove support for Vs30 (because it adds too many dependencies)
  • Fix code version method and add DATA_DIR to constants
  • Changed setup to use pyproject.toml and setup.cfg; still need setup.py but only for
    cython stuff.
  • Factor out use of libcomcat.
  • Added "magnitude" and "none" options for the method argument to signal_end function.
  • Make processing steps auto detected via decorators.
  • Reorganize processing step modules.
  • Resolve a lot of future warnings.
  • In config, replace "do_check" with "enabled" for a more consistent naming convention
    across config sections.
  • Reorganiztaion of config structure to allow for parameters to be unspecified and thus
    use the default values from the associated methods.
  • More gracefully handle cases where workspace file does not exist but is expected.
  • Add label arg to gmconvert.
  • Make colocated selection optional.
  • Replace stastic map with interactive HTML map and add to CLI tutorial in documentation.
  • Remove cartopy dependency.
  • Get scnl from COSMOS comments.
  • Add freq differentiation option.
  • Ignore lowpass_max_frequency step if manually set.
  • Add support for UCLA manually selected lowpass corners
  • Update CEUS network in COSMOS Table 4
  • Reorganize FDSN config options to better match the respective obspy functions.
  • Add support for frequency domain filtering.
  • Add support for frequency domain integration.
  • Turn off logging to stream if using log file and allow user specified filename for
    logging.
  • Apply min freq criteria to high pass filter.
  • Fix confusion between 'unit_types' and 'units'.
  • Adding in code to handle Taiwan data script.
  • Added cosmos writer.
  • Remove legacy "gmsetup" command.
  • Reduced redundancy in the first three steps of MetricsController.execute_steps.
  • Allow for magnitude-distance-based channel prefrence order.
  • Added config to ASDF and read it from there rather than file system if it exists.
  • Replaced pyyaml with ruamel.yaml because the latter is actively maintained and
    allows persistent comments.
  • Store noise time series in output ASDF file.

v1.1.10

22 Sep 00:11
9317fad
Compare
Choose a tag to compare
v1.1.10 Pre-release
Pre-release
  • Add ANN clipping code and test.

v1.1.19

21 Sep 00:40
57a9994
Compare
Choose a tag to compare
v1.1.19 Pre-release
Pre-release
  • Fix ExponentialSmoothing future warning
  • Remove legacy "gmprocess2" command.
  • Relax dependency versions.
  • Fix jerk unit tests.

v.1.1.8

19 Jul 16:53
2bdaff8
Compare
Choose a tag to compare
v.1.1.8 Pre-release
Pre-release
  • Added the auto_shakemap subcommand
  • Bugfix to CESMD fetcher
  • Improved handling of nans and empty data structures
  • Simplified error logging
  • Added "sorted duration" metric
  • Changed unknown network to '/' rather than 'ZZ'
  • Added event id to output filenames where appropraite
  • Improved efficiency by removing calls to trace.times()
  • Optimized distance calculations
  • Fix behavior when no project has been configured
  • Added a linear mixed effects tutorial to the docs
  • Removed unnecessary processing steps that we occurring in the download subcommand
  • Added a method for finding USGS event id from other projects and included a table
    for cross referencing event IDs.
  • Changed location of temp directory used for reading in data.

v1.1.7

21 Dec 01:55
6bec580
Compare
Choose a tag to compare
v1.1.7 Pre-release
Pre-release
  • More updates to try to support Windows OS and build with conda.

v1.1.6

18 Dec 04:23
9630996
Compare
Choose a tag to compare
v1.1.6 Pre-release
Pre-release
  • More updates to try to support Windows OS.

v1.1.5

18 Dec 03:21
f02a5c2
Compare
Choose a tag to compare
v1.1.5 Pre-release
Pre-release
Merge pull request #557 from emthompson-usgs/refactor

Improve versioning

v1.1.4

17 Dec 16:37
d7988e8
Compare
Choose a tag to compare
v1.1.4 Pre-release
Pre-release
Merge pull request #556 from emthompson-usgs/refactor

Some initial refactoring

v1.1.3

11 Dec 23:55
d5f46da
Compare
Choose a tag to compare
v1.1.3 Pre-release
Pre-release
  • Fixed precision of SA strings in shakemap output json.
  • Add Windows install script and some refactoring to try to support Windows OS.
  • Renamed io/fdsn to io/obspy.