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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,15 @@
1
1
## Release notes
2
2
3
+
### 0.14.0 -- TBA
4
+
* Bugfix - Activating a schema requires all tables to exist even if `create_tables=False` PR [#1058](https://github.com/datajoint/datajoint-python/pull/1058)
5
+
6
+
### 0.13.8 -- Sep 21, 2022
7
+
* Add - New documentation structure based on markdown PR [#1052](https://github.com/datajoint/datajoint-python/pull/1052)
8
+
* Bugfix - Fix queries with backslashes ([#999](https://github.com/datajoint/datajoint-python/issues/999)) PR [#1052](https://github.com/datajoint/datajoint-python/pull/1052)
9
+
3
10
### 0.13.7 -- Jul 13, 2022
4
-
* Bugfix - Fix networkx incompatable change by version pinning to 2.6.3 PR #1036(#1035)
5
-
* Add - Support for serializing numpy datetime64 types PR #1036(#1022)
11
+
* Bugfix - Fix networkx incompatable change by version pinning to 2.6.3 (#1035) PR #1036
12
+
* Add - Support for serializing numpy datetime64 types (#1022) PR #1036
6
13
* Update - Add traceback to default logging PR #1036
7
14
8
15
### 0.13.6 -- Jun 13, 2022
@@ -266,7 +273,7 @@ Documentation and tutorials available at https://docs.datajoint.io and https://t
266
273
267
274
### 0.3.4
268
275
* Added method the `ERD.add_parts` method, which adds the part tables of all tables currently in the ERD.
269
-
*`ERD() + arg` and `ERD() - arg` can now accept relation classes as arg.
276
+
*`ERD() + arg` and `ERD() - arg` can now accept table classes as arg.
270
277
271
278
### 0.3.3
272
279
* Suppressed warnings (redirected them to logging). Previoiusly, scipy would throw warnings in ERD, for example.
@@ -276,5 +283,5 @@ Documentation and tutorials available at https://docs.datajoint.io and https://t
276
283
277
284
### 0.3.2.
278
285
* Fixed issue #223: `insert` can insert relations without fetching.
279
-
* ERD() now takes the `context` argument, which specifies in which context to look for classes. The default is taken from the argument (schema or relation).
286
+
* ERD() now takes the `context` argument, which specifies in which context to look for classes. The default is taken from the argument (schema or table).
280
287
* ERD.draw() no longer has the `prefix` argument: class names are shown as found in the context.
0 commit comments