Version 3.5
Version 3.5
This version release mostly focuses on bumping the package version of various dependencies. Most notably Numpy 1.20 or higher is now required, this is to ensure the package installs correctly with pip
and the same version of Numpy is being used to compile the other dependencies (e.g. HDBSCAN) and run the code.
minor updates to optics transcription reducer
- The default
gutter_eps
value is now300.0
to better match the kind of data using this reducer.