We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbde5d8 commit 2eea57dCopy full SHA for 2eea57d
doc/source/changes/editor/version_0_34_3.rst.inc
@@ -0,0 +1,10 @@
1
+.. py:currentmodule:: larray_editor
2
+
3
+Fixes
4
+^^^^^
5
6
+* changes made to arrays in the console using the "points" syntax (for example: `arr.points['a0,a1', 'b0,b1'] = 0`)
7
+ and the other special `.something[]` syntaxes were not detected by the viewer and thus not displayed (closes
8
+ :editor_issue:`269`).
9
10
+* fixed copying to clipboard an array filtered on all dimensions (to a single value). Closes :editor_issue:`270`.
0 commit comments