Skip to content

Commit 29d8853

Browse files
fix backquotes
1 parent ca1e018 commit 29d8853

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

docs-parts/intro/Releases_lang1.rst

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Full support of secondary indexes (#498, 500)
1111
* ERD no longer shows numbers in nodes corresponding to derived dependencies (#478, #500)
1212
* 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)
1414
* Fix query errors and redundancies (#456, #463, #482)
1515

1616
0.10.1 -- Aug 28, 2018
@@ -45,20 +45,20 @@
4545
Documentation and tutorials available at https://docs.datajoint.io and https://tutorials.datajoint.io
4646
* improved the ERD graphics and features using the graphviz libraries (#207, #333)
4747
* 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)
5050
* 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)
5252
* 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)
5454
* 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)
5656
* the jobs tables now store the connection ids to allow identifying abandoned jobs (#288, #317)
5757

5858
0.5.0 (#298) -- Mar 8, 2017
5959
---------------------------
6060
* 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``
6262

6363
0.4.10 (#286) -- Feb 6, 2017
6464
----------------------------
@@ -98,34 +98,34 @@ Documentation and tutorials available at https://docs.datajoint.io and https://t
9898

9999
0.3.9 -- Sep 27, 2016
100100
---------------------
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)
103103

104104
0.3.8 -- Aug 2, 2016
105105
---------------------
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.
107107
* bugfix in reading values of type double. Previously it was cast as float32.
108108

109109
0.3.7 -- Jul 31, 2016
110110
----------------------
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.
113113
* table previews now include blob attributes displaying the string <BLOB>
114114

115115
0.3.6 -- Jul 30, 2016
116116
----------------------
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.
118118
* dj.key now causes fetch to return as a list of dicts. Previously it was a recarray.
119119

120120
0.3.5
121121
-----
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.
123123
* fixed issue #228
124124

125125
0.3.4
126126
-----
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.
129129

130130
0.3.3
131131
-----
@@ -136,6 +136,6 @@ Documentation and tutorials available at https://docs.datajoint.io and https://t
136136

137137
0.3.2
138138
-----
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

Comments
 (0)