The current development version is 0.15.0 and it's almost ready. It will be released this fall.
Open-source
An open-source distribution of the software is available. Many needed functionalities for images analysis are present in this distribution and it is free of use. It is a Python library named PySptools. The current version is 0.14.2.
You can download here: PySptools
The documentation web site is here: PySptools Manual
The library is used by many around the world, including research centers and universities.
Version 0.15.0 examples
Two examples are presented. The first uses a search engine approach that can be applied to a large set of hyperspectral images. The second example performs cross-validation using XGBoost.
First example, learn snow and predict with LightGBM (or XGBoost): LightGBM predict
Second example, do a cross validation with XGBoost: XGBoost cross validation