Skip to content

Commit 551e0d0

Browse files
committed
Notes and cleanup. Fixed py2 funcs. (Not used?)
1 parent ce8fde4 commit 551e0d0

40 files changed

Lines changed: 16 additions & 4378 deletions

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ${{ matrix.os }}
88
strategy:
9-
fail-fast: false
9+
# fail-fast: true
1010
max-parallel: 5
1111
matrix:
1212
python-version: ['3.10', '3.11', '3.12', '3.13']

Changelog

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ A library for working with graphs in Python
44

55
CHANGELOG
66

7-
Unreleased:
7+
Unreleased 2.0.0:
8+
9+
Backwards incompatibilities:
10+
Needs at least python3.10
11+
Package unified, install pydot if you need it or install python-graph[dot]
812

913
Enhancements:
1014
New location, and new main maintainers.

README.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ To install the dot language support, run:
2121

2222
pip install python-graph[dot]
2323

24+
If you want the development version, use poetry
25+
26+
pip install poetry
27+
poetry install --with dev
28+
29+
And to run tests
30+
31+
pytest
32+
2433

2534
DOCUMENTATION
2635
-------------
@@ -124,7 +133,6 @@ Sandro Tosi <morph@debian.org>
124133

125134
Robin Harms Oredsson <robin@betahaus.net>
126135
* Repackaging and modernization to make it work with python3 and modern distribution.
127-
* Typing
128136

129137
LICENSE
130138
-------

core/pygraph/__init__.py

Lines changed: 0 additions & 63 deletions
This file was deleted.

core/pygraph/algorithms/__init__.py

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)