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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -273,7 +273,7 @@ Documentation and tutorials available at https://docs.datajoint.io and https://t
273
273
274
274
### 0.3.4
275
275
* Added method the `ERD.add_parts` method, which adds the part tables of all tables currently in the ERD.
276
-
*`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.
277
277
278
278
### 0.3.3
279
279
* Suppressed warnings (redirected them to logging). Previoiusly, scipy would throw warnings in ERD, for example.
@@ -283,5 +283,5 @@ Documentation and tutorials available at https://docs.datajoint.io and https://t
283
283
284
284
### 0.3.2.
285
285
* Fixed issue #223: `insert` can insert relations without fetching.
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 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).
287
287
* ERD.draw() no longer has the `prefix` argument: class names are shown as found in the context.
0 commit comments