Skip to content

Releases: ondrolexa/apsg

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.

APSG 0.7.3 release

06 Oct 09:33
Compare
Choose a tag to compare

What's new in this release

  • figure window title removed from StereoNet
  • for future only bugfixes planned, foo further development see versions >=1.0

APSG 0.7.2 release

06 Oct 06:40
Compare
Choose a tag to compare

What's new in this release

  • bugfix release

APSG 0.6.3 release

29 Jan 23:48
Compare
Choose a tag to compare

What's new in this release

  • Python 2/3 compatibility fix

Note that this is the last release supporting Python 2.

APSG 0.6.2 release

29 Jan 23:44
Compare
Choose a tag to compare

What's new in this release

  • few minor bugs fixed
  • Stereogrid.apply_func passes Vec3 instead numpy array
  • Pair H method to get mutual rotation implemented
  • velgrad method of DefGrad accepts steps kwargs to generate list of DefGrad tensors
  • Added Tensor class to work with deformation tensors

APSG 0.6.1 release

13 Dec 12:08
Compare
Choose a tag to compare

What's new in this release

  • Stereogrid always use Euclidean norms as weights
  • DefGrad properties e1, e2, e3 (natural principal strains) added
  • DefGrad properties eoct, goct (octahedral strains) added
  • DefrGrad from_ratios class method added
  • DefGrad properties k, d, K, D (strain symmetries and intesities) added
  • New class Ellipsoid added to work with ellipsoids
  • FabricPLot renamed to VollmerPlot for consistency
  • RamsayPlot, FlinnPlot and HsuPlot implemented
  • All fabric plots have new path method accepting list of tensors

APSG 0.6.0 release

07 Nov 11:22
Compare
Choose a tag to compare

What's new in this release

  • Stress always gives eigenvalues sorted
  • Stress I1, I2, I3 properties for invariants implemented
  • Stress mean_stress property implemented
  • Stress hydrostatic and deviatoric properties implemented
  • precision added to settings to control numerical comparisons
  • figsize added to settings to control figure size across APSG
  • Animation examples fixed
  • rand class method implemented for Fol, Lin, Vec3 and Pair to
    generate random instance
  • Group to_csv and from_csv improved
  • SDB tags method works properly for multiple tags
  • SDB can modify database metadata
  • QGIS 3 plugin ReadSDB compatibility

APSG 0.5.4 release

24 Oct 12:26
Compare
Choose a tag to compare

New in this release

  • Stress always gives eigenvalues sorted
  • Stress I1, I2, I3 properties for invariants implemented
  • Stress mean_stress property implemented
  • Stress hydrostatic and deviatoric properties implemented
  • precision added to settings to control numerical comparisons
  • figsize added to settings to control figure size across APSG
  • Animation examples fixed
  • rand class method implemented for Fol, Lin, Vec3 and Pair to
    generate random instance

APSG 0.5.3 release

24 Oct 12:25
Compare
Choose a tag to compare

New in this release

  • Fischer distribution sampling added
  • transform method has norm kwarg to normalize tranformed vectors
  • axisangle property to calculate axis and angle from rotation matrix
  • StereoNet arc method added
  • Vec3 and Group upper and flip properties implemented
  • DefGrad, VelGrad and Stress rotate method accepts also rotation matrix
  • velgrad method added to DefGrad to calculate matrix logarithm
  • StereoGrid has new methods max, min, max_at, min_at