Skip to content

Releases: agilescientific/striplog

v0.9.2

16 Feb 02:25
Compare
Choose a tag to compare

Third time's the charm 🤦

Exactly like 0.9.0, only hopefully on PyPI this time.

v0.9.1

16 Feb 02:11
Compare
Choose a tag to compare

Exactly like v0.9.0, except this one will actually make it to PyPI.

v0.9.0

16 Feb 01:58
Compare
Choose a tag to compare
  • This release is compatible with welly v0.5.0.
  • We are no longer supporting versions of Python before 3.6 (because I like f-strings).
  • You can now pass format string labels to striplog.plot(), e.g. '{colour} {lithology}'. These are passed to the Component summary method.
  • The Striplog constructor now creates Components if it is given miscellaneous data. If there are not components (e.g. "comp" fields in the CSV), then the description and either the provided Lexicon or the default one will be passed to the Interval constructor.
  • Reorganized and moved the documentation <https://code.agilescientific.com/striplog>_ to make it a bit easier to follow.
  • You can plot Striplog's logo with striplog.logo.plot().