Releases: ondrolexa/polylx
Releases · ondrolexa/polylx
polylx 0.6.1 release
polylx 0.6.0 release
What's new in this release
- fiona added to dependencies
- csd_plot added
Grains.contact_frequency()
method implementedutils.circstat
provides most common circular statistics functions suitable for pandasDataFrame.agg
polylx 0.5.5 release
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
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
What's new in this release
- upstream fix for NetworkX 3
- Fracnet.from_boundaries bug fixed
polylx 0.5.2 release
What's new in this release
- migrated to shapely 2
- Fractnet class for topological analyses added
polylx 0.5.1 release
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
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
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
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