flatsurf/sage-flatsurf: 0.4.3
Authors/Creators
- 1. CTO at @Miaplaza
- 2. Université Paris-Saclay
Description
Added:
- Added another example of an explicit orbit closure computation to the documentation.
- Added better error messages when an optional dependency is not installed, pointing out how this dependency could be satisfied.
Changed:
The
copyparameter ofSurface_list.__init__()and__Surface_dict.__init__()now defaults tosurface.is_mutable(). Before the default wasTrue. However, in principle this should not break any existing code but only change the runtime slightly in some cases.The
mutableparameter ofSurface_list.__init__()andSurface_dict.__init__()now defaults toTrue. Before its default wasFalsein many cases. This change might break some existing code. If it does, one needs to either explicitly setmutable=Falsein this invocation or callsurface.set_immutable().
Removed:
- Removed the
unused/directory which held a collection of unused code that was moved there in 2016.
Fixed:
Fixed some issues in documentation of Surface classes and simplified some of their implementation.
Fixed typos that lead to runtime errors in rare cases.
Performance:
- Improved performance of polygon constructions such as
triangle(26, 48, 75).
Files
flatsurf/sage-flatsurf-0.4.3.zip
Files
(258.3 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:edaea431b15989b1263fa41e026894de
|
258.3 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/flatsurf/sage-flatsurf/tree/0.4.3 (URL)