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
19
+
- Fixed - `docker compose` commands in CI [#1164](https://github.com/datajoint/datajoint-python/pull/1164)
20
+
- Changed - Default delete behavior now includes masters of part tables - PR [#1158](https://github.com/datajoint/datajoint-python/pull/1158)
21
+
6
22
### 0.14.1 -- Jun 02, 2023
7
23
- Fixed - Fix altering a part table that uses the "master" keyword - PR [#991](https://github.com/datajoint/datajoint-python/pull/991)
8
24
- 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 +50,7 @@
34
50
- 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
51
36
52
### 0.13.7 -- Jul 13, 2022
37
-
- Fixed - Fix networkx incompatable change by version pinning to 2.6.3 (#1035) PR #1036
53
+
- Fixed - Fix networkx incompatible change by version pinning to 2.6.3 (#1035) PR #1036
38
54
- Added - Support for serializing numpy datetime64 types (#1022) PR #1036
39
55
- Changed - Add traceback to default logging PR #1036
40
56
@@ -86,7 +102,7 @@
86
102
- Fixed - `schema.list_tables()` is not topologically sorted (#838) PR #893
87
103
- Fixed - Diagram part tables do not show proper class name (#882) PR #893
88
104
- 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
105
+
- Fixed - WHERE and GROUP BY classes are dropped on joins with aggregation (#898, #899) PR #893
0 commit comments