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
+29-6Lines changed: 29 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,32 @@
1
1
## Release notes
2
2
3
-
### 0.13.5 -- TBA
4
-
* Update - Switch testing image from `pydev` to `djtest` PR #1012
5
-
6
-
### 0.13.4 -- March, 28 2022
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
+
* Update - Populate call with `reserve_jobs=True` to exclude `error` and `ignore` keys - PR [#1062](https://github.com/datajoint/datajoint-python/pull/1062)
6
+
* Add - Support for inserting data with CSV files - PR [#1067](https://github.com/datajoint/datajoint-python/pull/1067)
7
+
* Update - Switch testing image from `pydev` to `djtest` PR [#1012](https://github.com/datajoint/datajoint-python/pull/1012)
8
+
9
+
### 0.13.8 -- Sep 21, 2022
10
+
* Add - New documentation structure based on markdown PR [#1052](https://github.com/datajoint/datajoint-python/pull/1052)
11
+
* Bugfix - Fix queries with backslashes ([#999](https://github.com/datajoint/datajoint-python/issues/999)) PR [#1052](https://github.com/datajoint/datajoint-python/pull/1052)
12
+
13
+
### 0.13.7 -- Jul 13, 2022
14
+
* Bugfix - Fix networkx incompatable change by version pinning to 2.6.3 (#1035) PR #1036
15
+
* Add - Support for serializing numpy datetime64 types (#1022) PR #1036
16
+
* Update - Add traceback to default logging PR #1036
17
+
18
+
### 0.13.6 -- Jun 13, 2022
19
+
* Add - Config option to set threshold for when to stop using checksums for filepath stores. PR #1025
@@ -253,7 +276,7 @@ Documentation and tutorials available at https://docs.datajoint.io and https://t
253
276
254
277
### 0.3.4
255
278
* Added method the `ERD.add_parts` method, which adds the part tables of all tables currently in the ERD.
256
-
*`ERD() + arg` and `ERD() - arg` can now accept relation classes as arg.
279
+
*`ERD() + arg` and `ERD() - arg` can now accept table classes as arg.
257
280
258
281
### 0.3.3
259
282
* Suppressed warnings (redirected them to logging). Previoiusly, scipy would throw warnings in ERD, for example.
@@ -263,5 +286,5 @@ Documentation and tutorials available at https://docs.datajoint.io and https://t
263
286
264
287
### 0.3.2.
265
288
* Fixed issue #223: `insert` can insert relations without fetching.
266
-
* 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).
289
+
* 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).
267
290
* ERD.draw() no longer has the `prefix` argument: class names are shown as found in the context.
0 commit comments