Releases: pysmo/aimbat
Releases · pysmo/aimbat
AIMBAT-1.0.7
AIMBAT-1.0.5
Main contributor: smlloyd, xlougeo.
- Lots of code clean and restructure, including src, docs, and tests.
- Package installation: make fortran optional, update dependencis, update travis, setup pipenv.
- Update documentation.
- Bug fixes.
AIMBAT-1.0.4
- Add SAC P1 Button to the main GUI
- Plot only a subset of traces for faster data QC and (de)selection. All labels are plotted. Add a button to plot more traces
AIMBAT-1.0.3
Some GUI setting changes
AIMBAT-1.0.2
- Add option to plot simple delay time map by matplotlib.pyplot and fix typo in plotutils
AIMBAT-1.0.1
Has a typo. Do not use.
- Fix bugs in changing trace selection status (QC), manual phase picking, and trace label.
- Change in GUI settings. Using right button dragging is enough and give up on QScrollArea.
- In cross-correlation, do not allow reverse polarity which causes cycle skipping too often.
AIMBAT-1.0.0
- Use new pysmo.core.sac.SacIO (pysmo-pysmo-v0.7.0) instead of pysmo.sac.sacio.SacFile
- New setup.py:
** Wrap all scripts into a callable function and add them to entry_point, e.g.,
aimbat-ttpick is automatically generated in your bin folder.
** Use git commit/tag to determine version automatically. - SAC plotting and aimbat-ttpick are still using Matplotlib GUI.
- New GUI (aimbat-qtpick) using pyqtgraph for fast plotting. Similar user interactions as v0.3:
** Key pressed event handler in pyqtgraph is redefined
** Use mouse to change time window and press key 'w' to set <-- work on stack only
** Press key 't[0-9]' to set time picks like SAC PPK <-- work on both stack and traces
** Mouse click on waveform to change trace selection status <-- work on trace only - Better separation between data and plot.
- Filter and sort are both in the main GUI controlled by a parameter tree.
AIMBAT-v0.9.0
testing tag for uploading to pypi.org
AIMBAT-0.3 alpha1a
- Upgrade to python 3, such as print(), list(range(n)), and str vs bytes. May not be back-compatible with python 2.
- No change in functionalities from v0.2.
- Include sacio in the same aimbat source package.
AIMBAT-0.2
Tag v0.2 for committed changes between Dec 19, 2012 (v0.1.2) and Aug 23, 2016.