Changelog for
gap-digraphs-1.7.1-1.3.x86_64.rpm :
* Mon Feb 19 2024 Jan Engelhardt
- Update to release 1.7.1
* Unspecified changes related to forthcoming changes in the GAP core.
* Wed Feb 14 2024 Jan Engelhardt - Update to release 1.7.0
* Add immediate methods for connected and strongly connected graphs
* kernel: fix mem leaks for permutations allocated but not freed.
* Added EdgeWeightedDigraph, AbsorptionExpectedSteps, DigraphAbsorptionProbabilities
* Fri Sep 15 2023 Jan Engelhardt - Update to release 1.6.3
* Standardise the way that UndirectedSpanningForest works in relation to mutability
* Add immediate methods for connected and strongly connected digraphs
* Wed Apr 05 2023 Jan Engelhardt - Update to release 1.6.2
* Janitorial changes
* Tue Dec 20 2022 Jan Engelhardt - Update to release 1.6.1
* Change `CayleyDigraph` to use `AsSet`
* Sat Nov 19 2022 Jan Engelhardt - Update to release 1.6.0
* The `ViewString` for immutable digraphs attempts to show more of the known information about the digraph. This will break tests that relied on the previous behaviour, that contained only the numbers of vertices and edges.
* The behaviour of `QuotientDigraph` has been changed so that it no longer returns digraphs with multiple edges.
* `IsEulerianDigraph` would previously return `true` for digraphs that are Eulerian when their isolated vertices were removed, which contradicted the documentation. `IsEulerianDigraph` now returns `false` for _all_ digraphs that are not strongly connected.- Delete 0001-Drop-bad-include-of-x86intrin.h.patch, digraphs-no-native.diff
* Wed Nov 14 2018 Jan Engelhardt - Update to new upstream release 0.13
* The GraphViz engine used by `Splash` is now configurable
* The properties `IsPartialOrderDigraph`, `IsPreorderDigraph`, and IsQuasiorderDigraph` were introduced, along with the following functions for visualising these kinds of digraphs: `DotPartialOrderDigraph`, `DotPreorderDigraph`, `DotQuasiorderDigraph`.
* The following functions for transformations and permutations were added `IsDigraphHomomorphism`, `IsDigraphEpimorphism`, `IsDigraphMonomorphism`, `IsDigraphEndomorphism`, `IsDigraphEmbedding`, `IsDigraphIsomorphism`.
* Fri Oct 19 2018 Jan Engelhardt - Update to new upstream release 0.12
* Fixed a bug in `ArticulationPoints` and `IsBiconnectedDigraph`.
* Added the property `IsChainDigraph`.
* Added the operation `IsDigraphAutomorphism`.
* Fixed: `HomomorphismDigraphFinder` sometimes failed to find a homomorphism when one existsed.
* Fixed: A segmentation fault could be caused when using Digraphs with NautyTracesInterface, in certain cases.
* Fri Jan 26 2018 stefan.bruensAATTrwth-aachen.de- Remove all transient build artifacts (e.g. config.log) to make build reproducible- delete remaining sources and test assets
* Fri Jan 26 2018 stefan.bruensAATTrwth-aachen.de- Add 0001-Drop-bad-include-of-x86intrin.h.patch Remove unnecessary include of x86intrin.h, breaks compilation on anything but x86.