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
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
* Full support of secondary indexes (#498, 500)
11
11
* ERD no longer shows numbers in nodes corresponding to derived dependencies (#478, #500)
12
12
* Full support of unique and nullable dependencies (#254, #301, #493, #495, #500)
13
-
* Improve memory management in `populate` (#461, #486)
13
+
* Improve memory management in ``populate`` (#461, #486)
14
14
* Fix query errors and redundancies (#456, #463, #482)
15
15
16
16
0.10.1 -- Aug 28, 2018
@@ -45,20 +45,20 @@
45
45
Documentation and tutorials available at https://docs.datajoint.io and https://tutorials.datajoint.io
46
46
* improved the ERD graphics and features using the graphviz libraries (#207, #333)
47
47
* improved password handling logic (#322, #321)
48
-
* the use of the `contents` property to populate tables now only works in `dj.Lookup` classes (#310).
49
-
* allow suppressing the display of size of query results through the `show_tuple_count` configuration option (#309)
48
+
* the use of the ``contents`` property to populate tables now only works in ``dj.Lookup`` classes (#310).
49
+
* allow suppressing the display of size of query results through the ``show_tuple_count`` configuration option (#309)
50
50
* implemented renamed foreign keys to spec (#333)
51
-
* added the `limit` keyword argument to populate (#329)
51
+
* added the ``limit`` keyword argument to populate (#329)
52
52
* reduced the number of displayed messages (#308)
53
-
* added `size_on_disk` property for dj.Schema() objects (#323)
53
+
* added ``size_on_disk`` property for dj.Schema() objects (#323)
54
54
* job keys are entered in the jobs table (#316, #243)
55
-
* simplified the `fetch` and `fetch1` syntax, deprecating the `fetch[...]` syntax (#319)
55
+
* simplified the ``fetch`` and ``fetch1`` syntax, deprecating the ``fetch[...]`` syntax (#319)
56
56
* the jobs tables now store the connection ids to allow identifying abandoned jobs (#288, #317)
57
57
58
58
0.5.0 (#298) -- Mar 8, 2017
59
59
---------------------------
60
60
* All fetched integers are now 64-bit long and all fetched floats are double precision.
61
-
* Added `dj.create_virtual_module`
61
+
* Added ``dj.create_virtual_module``
62
62
63
63
0.4.10 (#286) -- Feb 6, 2017
64
64
----------------------------
@@ -98,34 +98,34 @@ Documentation and tutorials available at https://docs.datajoint.io and https://t
98
98
99
99
0.3.9 -- Sep 27, 2016
100
100
---------------------
101
-
* Added support for datatype `YEAR`
102
-
* Fixed issues with `dj.U` and the `aggr` operator (#246, #247)
101
+
* Added support for datatype ``YEAR``
102
+
* Fixed issues with ``dj.U`` and the ``aggr`` operator (#246, #247)
103
103
104
104
0.3.8 -- Aug 2, 2016
105
105
---------------------
106
-
* added the `_update` method in `base_relation`. It allows updating values in existing tuples.
106
+
* added the ``_update`` method in ``base_relation``. It allows updating values in existing tuples.
107
107
* bugfix in reading values of type double. Previously it was cast as float32.
108
108
109
109
0.3.7 -- Jul 31, 2016
110
110
----------------------
111
-
* added parameter `ignore_extra_fields` in `insert`
112
-
* `insert(..., skip_duplicates=True)` now relies on `SELECT IGNORE`. Previously it explicitly checked if tuple already exists.
111
+
* added parameter ``ignore_extra_fields`` in ``insert``
112
+
* ``insert(..., skip_duplicates=True)`` now relies on ``SELECT IGNORE``. Previously it explicitly checked if tuple already exists.
113
113
* table previews now include blob attributes displaying the string <BLOB>
114
114
115
115
0.3.6 -- Jul 30, 2016
116
116
----------------------
117
-
* bugfix in `schema.spawn_missing_classes`. Previously, spawned part classes would not show in ERDs.
117
+
* bugfix in ``schema.spawn_missing_classes``. Previously, spawned part classes would not show in ERDs.
118
118
* dj.key now causes fetch to return as a list of dicts. Previously it was a recarray.
119
119
120
120
0.3.5
121
121
-----
122
-
* `dj.set_password()` now asks for user confirmation before changing the password.
122
+
* ``dj.set_password()`` now asks for user confirmation before changing the password.
123
123
* fixed issue #228
124
124
125
125
0.3.4
126
126
-----
127
-
* Added method the `ERD.add_parts` method, which adds the part tables of all tables currently in the ERD.
128
-
* `ERD() + arg` and `ERD() - arg` can now accept relation classes as arg.
127
+
* Added method the ``ERD.add_parts`` method, which adds the part tables of all tables currently in the ERD.
128
+
* ``ERD() + arg`` and ``ERD() - arg`` can now accept relation classes as arg.
129
129
130
130
0.3.3
131
131
-----
@@ -136,6 +136,6 @@ Documentation and tutorials available at https://docs.datajoint.io and https://t
136
136
137
137
0.3.2
138
138
-----
139
-
* Fixed issue #223: `insert` can insert relations without fetching.
140
-
* 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).
141
-
* ERD.draw() no longer has the `prefix` argument: class names are shown as found in the context.
139
+
* Fixed issue #223: ``insert`` can insert relations without fetching.
140
+
* 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).
141
+
* ERD.draw() no longer has the ``prefix`` argument: class names are shown as found in the context.
0 commit comments