0.3.2 - ABBA extension for QuPath 0.5.*
Pre-release
Pre-release
NOTE: DO NOT WORK WITH Rat Atlases (and maybe other ones)
- licence changed from Apache 2.0 to MIT
- API changes
- loading annotations can now overwrite any previous previous import of the same atlas version. Overwrite will only work if the previous atlas's hierarchy wasn't disrupted (i.e. everything is still a child of
"Root", see #19) AtlasTools.loadWarpedAtlasAnnotations()now returns the"Root"annotation- the
"Root"annotation is now locked and classified with the name of the atlas version - removes
atlasNameparameter from functions requiring the ontology too. The old API is deprecated - removed calls to deprecated QuPath functions
- loading annotations can now overwrite any previous previous import of the same atlas version. Overwrite will only work if the previous atlas's hierarchy wasn't disrupted (i.e. everything is still a child of
- removed dependency on
QuPathGUI(see #24).
This allows to use the extension in CLI environments such as with PAQUO.