You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Changed - Minimum Python version for Datajoint-Python is now 3.8 PR #1163
20
+
- Fixed - `docker compose` commands in CI [#1164](https://github.com/datajoint/datajoint-python/pull/1164)
21
+
- Changed - Default delete behavior now includes masters of part tables - PR [#1158](https://github.com/datajoint/datajoint-python/pull/1158)
22
+
6
23
### 0.14.1 -- Jun 02, 2023
7
24
- Fixed - Fix altering a part table that uses the "master" keyword - PR [#991](https://github.com/datajoint/datajoint-python/pull/991)
8
25
- Fixed - `.ipynb` output in tutorials is not visible in dark mode ([#1078](https://github.com/datajoint/datajoint-python/issues/1078)) PR [#1080](https://github.com/datajoint/datajoint-python/pull/1080)
@@ -34,7 +51,7 @@
34
51
- Fixed - Fix queries with backslashes ([#999](https://github.com/datajoint/datajoint-python/issues/999)) PR [#1052](https://github.com/datajoint/datajoint-python/pull/1052)
35
52
36
53
### 0.13.7 -- Jul 13, 2022
37
-
- Fixed - Fix networkx incompatable change by version pinning to 2.6.3 (#1035) PR #1036
54
+
- Fixed - Fix networkx incompatible change by version pinning to 2.6.3 (#1035) PR #1036
38
55
- Added - Support for serializing numpy datetime64 types (#1022) PR #1036
39
56
- Changed - Add traceback to default logging PR #1036
40
57
@@ -86,7 +103,7 @@
86
103
- Fixed - `schema.list_tables()` is not topologically sorted (#838) PR #893
87
104
- Fixed - Diagram part tables do not show proper class name (#882) PR #893
88
105
- Fixed - Error in complex restrictions (#892) PR #893
89
-
- Fixed - WHERE and GROUP BY clases are dropped on joins with aggregation (#898, #899) PR #893
106
+
- Fixed - WHERE and GROUP BY classes are dropped on joins with aggregation (#898, #899) PR #893
0 commit comments