Skip to content

Releases: navis-org/pymaid

Version 2.4.0

27 Apr 15:36
Compare
Choose a tag to compare
  • get_entity_graph for fetching annotating relationships

Version 2.3.0

12 Jan 19:54
Compare
Choose a tag to compare
  • 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

07 Nov 17:37
Compare
Choose a tag to compare

Exactly like v2.2.0, with a patch version bump.

v2.2.0

07 Nov 17:22
fdd3b20
Compare
Choose a tag to compare
- Functions for fetching landmarks
- Bugfix for annotation name searching
- More environment variables can be set for CATMAID auth
- Some refactors

Version 2.1.1

03 May 22:52
Compare
Choose a tag to compare

This version contains a single fix for a bug with pymaid and Python 3.10

Version 2.1.0

04 Apr 18:32
Compare
Choose a tag to compare

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

16 Jul 16:10
Compare
Choose a tag to compare

Contains a single bug fix for pymaid.upload_neuron.

Version 2.0.4

28 Apr 07:47
Compare
Choose a tag to compare

A couple small fixes.

Version 2.0.3

18 Feb 09:36
Compare
Choose a tag to compare

Bunch of small bug fixes. Among others in update_radii, cable_overlap and add_connector.

Version 2.0.2

23 Dec 15:50
Compare
Choose a tag to compare

This is a hot fix for pymaid.get_node_table.