Skip to content

Commit fe461a2

Browse files
update docs for release 0.12.3
1 parent b783a92 commit fe461a2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

datajoint/blob.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,9 @@ def pack_recarray(self, array):
253253
def read_sparse_array(self):
254254
raise DataJointError('datajoint-python does not yet support sparse arrays. Issue (#590)')
255255

256+
def read_scalar(selfs):
257+
258+
256259
def read_decimal(self):
257260
return Decimal(self.read_string())
258261

docs-parts/intro/Releases_lang1.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
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
29
-------------------------
310
* Bugfix - Convoluted error thrown if there is a reference to a non-existent table attribute (#691)
411
* Bugfix - Insert into external does not trim leading slash if defined in `dj.config['stores']['<store>']['location']` (#692)

0 commit comments

Comments
 (0)