Releases: agilescientific/striplog
Releases · agilescientific/striplog
v0.9.2
v0.9.1
v0.9.0
- 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()
.