Skip to content

Releases: ondrolexa/apsg

APSG 1.2.0 minor release

24 May 19:34
Compare
Choose a tag to compare
  • sqlalchemy and pandas added to requirements
  • quicknet fault bug fixed

APSG 1.1.5 patch release

15 May 10:32
Compare
Choose a tag to compare

Round-off domain math error for acosd and asind fix

APSG 1.1.4 patch release

13 Dec 22:58
Compare
Choose a tag to compare

Patch release to fix Ellipsoid repr bug and docstring typos

APSG 1.1.3 bugfix release

23 Oct 15:41
Compare
Choose a tag to compare

What's new in this release

contour keywords bug fixed

  • slip and dilatation tendency methods added to stress
  • proj alias of project for FeatureSet added

APSG 1.1.2 release

09 Oct 08:55
Compare
Choose a tag to compare

What's new in this release

  • added title_kws argument for plotting routines

APSG 1.1.1 bugfix release

06 Oct 08:18
Compare
Choose a tag to compare

What's new in this release

  • sigma estimate contour fix

APSG 1.1.0 release

04 Oct 12:35
Compare
Choose a tag to compare

What's new in this release

APSG offers convenient pandas integration via pandas accessors. See the documentation and Pandas interface tutorial for further details.

  • StereoNet tensor method added
  • Cluster class renamed to ClusterSet

APSG 1.0.3 release

30 Apr 12:23
Compare
Choose a tag to compare

What's new in this release

  • lambda properties of tensors renamed to S
  • cursor coordinates in StereoNet show lin and fol
  • few minor bugs fixed

APSG 1.0.1 release

22 Nov 08:31
Compare
Choose a tag to compare

What's new in this release

  • density_lookup method implemented for StereoNet.grid
  • Stress tensor sigma* properties using inverted order of eigenvalues
  • render2fig method of StereoNet implemented
  • vector-like objects are not iterable, so properly render in pandas

APSG 1.0.0 major release

07 Oct 12:24
Compare
Choose a tag to compare

APSG has been significantly refactored from version 1.0 and several changes are
breaking backward compatibility. The main APSG namespace provides often-used
classes in lowercase names as aliases to PascalCase convention used in
modules to provide a simplified interface for users. The PascalCase names of
classes use longer and plain English names instead acronyms for better
readability.

See documentation for further details.