-
d8f983cc · Merge branch 'make-flat-indices-the-default' into 'master'
- ... and 2 more commits. Compare 2f0e6faf...d8f983cc
Go ahead.
The CI is fixed now (it was only a timeout). Are there further objections to merging this?
Could we also add these "guarantees" somewhere into the documentation of the interface? E.g. into the documentation of the finiteElement()
method. ...
Since the method describes if calling finiteElement()
is OK, hasFiniteElement()
seems to be reasonable.
Superseded by !530 (merged).
I tested the Python changes now, and they work as they should.
-
e618b291 · Inform Python users of pending change of default 'layout' parameter
-
a36eedf0 · Inform Python users of pending change of default 'layout' parameter
As far as I recall (but this is long ago...) the decision was on the interface. Apparently it was not sufficiently documented and not represented i...
Ah, I remember that. But that was for TypeTree::HybridTreePath
, which is different to the multi-index value type....
We had the discussion about the tree-path indices to make them size_t
. The prebases implementations simply define size_type=std::size_t
in all our ...
I was probably not during the discussion. Is this about the implementation or the interface?...
Changed as requested. Still 'draft' because I didn't have time to actually test the Python changes yet.
-
0cd58d7b · Inform Python users of pending change of default 'layout' parameter
- ... and 1 more commit. Compare a03092ef...0cd58d7b
As far as I remember, we did.