Releases: navis-org/pymaid
Version 2.4.1
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.
Version 2.4.0
get_entity_graph
for fetching annotating relationships
Version 2.3.0
- adds
pymaid.get_skeleton_ids
which allows fetching all skeleton IDs from the project matching given filters - drops vispy dependency (via navis)
v2.2.1
v2.2.0
Version 2.1.1
This version contains a single fix for a bug with pymaid and Python 3.10
Version 2.1.0
With this release we mainly follow some renamed functions in navis
(navis requirement is now >=1.0.0
) but we also made pymaid play more nicely with public CATMAID instances and of course fix a couple bugs.
One important thing to mention is that the default max_threads
for pymaid.CatmaidInstance
is now 10 (down from 100). This also applies to pymaid.connect_catmaid
. If your internet can handle more connections, feel free to up it back to 100.
Version 2.0.6
Contains a single bug fix for pymaid.upload_neuron
.
Version 2.0.4
A couple small fixes.
Version 2.0.3
Bunch of small bug fixes. Among others in update_radii
, cable_overlap
and add_connector
.