Skip to content

Releases: janelia-flyem/dvid

Synapse API initial version

18 Nov 20:08
Compare
Choose a tag to compare
Pre-release

This release includes:

  • "synapse" datatype without label support for now
  • /api/server/compiled-types endpoint that returns all compiled datatypes for this DVID instance
  • various bug fixes and minor enhancements

Multi-database version of DVID

14 Oct 22:19
Compare
Choose a tag to compare
Pre-release

DVID serve command now requires specification of TOML configuration file that allows specification of different mutable, immutable, and metadata storage engines. Currently, only the imagetile datatype uses the immutable store. In the future, all committed versioned data will eventually be moved (or stored directly) into the immutable store if one is specified.

The DVID github wiki has been revised to reflect the new installation and run system.