SHA256
8
0
forked from pool/perl-Graph
Commit Graph

18 Commits

Author SHA256 Message Date
201ce8ac1a Accepting request 886965 from devel:languages:perl:autoupdate
- updated to 0.9721
   see /usr/share/doc/packages/perl-Graph/Changes
  0.9721 2021-04-18
  - fix BitMatrix and AdjacencyMatrix problems - thanks @dod38fr for report

OBS-URL: https://build.opensuse.org/request/show/886965
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=41
2021-04-22 15:32:11 +00:00
edd45246bd Accepting request 881475 from devel:languages:perl:autoupdate
- updated to 0.9720
   see /usr/share/doc/packages/perl-Graph/Changes
  0.9720 2021-03-25
  - better fix - no mutate inputs
  0.9719 2021-03-25
  - fix all_paths infinite loop on cycle - thanks @tobez for report

OBS-URL: https://build.opensuse.org/request/show/881475
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=39
2021-04-09 15:40:19 +00:00
dd7b2086fb Accepting request 879144 from devel:languages:perl:autoupdate
- updated to 0.9718
   see /usr/share/doc/packages/perl-Graph/Changes
  0.9718 2021-03-13
  - remove doc of deleted average_degree method - thanks @lindleyw for report

OBS-URL: https://build.opensuse.org/request/show/879144
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=37
2021-03-16 15:01:27 +00:00
685353614e Accepting request 867425 from devel:languages:perl:autoupdate
- updated to 0.9717
   see /usr/share/doc/packages/perl-Graph/Changes
  0.9717 2021-01-27
  - bulk APIs for UnionFind
  - add unionfind config option for util/grand.pl (benchmark-ish script)
  - GRAPH_ALLOW_RECURSION env var to turn off recursion protection
  - "Light" edge-map now uses bit-vectors -> smaller storage
  - directed hypergraphs
  - fix same_biconnected_components logic when given >2 vertices

OBS-URL: https://build.opensuse.org/request/show/867425
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=35
2021-01-28 15:55:43 +00:00
63afd2e9f5 Accepting request 860274 from devel:languages:perl:autoupdate
- updated to 0.9716
   see /usr/share/doc/packages/perl-Graph/Changes
  0.9716 2021-01-01
  - use Set::Object
  - {neighbours,successors,predecessors,reachable}_by_radius
  0.9715 2020-12-31
  - fix AdjacencyMap::Light attributes so delete when path deleted
  - fix as_hashes undirected edges: now both directions
  - subgraph_by_radius take multiple vertices
  0.9714 2020-12-25
  - remove "omni*" - hypergraphs are simply directed or undirected
  - as_hashes works with undirected hypergraphs
  - add_edge with != 2 vertices only for undirected hypergraph
  - any_edge
  - delete_*_attributes_by_id (and deleting last attribute) now don't destroy that entity
  - AdjacencyMap::Light can have attributes, so no slowdown if use (eg APSP)
  0.9713 2020-12-19
  - fix edges_at on self-edges in scalar context
  - fix refvertexed_stringified predicate
  - remove "hypervertices": a collection of n vertices is a hyperedge
  - AdjacencyMap.get_paths_by_ids
  - transitive_closure et al no longer re-bless objects to Graph
  - AdjacencyMap.get_ids_by_paths
  - no more uniqedged configurability
  - BitMatrix transpose option
  - Transitive closure records path successor, not predecessor. Method name and docs updated.

OBS-URL: https://build.opensuse.org/request/show/860274
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=33
2021-01-04 16:38:57 +00:00
Stephan Kulow
e801206e29 Accepting request 854507 from devel:languages:perl:autoupdate
- updated to 0.9712
   see /usr/share/doc/packages/perl-Graph/Changes
  0.9712 2020-12-05
  - bug-fix: set_edge_attribute_by_id add_edge_by_id if not exist
  - connected_component_by_index behaves same with/without unionfind
  - AdjacencyMatrix handle multiedged
  - reduce redundant sorting for _UNORD, fix AdjacencyMap::Vertex with ID 0
  - AdjacencyMap.stringify
  - allow constructor args to override "prototype" object
  - fix docs for TransitiveClosure to correctly say path_vertices default true
  - AdjacencyMatrix now always creates adjacency matrix (clue in name)
  - remove compat02 features
  - drop untested scalar-context Traversal.postorder mutation behaviour
  - much more lazy-loading of modules
  - set_vertex_attribute_by_id now works on hypervertexed
  - internal AdjacencyMap uses array not hash for mapping index to path
  - successors/predecessors/rename_path work right with multivertex
  - AdjacencyMap array -> stable vertices ordering, TCM performance benefit
  - TransitiveClosure etc handle multiedged
  - all_paths ignore self-loops

OBS-URL: https://build.opensuse.org/request/show/854507
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=31
2020-12-11 07:07:46 +00:00
bde19a83b4 Accepting request 852043 from devel:languages:perl:autoupdate
- updated to 0.9711
   see /usr/share/doc/packages/perl-Graph/Changes
  0.9711 2020-11-27
  - ingest handle multivertexed, multiedged right
  0.9710 2020-11-27
  - all_paths method
  - as_hashes handle multivertexed, multiedged right

OBS-URL: https://build.opensuse.org/request/show/852043
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=29
2020-12-01 09:43:45 +00:00
9c8c24f418 Accepting request 850127 from devel:languages:perl:autoupdate
- updated to 0.9709
   see /usr/share/doc/packages/perl-Graph/Changes
  0.9709 2020-11-22
  - add path_count option to TransitiveClosure
  - get_{edge,vertex}_attributes undef if no such entity, in list context
  - as_hashes method
  - ingest method

OBS-URL: https://build.opensuse.org/request/show/850127
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=27
2020-11-23 09:53:15 +00:00
22440020bc Accepting request 847109 from devel:languages:perl:autoupdate
- updated to 0.9708
   see /usr/share/doc/packages/perl-Graph/Changes
  0.9708 2020-11-06
  - update metadata for Test::More version dep
  - stringify hypervertices right
  - add rename_vertex, rename_vertices

OBS-URL: https://build.opensuse.org/request/show/847109
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=25
2020-11-09 11:13:32 +00:00
f4c695d7cd Accepting request 845636 from devel:languages:perl:autoupdate
- updated to 0.9707
   see /usr/share/doc/packages/perl-Graph/Changes
  0.9707 2020-10-31
  - can't use Safe, ergo Storable, on 5.8

OBS-URL: https://build.opensuse.org/request/show/845636
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=23
2020-11-03 09:28:50 +00:00
0c650b8734 Accepting request 843157 from devel:languages:perl:autoupdate
- updated to 0.9706
   see /usr/share/doc/packages/perl-Graph/Changes

OBS-URL: https://build.opensuse.org/request/show/843157
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=21
2020-10-21 09:37:17 +00:00
7e59af7621 Accepting request 337566 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/337566
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=19
2015-10-10 11:10:13 +00:00
0954a6a72b Accepting request 335976 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/335976
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=17
2015-10-02 19:16:01 +00:00
Stephan Kulow
c5ae4f9e0c Accepting request 333108 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/333108
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=15
2015-09-24 05:12:38 +00:00
Stephan Kulow
53a1df9f2f Accepting request 177641 from home:coolo:update-perl
update

OBS-URL: https://build.opensuse.org/request/show/177641
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=13
2013-06-05 08:20:18 +00:00
Stephan Kulow
72db68f496 use original .tar.gz
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=10
2011-11-18 11:46:26 +00:00
Stephan Kulow
aa79916916 siwtch to perl_requires macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=2
2010-11-30 19:26:01 +00:00
Christian Wittmer
59a76ff908 Accepting request 44544 from home:computersalat:devel:perl
Copy from home:computersalat:devel:perl/perl-Graph via accept of submit request 44544 revision 1.
Request was accepted with message:
self accept

OBS-URL: https://build.opensuse.org/request/show/44544
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=1
2010-08-04 15:59:44 +00:00