- Jul 08, 2022
-
-
Paul Nitzke authored
Run command is now highlighted better
-
- Jul 03, 2022
-
-
Paul Nitzke authored
Add License See merge request !36
-
Paul Nitzke authored
-
- Jul 01, 2022
-
-
Paul Nitzke authored
Fix: Correct package name for some Convert classes See merge request !35
-
Paul Nitzke authored
-
- Jun 27, 2022
-
-
Paul Nitzke authored
Delete auto-generated unit test See merge request !34
-
Paul Nitzke authored
-
Paul Nitzke authored
Make node counts attributes See merge request !33
-
Paul Nitzke authored
Same reason as for 5fd5ce0a
-
Paul Nitzke authored
* Also fix all usages
-
Paul Nitzke authored
Change all strings to Strings See merge request !32
-
Paul Nitzke authored
* Better consistency * string is just an alias for String * As Strings are objects it makes sense to refer to them with according notation
-
- Jun 26, 2022
-
-
Paul Nitzke authored
Provide instructions on how to run tests See merge request !31
-
Paul Nitzke authored
-
Paul Nitzke authored
-
Paul Nitzke authored
Change build to single file release See merge request !30
-
Paul Nitzke authored
Add tests for Convert package See merge request !29
-
Paul Nitzke authored
-
Paul Nitzke authored
-
- Jun 23, 2022
-
-
Dennis Wobbe authored
-
- Jun 22, 2022
-
-
Paul Nitzke authored
Rework the algorithm that chooses colors for DOT output See merge request !28
-
Paul Nitzke authored
-
Paul Nitzke authored
* Replace the algorithm that finds the most distinct colors for n used colors. This can currently color up to 255 nodes using hue spread. After that the program automatically adopts text coloring
-
Paul Nitzke authored
-
Paul Nitzke authored
* Required for getting the number of colors used in coloring
-
Paul Nitzke authored
* This should have been part of IGraph already since both graph implementations provide it. * We also need it to be public to get the number of colors used in ColoredDotWriter
-
Paul Nitzke authored
Complete documentation and streamline coding style a bit See merge request !27
-
- Jun 21, 2022
-
-
Paul Nitzke authored
* This is for coherence reasons. If anyone can clarify what an assembly is we could change it back to internal. As I currently understand it, you need public if you want to interact with the code outside of the project e.g. in SparseTransform.Tests or another project that uses SparseTransform as a library
-
Paul Nitzke authored
* Basically changed from DataStructures to SparseTransform.DataStructures
-
Paul Nitzke authored
* Also rename internal parameters to follow C# naming conventions
-
Paul Nitzke authored
-
Paul Nitzke authored
-
Paul Nitzke authored
* Might be changed in the future as it's currently unclear when checkHeader returns true
-
Paul Nitzke authored
* Remove all usage of MatrixMarket for the output String since the string format is determined by the implementing class (may not even be a matrix)
-
Paul Nitzke authored
* Accomodates the last minute changes that introduces ReadGraph
-
Paul Nitzke authored
* These were originally intended to separate the reading process for bipartite and adjacency graphs. It turned out that because AddEdge is the (only) common interface that both implementations share separation was not necessary
-
Paul Nitzke authored
-
- Jun 20, 2022
-
-
Paul Nitzke authored
Remove umlauts See merge request !26
-
Paul Nitzke authored
-
Paul Nitzke authored
Fix the same issue as in 78b0b292 See merge request !25
-