-
Hi @KonstantinWilleke @mohammadbashiri @kklurz ,
I think (some) of you specified the package dependencies. Do you know why `numpy>=1.22.0` is required and if a lower version would work as well (e.g…
-
In very rare instances, borderscore calculation returns `int` or` np.ma.core.MaskedConstant` instead of float. This messed with insertion into datajoint but otherwise doesn't have big consequences: I …
-
## Bug Report
### Description
I am running DataJoint locally via Docker for one project, and would like to connect to a remote DataJoint database for another project. While trying to set-up my r…
-
The cell array `{}` does not behave like an `or`, but an 'and'. We should either fix datajoint (preferrable?) or the doc.
![image](https://user-images.githubusercontent.com/2539832/95912823-33117f8…
-
it would be good to have a tutorial where datajoint and ```make()``` are used to drive external computations in non-python/matlab systems, for example ImageJ, etc.
ixcat updated
7 years ago
-
On several occasions, we ended up in a situation where a new table is created with a different tier while an old table for the same class exists with a different tier. DataJoint does not handle this …
-
It appears that (at least) printing a table heading result to the pycharm console creates some sort of problematic state whereby all subsequent connections to mysql are terminated nearly immediately…
ixcat updated
2 years ago
-
needs revisiting w/r/t proposed syntax drift; other unique options (indexes, etc)
this page: https://docs.datajoint.io/python/definition/10-Dependencies.html
ixcat updated
3 years ago
-
limitations to blob serialization & available workarounds should be documented
ixcat updated
5 years ago
-
`(Position & 'pos_id=0').delete()`
yields:
```
AssertionError Traceback (most recent call last)
in
1 #Only deletes record not S3 object
----> 2 (Position &…