Skip to content

Releases: ondrolexa/polylx

polylx 0.6.1 release

24 Jan 11:40
Compare
Choose a tag to compare

What's new in this release

  • csd_plot() is interactive only from terminal
  • contact_frequency() bug fix

polylx 0.6.0 release

22 Jan 20:35
Compare
Choose a tag to compare

What's new in this release

  • fiona added to dependencies
  • csd_plot added
  • Grains.contact_frequency() method implemented
  • utils.circstat provides most common circular statistics functions suitable for pandas DataFrame.agg

polylx 0.5.5 release

14 Dec 14:43
Compare
Choose a tag to compare

What's new in this release

  • Boundary.from_coords added
  • eap and epa Grain methods
  • orientation tensor added to utils

polylx 0.5.4 release

05 Mar 08:59
Compare
Choose a tag to compare

What's new in this release

  • shapelysmooth methods added for smoothing
  • shapely and scipy upstream fixes
  • jenks and quantile rules fix
  • bcov shape_method added for eigenanalysis of decomposed geometry

polylx 0.5.3 release

07 Mar 10:03
Compare
Choose a tag to compare

What's new in this release

  • upstream fix for NetworkX 3
  • Fracnet.from_boundaries bug fixed

polylx 0.5.2 release

06 Mar 18:06
Compare
Choose a tag to compare

What's new in this release

  • migrated to shapely 2
  • Fractnet class for topological analyses added

polylx 0.5.1 release

27 May 21:40
Compare
Choose a tag to compare

What's new in this release

  • fourier_ellipse shape method for Grains added
  • elliptic fourier smoothing for Grains added
  • added grainsize plot
  • added accumulate method to Grains and Boundaries
  • simple fiona reader implemented (fiona must be installed)
  • added kde plot

PolyLX 0.5.0 release

29 Jan 20:13
Compare
Choose a tag to compare

What's new in this release

  • rose plot groupped according to classification
  • get_class, class_iter methods added to Grains and Boundaries
  • seaborn added to requirements
  • several seaborn categorical plots are added as methods
    (swarmplot, boxplot, barplot, countplot)

PolyLX 0.4.9 release

13 Dec 00:07
Compare
Choose a tag to compare

New in this release

  • getindex method of Grains and Boundaries implemented
  • Grain cdist property return centroid-vertex distance function
  • Grain cdir property return centroid-vertex direction function
  • Grain shape_vector property returns normalized Fourier descriptors
  • Grain regularize method returns Grain with regularly distributed vertices
  • Classification could be based on properties or any other values
    boundary_segments method added
  • Smoothing, simplification and regularization of boundaries implemented
  • Colortable for legend is persistant trough indexing. Classify method could be used to change it
  • Default color table is rainbow for unique and viridis for continuous classes

PolyLX 0.4.8 release

07 Mar 00:08
Compare
Choose a tag to compare

New in this release

  • added plots module (initial)
  • representative_point for Grains implemented
  • moments calculation including holes
  • surfor and parror functions added
  • orientation of polygons is unified and checked
  • minbox shape method added