Published February 13, 2021
| Version 3.2.0
Software
Open
flatsurf/flatsurf: 3.2.0
Description
Added:
FlowComponent::dynamicalComponent()to access the underlying Interval Exchange Transformation of aFlowComponent.SaddleConnections.slopes()andSaddleConnectionsByLength.slopes()to ignore saddle connections with repeated slopes.FlowDecomposition::decomposeandFlowComponent::decomposecan now have a target set explicitly as a Python callback.
Deprecated:
FlowComponent::intervalExchangeTransformation()as it does not do anything useful in most situations and rather exposes some implementation detail.
Fixed:
- Do not prune decomposition as soon as a component reached the induction limit
in a
FlowDecomposition::decompose(). Such a pruning would only affect the local subtree and not the entire decomposition. There is (and was) no way to stop the entire decomposition once a limit has been reached.
Files
flatsurf/flatsurf-3.2.0.zip
Files
(423.8 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:0add47c9f17105f055daf62e7c9992ea
|
423.8 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/flatsurf/flatsurf/tree/3.2.0 (URL)