Skip to content

Commit b6bc2e1

Browse files
committed
add changelog and spatialmath badge
1 parent 50e0c53 commit b6bc2e1

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
0.6.3
2+
3+
- runs with Numpy2.x
4+
- changed build system to .toml file
5+
- misc doco and changes

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# PGraph: graphs for Python
22

33
[![A Python Robotics Package](https://raw.githubusercontent.com/petercorke/robotics-toolbox-python/master/.github/svg/py_collection.min.svg)](https://github.com/petercorke/robotics-toolbox-python)
4+
[![Powered by Spatial Maths](https://raw.githubusercontent.com/petercorke/spatialmath-python/master/.github/svg/sm_powered.min.svg)](https://github.com/petercorke/spatialmath-python)
45
[![QUT Centre for Robotics Open Source](https://github.com/qcr/qcr.github.io/raw/master/misc/badge.svg)](https://qcr.github.io)
56

67
[![PyPI version fury.io](https://badge.fury.io/py/pgraph-python.svg)](https://pypi.python.org/pypi/pgraph-python/)
@@ -11,10 +12,11 @@
1112
[![Coverage](https://codecov.io/gh/petercorke/pgraph-python/branch/master/graph/badge.svg)](https://codecov.io/gh/petercorke/pgraph-python)
1213
![pypi downloads](https://img.shields.io/pypi/dw/pgraph-python)
1314

14-
- GitHub repository: [https://github.com/petercorke/pgraph-python](https://github.com/petercorke/pgraph-python)
15-
- Wiki (examples and details) [https://github.com/petercorke/pgraph-python/wiki](https://github.com/petercorke/pgraph-python/wiki)
16-
- Documentation: [https://petercorke.github.io/pgraph-python](https://petercorke.github.io/pgraph-python)
17-
- Dependencies: `numpy`
15+
- [GitHub repository](https://github.com/petercorke/pgraph-python)
16+
- [Wiki (examples and details)](https://github.com/petercorke/pgraph-python/wiki)
17+
- [Documentation](https://petercorke.github.io/pgraph-python)
18+
- [Changelog](https://github.com/petercorke/pgraph-python/blob/master/CHANGELOG.md)
19+
- Dependencies: [`numpy`](https://numpy.org) [`spatialmath`](https://github.com/bdaiinstitute/spatialmath-python)
1820

1921

2022
This Python package allows the manipulation of directed and non-directed graphs. Also supports embedded graphs. It is suitable for graphs with thousands of nodes.

0 commit comments

Comments
 (0)