We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f56f9 commit 8c68a51Copy full SHA for 8c68a51
1 file changed
README.md
@@ -37,6 +37,17 @@ they are instead computed as needed. New virtual graphs are constructed
37
by composing and filtering a set of standard graphs, or by writing
38
functions that describe the edges of a graph.
39
40
-### Author
+### Roadmap
41
+
42
+* The API of this library is frozen.
43
+* Bug fixes and performance enhancement can be expected.
44
+* New functionality might be included.
45
46
+The only accepted reason to change the API of this package is to
47
+handle bug fixes that can't be resolved in any other reasonable way.
48
49
+New features and performance enhancements are limited to basic
50
+algorithms and data structures, akin to the ones that you might find
51
+in a computer science textbook.
52
53
Stefan Nilsson – [korthaj](https://github.com/korthaj)
0 commit comments