File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ Miscellaneous improvements
127
127
* implemented the same "simpler pattern language" in :py:obj:`Axis.matching()` and :py:obj:`Group.matching()` than in
128
128
:py:obj:`Session.filter()`, in addition to regular expressions (which now require using the ``regexp`` argument).
129
129
130
- * py:obj:`stack()` can now stack along several axes at once (closes :issue:`56 `).
130
+ * : py:obj:`stack()` can now stack along several axes at once (closes :issue:`56 `).
131
131
132
132
>>> country = Axis(' country=BE,FR,DE' )
133
133
>>> gender = Axis(' gender=M,F' )
@@ -143,11 +143,11 @@ Miscellaneous improvements
143
143
FR 2 3
144
144
DE 4 5
145
145
146
- * py:obj:`stack()` using a dictionary as elements can now use a simple axis name instead of requiring a full axis
146
+ * : py:obj:`stack()` using a dictionary as elements can now use a simple axis name instead of requiring a full axis
147
147
object. This will print a warning on Python < 3.7 though because the ordering of labels is not guaranteed in
148
148
that case. Closes :issue:`755` and :issue:`581`.
149
149
150
- * py:obj:`stack()` using keyword arguments can now use a simple axis name instead of requiring a full axis
150
+ * : py:obj:`stack()` using keyword arguments can now use a simple axis name instead of requiring a full axis
151
151
object, even on Python < 3.6. This will print a warning though because the ordering of labels is not guaranteed in
152
152
that case.
153
153
You can’t perform that action at this time.
0 commit comments