Skip to content

Releases: fjornelas/hvsrprocpy

v1.1.0

21 Aug 02:43
30452ff
Compare
Choose a tag to compare

In this release:

  • Fixed an issue where users could not apply tapering or detrending within windows.
  • Fixed an issue where users could not apply overlapping without cutting data out.
  • Fixed an issue where Polar curves were not being saved properly or not saved at all.
  • Added an option to select whether the average of the FAS or HVSR is done using median or mean.
  • Added the option to save selected or removed FAS curves.
  • Added a function to plot the FAS curves.

Full Changelog: v1.0.0...v1.1.0

hvsrprocpy

06 Jul 12:45
f130b6a
Compare
Choose a tag to compare

In this release:

  • Published hvsrprocpy on pypi, now pip installable.
  • Fixed bug issues with calculating polar curves.
  • Fixed format of files from classes to functions.
  • Renamed some of the functions (from hv_proc to hvsr).
  • Published a website which includes documentation for library (viewable from GitHub repository).

Full Changelog: v0.3.0...v1.0.0

v0.3.0

10 Jun 22:05
4ecfba3
Compare
Choose a tag to compare

In this release, the structure of hvsrprocpy has changed. New additions include:

  • Added time series signal processing tools (tsproctools)
  • Added frequency domain processing tools (freqproctools)
  • Most functions can now be accessed as individual functions
  • One function named hvsr processes the time series and processes HVSR (under hvsrfunctools)
  • Added metadata processing tools
  • Added hvsr plotting tools

v0.2.0

07 Jun 03:40
4e0fa2d
Compare
Choose a tag to compare

In this release:

First public release of hvsrprocpy!

hvsrprocpy v0.1.1

04 Jun 18:36
353d102
Compare
Choose a tag to compare
hvsrprocpy v0.1.1 Pre-release
Pre-release

In this new pre-release, there have been some bug issues fixed:

  • add_mseed_tool function to trim was not working
  • frequency resampling not working correctly, added new variable resampling_length

hvsrprocpy

01 Jun 17:56
342e863
Compare
Choose a tag to compare
hvsrprocpy Pre-release
Pre-release

hvsrprocpy pre-release

In this pre-release, the package contains functions that can process time series and Fourier Amplitude Spectra (FAS) to compute Horizontal-to-Vertical Spectral Ratios (HVSR). The library also allows for manual selection if individual discrete time windows, so users can remove windows they do not want to use to compute the mean HVSR curve. The library also has functions to compute polar curves, which can illustrate the azimuthal variability of a site. Lastly, there are also other miscellaneous functions to plot time series, HVSR curves, and mean FAS curves.

Full Changelog: https://github.com/fjornelas/hvsrprocpy/commits/0.1.0