File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,9 @@ def pack_recarray(self, array):
253
253
def read_sparse_array (self ):
254
254
raise DataJointError ('datajoint-python does not yet support sparse arrays. Issue (#590)' )
255
255
256
+ def read_scalar (selfs ):
257
+
258
+
256
259
def read_decimal (self ):
257
260
return Decimal (self .read_string ())
258
261
Original file line number Diff line number Diff line change 1
- 0.12.1 -- Nov 11, 2019
1
+ 0.12.3 -- Nov 22, 2019
2
+ ----------------------
3
+ * Bugfix - networkx 2.4 causes error in diagrams (#675) PR #705
4
+ * Bugfix - include definition in doc string and help (#698, #699) PR #706
5
+ * Bugfix - job reservation fails when native python datatype support is disabled (#701) PR #702
6
+
7
+
8
+ 0.12.2 -- Nov 11, 2019
2
9
-------------------------
3
10
* Bugfix - Convoluted error thrown if there is a reference to a non-existent table attribute (#691)
4
11
* Bugfix - Insert into external does not trim leading slash if defined in `dj.config['stores']['<store>']['location'] ` (#692)
You can’t perform that action at this time.
0 commit comments