This is a bug fix release:
Previously, we had a connector type ID
-> connector type name
map that was hard-coded into pymaid
. With this release we're fetching that map straight from the CATMAID instance. This fixes an issue where e.g. pymaid.get_connectors
would return a dataframe with an incorrect type
column when querying the VirtualFlyBrain CATMAID servers.