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: docs-parts/intro/Releases_lang1.rst
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
-
0.13.3 -- May 28, 2021
1
+
0.13.3 -- TBD
2
2
----------------------
3
3
* Bugfix - Dependencies not properly loaded on populate. (#902) PR #919
4
+
* Bugfix - Replace use of numpy aliases of built-in types with built-in type. (#938) PR #939
4
5
5
6
0.13.2 -- May 7, 2021
6
7
----------------------
@@ -48,14 +49,14 @@
48
49
* Fix display of part tables in `schema.save`. (#821) PR #833
49
50
* Add `schema.list_tables`. (#838) PR #844
50
51
* Fix minio new version regression. PR #847
51
-
* Add more S3 logging for debugging. (#831) PR #832
52
+
* Add more S3 logging for debugging. (#831) PR #832
52
53
* Convert testing framework from TravisCI to GitHub Actions (#841) PR #840
53
54
54
55
0.12.7 -- Oct 27, 2020
55
56
----------------------
56
57
* Fix case sensitivity issues to adapt to MySQL 8+. PR #819
57
58
* Fix pymysql regression bug (#814) PR #816
58
-
* Adapted attribute types now have `dtype=object` in all recarray results. PR #811
59
+
* Adapted attribute types now have `dtype=object` in all recarray results. PR #811
59
60
60
61
0.12.6 -- May 15, 2020
61
62
----------------------
@@ -151,10 +152,10 @@
151
152
* Bugfix in restriction of the form (A & B) * B (#463)
152
153
* Improved error messages (#466)
153
154
154
-
0.10.0 -- Jan 10, 2018
155
+
0.10.0 -- Jan 10, 2018
155
156
----------------------
156
157
* Deletes are more efficient (#424)
157
-
* ERD shows table definition on tooltip hover in Jupyter (#422)
158
+
* ERD shows table definition on tooltip hover in Jupyter (#422)
158
159
* S3 external storage
159
160
* Garbage collection for external sorage
160
161
* Most operators and methods of tables can be invoked as class methods rather than instance methods (#407)
@@ -169,7 +170,7 @@
169
170
* Implement union operator +
170
171
* Implement file-based external storage
171
172
172
-
0.8.0 -- Jul 26, 2017
173
+
0.8.0 -- Jul 26, 2017
173
174
---------------------
174
175
Documentation and tutorials available at https://docs.datajoint.io and https://tutorials.datajoint.io
175
176
* improved the ERD graphics and features using the graphviz libraries (#207, #333)
@@ -191,12 +192,12 @@ Documentation and tutorials available at https://docs.datajoint.io and https://t
191
192
192
193
0.4.10 (#286) -- Feb 6, 2017
193
194
----------------------------
194
-
* Removed Vagrant and Readthedocs support
195
+
* Removed Vagrant and Readthedocs support
195
196
* Explicit saving of configuration (issue #284)
196
197
197
198
0.4.9 (#285) -- Feb 2, 2017
198
199
---------------------------
199
-
* Fixed setup.py for pip install
200
+
* Fixed setup.py for pip install
200
201
201
202
0.4.7 (#281) -- Jan 24, 2017
202
203
----------------------------
@@ -233,11 +234,11 @@ Documentation and tutorials available at https://docs.datajoint.io and https://t
233
234
0.3.8 -- Aug 2, 2016
234
235
---------------------
235
236
* added the ``_update`` method in ``base_relation``. It allows updating values in existing tuples.
236
-
* bugfix in reading values of type double. Previously it was cast as float32.
237
+
* bugfix in reading values of type double. Previously it was cast as float32.
237
238
238
239
0.3.7 -- Jul 31, 2016
239
240
----------------------
240
-
* added parameter ``ignore_extra_fields`` in ``insert``
241
+
* added parameter ``ignore_extra_fields`` in ``insert``
241
242
* ``insert(..., skip_duplicates=True)`` now relies on ``SELECT IGNORE``. Previously it explicitly checked if tuple already exists.
242
243
* table previews now include blob attributes displaying the string <BLOB>
243
244
@@ -263,7 +264,7 @@ Documentation and tutorials available at https://docs.datajoint.io and https://t
263
264
* ERD() no longer text the context argument.
264
265
* ERD.draw() now takes an optional context argument. By default uses the caller's locals.
265
266
266
-
0.3.2
267
+
0.3.2
267
268
-----
268
269
* Fixed issue #223: ``insert`` can insert relations without fetching.
269
270
* 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).
0 commit comments