DataJoint 2.0 Release Plan #1256
dimitri-yatsenko
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As we approach the final stages of development, we are excited to announce DataJoint 2.0, our first major release designed to align with the official DataJoint Specs 2.0
Target release date: Oct 2025.
Tested Python Versions: Python 3.10-3.13
The centerpiece of this release is the introduction of Object-Augmented Schemas. We are also delivering a fully modernized framework for project configuration, data handling, and new scientific datatype support.
Compatibility Note: While we aim for data compatibility (meaning no data migration should be required), this release will introduce several backward-incompatible API features. Please plan to update your code to leverage the new functionalities.
Object-Augmented Schemas
DataJoint 2.0 fundamentally revises how relational tables are combined with large-scale scientific data objects. This new paradigm allows for more flexible and efficient handling of complex data types directly within the data pipeline.
<dj_blob>
: A plugin for backward-compatible DataJoint blobs. FEAT:dj_blob
type plugin for DataJoint 2.0 #1262<dj_zarr>
: A plugin for general Zarr 3.0 array support FEAT: Implement <dj_zarr> Custom Type Adaptor #1263<multiphoton>
: plugin for handling compressed, photon-limited movies (based on zarr)Data Export & Import
AutoPopulate 2.0. #1258
This is a redesigned, scalable job management engine to replace the existing autopopulate framework.
Project Configuration & Extensibility
Schema Definition & Data Types
float32
,float64
,uint8
,int8
,uint16
,int16
,uint32
,int32
,uint64
, andint64
. FEAT: Core attributes types 2.0 #1261Version 2.1 (Post 2.0 Release)
The following features are planned for a subsequent release shortly after 2.0, with a possibility of being included in the main release.
JSON
Datatype Support (2.0) -- Postgres compatibleBeta Was this translation helpful? Give feedback.
All reactions