Skip to content

catmaid v0.9.9

Latest
Compare
Choose a tag to compare
@jefferis jefferis released this 31 Jul 22:41
· 192 commits to master since this release
  • catmaid_query_connected() now returns stats for all connections but
    also allows a confidence threshold to be set. The default threshold of 1
    is a new more permissive behaviour (#113).
    Thanks to Sebastian Cachero / @schlegelp for the bug report.
  • Fix bug in catmaid_connection_getenv() and friends in getting environment
    variables on some OSes. It turns out that we should switch to recommending
    variables of the form catmaid_* (#110).
    Thanks to @SridharJagannathan for detective work and a PR with a fix.