Releases: marcoalopez/GrainSizeTools
Release v3.2.0
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
This is a major release. Main changes:
- The
calc_shape
method of the stereology module has been renamed totwo_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
).
- quantification of grain size distributions (
- 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
This is a minor release. This version corrects the issue #15 (a bug in the Van der Wal piezometer).
Release v3.0.1
This is a minor release. This version corrects the issue #15 (a bug in the Van der Wal piezometer).
Release v3.0RC
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
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
This is a minor release fixing a bug
- Bug correction (issue#15)
Release v3.0beta2
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
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
This is a minor release with incremental improvements. The following features were added:
- Add new functions
test_lognorm
andqq_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