-
-
Generate documentation forDataJoint semi-automatically from in-code documentations. Generated documentations should be hosted on datajoint-python project site.
-
-
-
... and make sure it agrees with the licenses of the libraries we use.
-
Implementation of features for `AutoPopulate` depends on the implementation of the `Base`. In particular, a class that derives from `AutoPopulate` (which is an abstract class now), will function only …
-
automatically populated tables should never be inserted into from outside a populate call. Calling `populate` should enable `insert`. Exiting populate should prohibit `insert`.
-
currently this is hard coded:
```
$ grep sock -R * | grep tmp
mysql-connector/include/mysql_version.h:#define MYSQL_UNIX_ADDR "/tmp/mysql.sock"
```
on Ubuntu the mysqld.sock file is (at l…
-
Implement organized testing scheme. Thinking about using nose.
-
Since mym doesn't support NULLs for bigint fields anymore (for good reasons, see https://github.com/datajoint/mym/pull/1), we need to get rid of them in the database as well.
I suggest we simply use…