Skip to content

Releases: marcoalopez/GrainSizeTools

Release v3.2.0

26 Jun 10:39
Compare
Choose a tag to compare

This is a major release. Main changes:

  • The paleopiezometry module has been completely rewritten. For more details, refer to the piezometry module documentation.
  • A new database of piezometric relationships has been added in YALM (text-based) format, which is easily modifiable and human-readable.
  • Refactoring code to improve readability.
  • Script documentation enhancements. See documentation at https://github.com/marcoalopez/GrainSizeTools/wiki

Release v3.1.0

24 May 09:10
Compare
Choose a tag to compare

This is a major release. Main changes:

  • The calc_shape method of the stereology module has been renamed to two_step.
  • A new method, called calc_volume_fraction, has been added to the stereology module. It uses the lognormal parameters estimated by the two-step method to estimate a volume fraction occupied by any range of grain sizes.
  • Several templates with different examples of grain size population analysis have been added. These include:
    • quantification of grain size distributions (grain_size_analysis_template.ipynb)
    • approximation of grain size distributions using stereological methods (stereology_analysis_template.ipynb),
    • paleopiezometry (paleopizometry_template.ipynb).
  • Restructuring of the script organisation and refactoring code to improve readability.
  • The script documentation has been completely rewritten for the new script organisation. It should now be easier for newcomers. See new documentation at https://github.com/marcoalopez/GrainSizeTools/wiki

Release v3.0.2

31 Dec 13:40
Compare
Choose a tag to compare

This is a minor release. This version corrects the issue #15 (a bug in the Van der Wal piezometer).

Release v3.0.1

22 Dec 09:05
Compare
Choose a tag to compare

This is a minor release. This version corrects the issue #15 (a bug in the Van der Wal piezometer).

Release v3.0RC

04 May 14:46
Compare
Choose a tag to compare

This is the GrainSizeTools script v3.0RC (release candidate). The script has been completely reorganized including new modules and features. Its use is no longer compatible with previous versions (v2.x). You can find the new documentation on the main page of the script. In addition, the script now has a folder with use-examples based on Jupyter notebooks. Enjoy it!

Release v3.0beta3

16 Apr 17:25
Compare
Choose a tag to compare
Release v3.0beta3 Pre-release
Pre-release

This is a major (beta3) release

The script has been completely reorganized with new modules and functions. Its functionality is not compatible with previous versions. You can find the new documentation (still in development) with usage examples here: https://github.com/marcoalopez/GrainSizeTools/blob/master/DOCS/getting_started.md

Release v2.0.4

09 Apr 11:33
Compare
Choose a tag to compare

This is a minor release fixing a bug

  • Bug correction (issue#15)

Release v3.0beta2

06 Apr 23:02
Compare
Choose a tag to compare
Release v3.0beta2 Pre-release
Pre-release

This is a major (beta2) release

The script has been completely reorganized with new modules and functions. Its functionality is not compatible with previous versions. You can find the new documentation (still in development) with usage examples here: https://github.com/marcoalopez/GrainSizeTools/blob/master/DOCS/getting_started.md

Release v3.0beta1

25 Mar 17:52
Compare
Choose a tag to compare
Release v3.0beta1 Pre-release
Pre-release

This is a major (beta) release

The script has been completely reorganized with new modules and functions. Its functionality is not compatible with previous versions. You can find the new documentation (still in development) with usage examples here: https://github.com/marcoalopez/GrainSizeTools/blob/master/DOCS/getting_started.md

Release v2.0.3

22 Apr 16:15
Compare
Choose a tag to compare

This is a minor release with incremental improvements. The following features were added:

  • Add new functions test_lognorm and qq_plot to test lognormality
  • Bug correction (issue#13)
  • Now the maximum precision of the kde estimator can be set manually
  • Incremental improvements in the code (including some reorganization)
  • Incremental improvements in the plots
  • Requirements list update