Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pyMOR
pymor
Commits
12664869
Unverified
Commit
12664869
authored
Jul 15, 2022
by
Art Pelling
Committed by
René Fritze
Jul 19, 2022
Browse files
[release_notes] fix reference link to VectorArrayImpl
parent
09fc2e92
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/source/release_notes/2022.1.rst
View file @
12664869
...
...
@@ -81,7 +81,7 @@ Simplified VectorArray implementation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The |VectorArray| code in pyMOR has been refactored into a single user-facing interface
class and backend-specific
:class:`implementation classes <pymor.vectorarray
.vectorarray
.VectorArrayImpl>`.
:class:`implementation classes <pymor.vectorarray
s.interface
.VectorArrayImpl>`.
All error checking, as well as managing of copy-on-write semantics and views is
handled by the interface class, which should significantly simplify the correct
implementation of new |VectorArrays| `[#1584] <https://github.com/pymor/pymor/pull/1584>`_.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment