Skip to content

Releases: geoscience-community-codes/GISMO

version 1.20 beta

28 Aug 11:36
Compare
Choose a tag to compare
version 1.20 beta Pre-release
Pre-release

Most people I collaborate with have been working out of the 'develop' branch for the last 2 years, rather than the 'master' branch, which only contains releases. Although I would like to do further testing and documentation, I think it is time to give more people access to an updated version of GISMO, so I am making a beta release, v1.20b.

This release should also be tagged by Zenodo with a Digital Object Identifier (DOI) which will help make GISMO citable.

Better Antelope support for waveform data

09 Jul 14:08
Compare
Choose a tag to compare

v1.0.2 was advertised as the first release incorporating the SeismicTrace toolkit as a replacement for The Waveform Suite. However, Celso has not yet had time to complete and fully integrate this work into GISMO. So in version 1.1.0 I have re-instated The Waveform Suite, and further debugged it, especially with regard to loading waveform data from Antelope databases. However, documentation, issue fixing and extensive testing are still needed.

From this point on I will endeavor to follow the Git Branching Model described by Vincent Driessen at http://nvie.com/posts/a-successful-git-branching-model/

In short:

  • master branch should only contain tagged versions / releases
  • develop branch is basis for all new development
  • feature (e.g. feature/seismic_trace_toolkit) branches are created from develop branch
  • release branches (e.g. release_1.1.1) are created from develop branch, and once started, no new features are added - just bug fixing
  • once release branch in finalized, it is merged into master and tagged as a new version (and then documented here). It is also merged into develop (which may have changed since release branch was first made, so may have some manual merging to do)
  • release branch can then be removed
  • feature branches may develop over several release cycles before they are reading to merge back into develop and become part of a release

Core complete

12 Nov 14:57
Compare
Choose a tag to compare

At this point, the major functionality of waveform, scnlobject, filterobject, and spectralobject have been duplicated and improved upon in SeismicTace, (TraceData), ChannelTag, TraceFilter, and TraceSpectra. They may still expand, but the basics are covered.

Where possible, use these new classes instead, as the others are on their way to eventual deprecation.

Traces still use waveform as a bridge to datasources, but any further changes to SeismicTrace should be invisible to the user.

as always, please report any errors or unexpected behavior.

Thanks!
Celso