Skip to content

Releases: DaloroAT/first_breaks_picking

v0.7.4

31 May 07:49
Compare
Choose a tag to compare

Features

  • Reduced version requirements in dependencies. Python 3.8 is now the minimum version, rather than the only version available.
  • Added a wrapper for picks Picks, which allows you to conveniently work with values (in samples, ms, mcs), colors, and meta-information.

Desktop application

  • Added the ability to work with several picks: picks obtained by a neural network, completely manual picking, picks loaded from headers, as well as aggregation of several picks.
  • Advanced export customization options.

v0.6.2

25 Feb 15:25
6a99c2f
Compare
Choose a tag to compare

Bug fixes

Desktop application

  • Changing the display parameters does not remove manual pick edits.
  • Manual picking is no longer rounded to the nearest sample.

v0.6.0

08 Oct 16:28
186d5ee
Compare
Choose a tag to compare

Features

  • Implemented code for working with the spectrum of signals.
  • Bandpass filtering has been added as picking parameters.
  • The Task class has been reimplemented using Pydantic V2.

Desktop application

  • All visualization parameters are now also applied when picking (previously, the Gain and Clip parameters were different for visualization and picking).
  • All parameters for visualization and picking now are available in the common section (details).
  • Added the ability to analyze the spectrum of a section of seismograms using mouse interaction, as well as compare the spectra of several sections (details).
  • Added bandpass filter options for visualization and picking.
  • Added options for seismogram orientation, including VSP mode.
  • Now the started picking can be interrupted.

v0.5.1

16 Sep 18:17
Compare
Choose a tag to compare

Features

  • The desktop application can be run without Python on Windows. In the Assets tab you can download the .msi installer or .zip archive. NOTE: applications do not have digital signatures, so Windows will issue warnings.
  • Added GitHub workflow for releases, which publishes a new version to PyPi and also prepares Assets with the desktop applications.
  • CPU and GPU versions of the library are distributed as separate packages and applications.
  • setup.py replaced with pyproject.toml and pyproject_gpu.toml.
  • Added patching of the PATH variable to include common paths with CUDA/CuDNN content.

Desktop application

  • Slider for Gain and Clip replaced with input fields for floats.