Skip to content

Version 4.1

Compare
Choose a tag to compare
@shawnlaffan shawnlaffan released this 07 Feb 04:32
· 553 commits to master since this release

This is a minor release containing some new functionality and bug fixes.

Executables/Binaries

Executables/Binaries are available below for Windows, Macintosh and Linux (Ubuntu). Unlike 4.0, there is currently only a Mac variant for the M1 chip. A release for Intel-based Macs is pending further development of dependencies.

Installation instructions are available at https://github.com/shawnlaffan/biodiverse/wiki/Installation

Changes

For the full list of issues and changes leading to the 4.1 release, see https://github.com/shawnlaffan/biodiverse/milestone/19

Main changes:

  • GUI
    • Z-score indices are now plotted using a five class divergent colour scheme to more clearly indicate which locations are in the outer 10%, 5% and 1% of the expected distribution. Issue 841. See also this blog post
  • Indices
    • A bug in the NRI, NTI and Net VPD indices meant undefined results were obtained the second time a tree was used, and when only one of NRI/NTI or VPD were calculated the first time. Issue 842.
    • The phylogenetic endemism indices have been further optimised. (There is no associated issue).
  • Imports
    • An issue with raster imports being offset has been fixed. Issue 845