Skip to content

0.0.18.post1 "Jiminy"

Compare
Choose a tag to compare
@iannesbitt iannesbitt released this 02 Dec 04:17
· 64 commits to master since this release

This is an intermediate version of 0.0.18 meant to correct errors with the creation of a conda skeleton. It is functionally the same as version 0.0.18.


This version of readgssi (called Stratton) adds the ability to output DZT files, small bug fixes, and documentation updates. It also now supports installation via anaconda.

Version 0.0.18 "Jiminy" continues the naming scheme based on names of mountain peaks in the Williamstown, Massachusetts area.

changes since 0.0.17

  • fixed the read of the byte that contains rh_system and rh_version in the header (#26)
  • fixed sampling depth interpretation (#28)
  • added DZT file output (#29)
  • added documentation for displaying absolute value of down-trace gradient in plots
  • fixed a bug that incorrectly displayed long axis units on stacked arrays
  • added conda installation method and streamlined installation documentation
  • switched version handling to file (_version.py)
  • fixed a bug that did not handle rhf_depth == 0 cases correctly
  • added support for the 3102 antenna (500 MHz)
  • fixed a bug that incorrectly plotted TWTT
  • updated examples in Readme and fixed the autogen script (make_plots.sh)
  • corrected an error with how setup.py got the version number, which prevented the creation of a conda skeleton