Python-catmaid

Latest version: v2.4.2

Safety actively analyzes 723929 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 7

2016.04.15

Additions

- `GET /{project_id}/labels/[treenode|connector]/{label_id}/`:
Returns a list of labels for a node.

- `GET /{project_id}/connectors/{connector_id}/`:
Returns information on a connector and its partners.

- `POST /{project_id}/skeletons/within-spatial-distance`:
Find skeletons within a given L-infinity distance of a treenode.

Modifications

`POST /{project_id}/skeletons/connectivity`:

- Response object now includes `gapjunctions` and `gapjunctions_reviewers`
properties for gap junction connectors.

- Documentation has correct parameter name: `source_skeleton_ids` not `source`.

`POST /{project_id}/label/[treenode|connector]/{label_id}/update`:

- Returns now also information about what labels were added, which were
duplicates and which labels were deleted.

`POST /{project_id}/label/[treenode|connector]/{label_id}/remove`:

- Returns now also information about which label label was eventually removed.
If nothing went wrong the field deleted_link has the input label ID.

`POST /{project_id}/annotations/remove`:

- The return field `deleted_annotations` is now called `deleted_links` and
continues to contain a list of class_instance_class_instance IDs that were
removed. The new `deleted_annotations` field contains a mapping of removed
annotation IDs to the IDs of the object they were removed from.

`POST /{project_id}/connector/delete`:

- The response contains now detailed information about the removed connector,
including its partners.

`POST /{project_id}/node/list`:

- Edition times of nodes and connectors-links are now returned, too. Therefore
some array indices changed.

- Link and connector types are now returned in a more general fashion. Instead
of providing four different arrays for pre, post, gap-junction and other
connectors (previously index 5, 6, 7, 8), each connector entry now contains
one list with all links (index 5), each link is represented as
[<treenode_id>, <relation_id>, <link_confidence>].

`POST /{project_id}/treenode/delete`:

- A list of removed links is now returned as well. Each entry has the following
format: [<link-id>, <relation-id>, <connector-id>, <confidecen>].

`POST /{project_id}/treenodes/{treenode_id}/confidence`:

- Edition times of nodes and connectors-links are now returned, too. Each
location ID in the returned updated_partners object, is now mapped to an
object with an "edition_time" and an "old_confidence" field.

- An optional "partner_ids" parameter is now accepted. If the "to_connectors"
parameter is set to true, the "partner_ids" parameter allows to update only
the links to the provided connector IDs.

- An optional "partner_confidences" parameter is now accepted. If the
"partner_ids" parameter is used, the "partner_confidences" parameter allows to
specify an individual confidence for each selected partner.

`POST /{project_id}/skeleton/join`:

- IDs of the result skeleton and the deleted skeleton are now returned.

Deprecations

None.


Removals

-`[POST|GET] /{project_id}/label-for-node/[treenode|connector]/{label_id}`:
Has been replaced with:
`GET /{project_id}/labels/[treenode|connector]/{label_id}/`

2015.12.21

The CATMAID API now authorizes requests using an API token tied to your
account instead of your username and password. To obtain this token,
open the CATMAID client in your browser, hover your cursor over your name
(next to the "Logout" link), and click "Get API token". As a security measure,
you will be prompted to re-enter your password, then shown your token string.

To use the API token, set the HTTP `X-Authorization` header on all of your
API requests to be 'Token', a space, and the token string, e.g.:

X-Authorization: Token 9944b09199c62bcf9418ad846dd0e4bbdfc6ee4b


Additions

- `GET /projects/`:
List projects visible to the requesting user.

- `GET /client/datastores/`:
List key-value store datastores used by the client.

- `POST /client/datastores/`:
Create a key-value store datastore for the client.

- `DELETE /client/datastores/{name}`:
Delete a key-value store datastore for the client.

- `GET /client/datastores/{name}/`:
List key-value data in a datastore for the client.

- `PUT /client/datastores/{name}/`:
Create or replace a key-value data entry for the client.

- `POST /{project_id}/volumes/{volume_id}/`:
Get detailed information on a spatial volume or set its properties.


Modifications

`GET /{project_id}/annotations/`:

- Params are now correctly documented as form rather than query params.


`POST /{project_id}/annotations/`:

- Params are now correctly documented as form rather than query params.


`POST /{project_id}/annotations/forskeletons`:

- Params are now correctly documented as form rather than query params.


`POST /{project_id}/skeletons/connectivity`:

- `boolean_op` form param now expects string "AND" or "OR" rather than
"logic-AND" or "logic-OR".


`POST /{project_id}/volumes/add`:

- Params are now correctly documented as form rather than query params.


Deprecations

None.


Removals

None.

2015.11.16

Contributors: Albert Cardona, Andrew Champion, Tom Kazimiers


Features and enhancements

Key shortcuts / mouse operations:

- Pressing \ now brings up a dialog to go to the nearest node with a label
matching a query regex. If a node is active, this search is limited to the
active skeleton. Shift + \ cycles through matching nodes in ascending
distance order. Ctrl + \ repeats the last search regex without prompting.

- Deleting a virtual node with DELETE or Ctrl+Shift+click instead suppresses
the virtual node. Suppressed virtual nodes are skipped during review. A
setting is available to also skip suppressed virtual nodes during normal
navigation with [ and ].


Selection table:

- Batch coloring is now much quicker.

- If the batch color button is pressed a second time the color picker will not
only close but also will the batch coloring be re-applied. This won't happen
if the color picker is closed by clicking somewhere else.

- The status text line at the bottom of the table includes now the number of
selected neurons. This is helpful when a filter is active and more neurons are
selected than visible.

- Sorting for visibility columns has been removed.

- Neurons part of a Selection Table can now also be filtered based on
annotations. This can be done with the help of the input field next to the
name filter. Like with the name filter input, pressing the Enter key will
activate both filters and starting with a slash character ("/") will make the
input be treated as a regular expression (to e.g. only show neurons that are
annotated with a1 and b2, use "/a1|b2"). For now no meta-annotations are taken
into account.

- With the help of the new "Open" and "Close" buttons, skeleton lists can be
stored into JSON files as well as loaded from them. Along with each skeleton
ID, the current color and opacity is stored.


Skeleton projection layer

- With the new "Skeleton color gradient" coloring mode, the skeleton's tracing
color (currently only yellow fo the active skeleton) is used for coloring. It
fades into downstream and upstream colors, respectively (which are black and
white by default).

- Nodes can be selected by placing the mouse close to them (regardless if
displayed or not) and pressing 'g'. If no node is found in close proximity
(<50px screen space), the tracing layer's node selection is used.


Graph widget:

- Synapses can be filtered from edges based on their confidence. The confidence
threshold is applied to the minimum of the pre- and post-synaptic relation
confidences. Confidence filtering is applied prior to synapse count filtering.

- Synapse count coloring on edges can now be configured independently from edge
colors.


Volumes:

- A new widget, the Volume Manager, allows to create and list volumetric
geometries. These geometries are not yet displayable and for now only
box volumes can be created. The widget is available through a new 3D box
icon, last in the list of tracing tool widgets.

- New nodes can now be tested for intersection with a certain volume. The
Tracing section of the settings widget allows to choose a volume
against which new nodes will be tested. If they are outside of it, a
warning will be shown.


Neuron Search:

- Partial annotations as well as regular expressions are now supported for
searching. If the text entered in an 'annotated' search field matches a single
existing annotation (i.e. one that would also show up in the auto-completion),
it is used as search constraint, just like before. However, if no matching
annotation was found, the input text is treated as a regular expression on
annotation names if it starts with a slash character ('/'), otherwise it is
treated as a regular search pattern over all annotations. For instance,
finding all things that are are annotated by either A1 or B2 would look
like '/A1|B2' or requiring annotations that end on 'xyz' could be searched for
by '/xyz$'. This also works with sub-annotation queries.


3D viewer:

- Different neuron visibility modes are now available for animations. A
drop down list replaces the check-box and an option dialog is shown if
a particular animation mode requires user input. Besides the 'show one neuron
per rotation' mode, there is now also the 'Show n neurons per rotation' mode
and a mode which uses a pattern to explicitly define the visibility of
particular neurons after a particular rotation. The animation export now uses
the visibility mode selected in the 3D viewer.


Administration:

- CATMAID has been able to use DVID as a project/stack back-end and as a
image source for quite a wile now. To make the latter option easier to setup,
a new admin tool is available to create CATMAID stacks based on a DVID server.
It can be found in the "Custom views" section of CATMAID's admin interface,
labeled as "DVID stack importer". With the help of this tool on can inspect
all available repositories and data instances on a DVID server and create a
stack based on one data instance. CATMAID will make sure that all
pre-conditions are met by a stack created this way.


Miscellaneous:

- By default new widgets will now select the last widget created as skeleton
source. If wanted, this can be adjusted to the previous behavior (always
select 'Active skeleton') through the 'Auto-select widget created last as
source for new widgets' option in the settings widget.

- Multiple stacks opened through a URL can now optionally be opened in the same
stack viewer window by adding "&composite=1" to the URL.

- If an already reviewed node is moved it will now become unreviewed again.

- Links clicked in the message menu will now open in a new page.


Bug fixes

- The skeleton projection layer will now update automatically on skeleton
changes like new or removed nodes as well as splits and merges. It will also
not complain anymore if a connector was selected.

- Text rendered in the 3D viewer is now upright again (instead of upside-down).

2015.10.19

Contributors: Albert Cardona, Andrew Champion, Tom Kazimiers


Features and enhancements

Scripting:

- The widget instance associated with the focused window can be retrieved with
the convenience function `CATMAID.front()`.


Orthogonal views and multi-channel data:

- Stack groups can be used to relate different stacks to each other within one
project, e.g. to make clear that some stacks are different orthogonal views or
different channels of the same dataset. If there are stack groups defined in a
project, they are for now available through the "Projects" menu, which
provides sub-menus for stacks and stack groups for each project. When opened,
the stacks of a channel based stack groups are added as layers to the first
stack. Ortho-view stacks are all opened in a separate stack viewer.

- If a stack group consists of the three different orthogonal views for a
dataset, the window layout is adapted automatically as soon as the stack group
is opened. The layout will be a four-pane layout in which the left half of the
screen is the XY view on top of the XZ view and the right half of the screen
is the ZY view on top of a selection table.

- Since stack group are instances of the 'stackgroup' class, they can be
referenced from within ontologies. All projects now have a 'stackgroup' class
and the relations 'has_view' and 'has_channel' created by default. They are
also created for projects that don't have them, yet.

- Stack groups can be created and managed from with the admin interface through
either the new Stack group page or while editing/creating a stack.


3D viewer:

- Skeletons can be shaded by distance from a plane through the active node. The
plane can either be a Z-plane in project space or a plane normal to the ray
from the camera to the active node.

- New "Count" button to count the number of pre- or postsynaptic sites, or the
number of treenodes tagged with a given text tag, within a distance of the
active node in the selected arbor along the cable of the arbor, or within a
given Euclidean distance for any arbor present in the 3D viewer.


Tile layer:

- WebGL rendering is now compatible with orthogonal views.

- Tiles can now be rendered either with linear pixel interpolation (previous
default behavior) or nearest neighbor interpolation. This is controlled by
the "Image tile interpolation" setting.


Graph widget:

- When growing by circles, the set of neurons added can be filtered to include
only those with annotations matching a regex.


Miscellaneous:

- A new color picker replaces the color wheel. The new control hovers over other
elements so it can be moved, has color memory slots, defaults to a smaller
size and can be resized to show input elements for different color spaces. To
save a color in a memory slot, click on the rectangle containing the small
circle next to the memory slots.

- Documentation for some HTTP API endpoints is now available from your CATMAID
server at the `/apis/` URL.


Bug fixes

Tile layer:

- Fixed a major WebGL tile layer GPU memory leak.


3D viewer:

- In orthographic mode, the correct depth ordering is now used again.


Selection table:

- Color sorting works again.


Miscellaneous:

- An error no longer appears when selecting an un-annotated skeleton while
neuron labels are configured to use a meta-annotation.

2015.9.11

Contributors: Albert Cardona, Andrew Champion, Tom Kazimiers


Features and enhancements

Neuron Navigator:

- It is now possible to remove multiple annotations at once from a neuron. A new
column is added to annotation tables, each annotation row has now a checkbox
in its first column. A click on the de-annotate link in this column's header
or footer will remove all selected annotations from the current neuron.


Tracing:

- If a single-node skeleton is merged into another skeleton, no merge dialog is
now shown by default. All annotations of this single-node skeleton are merged
into the target skeleton without asking. This behavior can be changed to again
show a merge UI if the single-node skeleton has annotations (behavior so far)
through a new entry in the Tracing section of the settings widget.


Graph widget:

- New layout modes "dagre", "cola", "spread" and "springy". The first is based
on DAGs (directed acyclic graphs) and the last three are force-directed. To
note that "spread" will evenly layout neurons in trying to occupy as much
space as possible, and also leads to symmetric-looking graphs when rendering
multiple disconnected graphs of e.g. left and right homologous neurons. Try
it.


Connectivity matrix:

- Descending and ascending sorting is now available for all sorting modes.

- The new 'order of other' sorting mode will try to follow the column order for
rows and vice versa. If skeletons are not found in the reference dimension,
they are pushed to the end.


Selection table:

- When changing the color of a neuron, all other selected neurons can be colored
at the same time, when the new 'all selected' checkbox (right above the color
wheel) is checked.


Neuron sarch:

- The "select all" checkbox now does what it says and selects all neurons in the
results set.

- Pagination now works like in other widgets and the number of elements per page
can be adjusted.

- Annotations are not loaded by default anymore, but can be shown with the help
of the new "Show annotations" checkbox.


Miscellaneous:

- When a connector is selected, basic information about it is displayed at the
top of the window (where otherwise the neuron name is displayed).

- A neuron search result's annotation list is now kept in sync with the rest of
the widgets. If annotations change on a listed neuron or annotation, the
search query is re-done.

- If only transparency is changed in the batch color picker of the Selection
Table, the transparency alone (and not the color) of the target skeletons will
be updated. To also update the skeleton color, the color has to be changed in
the color picker, too.


Administration:

- Adding custom code to CATMAID's front end is now easier: Add file names to the
STATIC_EXTENSION_FILES array variable and have your web-server point the URL
defined in STATIC_EXTENSION_URL (defaults to /staticext/) to the folder were
those files live. CATMAID will then load those files after its own files.


Bug fixes

- Nodes are now correctly scaled in skeleton projection layers.

- Neuron navigator now updates if a skeleton is changed (e.g. due to a merge).

- 'Sync to' selections to push changes from one widget to another (e.g. 3D
viewer controlled by selection table) are now updated correctly, if a selected
target is closed.

- Changing the order of rows and columns of the connectivity matrix manually
does now work like expected.

- From within the neuron search removed annotations will now disappear again
from the search widget after they are unlinked.

- Using the CATMAID coloring scheme in the Selection Table is not random
anymore.

- CSV files exported from the Connectivity Widget now respect the table ordering
and include the target neuron names.

- Spheres that intersect in the 3D viewer (e.g. somas) don't appear broken up
anymore.

- The 3D viewer's SVG export will now correctly calculate the size of exported
spheres (e.g. soma tags).

2015.7.31

Contributors: Albert Cardona, Andrew Champion, Tom Kazimiers


Features and enhancements

Key shortcuts / mouse operations:

- Ctrl + [ or ] now navigates to the next real (non-virtual) parent or child of
the active node, respectively.


Connectivity widget:

- Upstream and downstream partners can now be filtered by synaptic confidence
in addition to synaptic count. Synaptic confidence filtering is applied before
count filtering. Confidence is taken to be the minimum of the presynaptic
and postsynaptic connector confidence.


3D Viewer:

- Tags matching a custom regex can be shown as handle spheres in addition to
tags containing "uncertain" or "end". Note that after entering the regex in
the "View Settings" tab the viewer must be refreshed from the "Main" tab
before tag spheres are updated.

- The active node marker now resizes based on the radius of the active node.

- The active node marker can now optionally always be drawn on top of other
objects, even if it is occluded.


Miscellaneous:

- A default neuron name can now be specified in the settings widget. Similar
to annotations, the pattern "{nX}" can be used to add an automatically
incrementing number to each new neuron created, starting at X. Omitting X
will be interpreted to start from 1. This default name does not persist
between sessions.

- Neuron navigator: neuron name and annotation search are now case-insensitive.

- The client now checks every 15 minutes whether it is the same version as the
server. If not, an error dialog is shown prompting the user to refresh their
browser.

- It is now possible to show a projection of the active skeleton in the tracing
overlay. All nodes will be displayed in the current slice, but no interaction
is allowed with them. This feature can be useful to get more context on the
current location in the active skeleton. This mode can be toggled with F10 or
through a new entry in the settings (Tracing Overlay > Active skeleton
projection), where different parameters can be adjusted. The color for the
upstream and downstream part can be independently changed and various shading
modes can be selected (plain color, Z distance transparency, Strahler based
transparency or cut off).


Bug fixes

- 3D viewer: the correct synapse colors are now used when connectors are
restricted.

- If annotations are added or removed, annotation search widgets are updated
correctly. You can now search for newly created annotations without having to
open a new search widget.

- The order of the selection table is now remembered before it is refreshed.

- Connectivity widget: common partners filtering now correctly enforces that
partners are partnered with all target neurons, not just any two.

- Review widget: the skipped node warning will now only show up when in fact
more nodes have been skipped than allowed.

- Fixed a vulnerability that allowed any user with "browse" access permissions
to any project to execute arbitrary SQL statements on the CATMAID database.

Page 5 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.