-
Allow a mechanism to update password without logging to terminal (for security reasons).
https://github.com/datajoint/datajoint-matlab/blob/master/%2Bdj/setPassword.m
-
In the documentation for rename foreign key (https://docs.datajoint.io/matlab/definition/10-Dependencies.html?highlight=rename%20foreign%20key), we introduce the same one as in DataJoint Python: `-> …
-
Minor issue with the 'importing data into a table' tutorial (https://tutorials.datajoint.io/beginner/building-first-pipeline/python/importing-data.html).
The current tutorial mentions the method `…
-
Hi, we're just getting started implementing datajoint in our lab, using a local docker server. Jonny, a python user, started by adding subject schemas with basic biographical info. I, a matlab user, c…
-
This is a rare problem but it can occur.
If a part table does not reference its master, then dropping the master will result in part tables with no master. DataJoint does not know how to handle th…
-
## Bug Report
### Description
When schema tables are nested within a class, datajoint cannot find an elements table. The problem seems to be related to a change in context, but even if I nest t…
-
An Entity Relationship Diagram (ERD) is a useful diagram for users to visualize how their data fits together. The Python DataJoint API already provides a way to [create ERDs](https://github.com/mesosc…
-
> I think the use of pandas here is unjustified. All the operations where it's used can be just more cleanly accomplished with python datatypes: dicts and lists.
_Originally posted by @dimitri-yat…
-
## Feature Request
### Problem
Foreign key definition does not match newer syntax implemented in `datajoint-python`.
Currently it observes:
```
(new_attr1, new_attr2) -> [nullable, unique] …
-
## Bug Report
### Description
When using a foreign key reference of a table that is in the context namespace, but not declared, I hit [this](https://github.com/datajoint/datajoint-python/blob/mast…