forked from pool/gap-simpcomp
77 lines
3.1 KiB
Plaintext
77 lines
3.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Make specfile conform to POSIX sh
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 3 09:47:54 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
|
|
- Drop config.log for reproducible builds
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 12 11:56:15 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 2.1.14
|
|
* Introduced "SCDetails" for longer representation pf complexes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 25 16:14:29 UTC 2017 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 2.1.7
|
|
* Adjusted SCRunTest (simpcomp testing facility)
|
|
* Minor changes in documentation/manual
|
|
* Added characterisation of tight 3-manifolds to SCIsTight
|
|
(see http://arxiv.org/abs/1601.00065)
|
|
* Fixed bug in SCIsFlag
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 12 19:54:29 UTC 2016 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 2.1.6
|
|
* Added characterisation of tight 3-manifolds to SCIsTight
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 8 16:38:25 UTC 2015 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 2.1.1
|
|
* Added functions SCExportIsoSig, SCExportToString, SCFromIsoSig
|
|
for isomorphism signature support and compressing
|
|
* Added infinite family of transitive triangulations
|
|
(S^2xS^2)^k (function SCSeriesS2xS2(k))
|
|
* Added function SCExportRecognizer to export 3-manifolds to
|
|
Matveev's 3-manifold recognizer
|
|
* Fixed bug in SCFVector, non-manifolds where treated like the
|
|
simplex or the boundary of the simplex
|
|
* Improved collapsing sequence (it is now using a Hasse diagram,
|
|
SCIntFunc.SCHasseDiagram())
|
|
* Improved high dimensional bistellar moves flip strategy (both
|
|
for SCReduceComplex() and SCReduceComplexFast())
|
|
* Added chapter about discrete Morse theory in documentation
|
|
* Added support for discrete Morse theory (SCHasseDiagram,
|
|
SCMorseEngstrom, SCMorseRandom, SCMorseUST, SCMorseSpec,
|
|
SCMorseRandomLex, SCMorseRandomRevLex)
|
|
* Added Wilson's algorithm for uniform spanning trees
|
|
SCSpanningTreeRandom
|
|
* Added new functionality based on discrete Morse theory:
|
|
SCHomologyEx, SCHomology, SCIsSphere, SCIsManifold
|
|
* Old homology and manifold verification code is now
|
|
available under SCHomologyClassic and SCBistellarIsManifold
|
|
* Improved functions SCIsPseudoManifold, SCHasBoundary,
|
|
SCBoundarEx and SCBoundary
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 18 12:24:47 UTC 2014 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 2.0.0
|
|
* added functions SCExportIsoSig, SCExportToString, SCFromIsoSig
|
|
for isomorphism signature support and compressing
|
|
* added infinite family of transitive triangulations (S^2xS^2)^k
|
|
(function SCSeriesS2xS2(k))
|
|
* added function SCExportRecognizer to export 3-manifolds to
|
|
Matveev's 3-manifold recognizer
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 10 13:47:02 UTC 2013 - jengelh@inai.de
|
|
|
|
- Split simpcomp (version 1.6.1) off the gap RPM package
|