Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
danspielman committed Jul 29, 2018
1 parent b7b177c commit 5044b10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ Changes:
a = chimera(2000, 1, ver=Laplacians.V06)
~~~

The old generator is obtained by using the `RandomV06` package for Julia.
There do seem to be differences in the very low order bits of graphs generated by wted_chimera with the V06 option and those generated in Julia V0.6. Not sure why.

The old generator is obtained by using the `RandomV06` package for Julia.

* Changed the names of many functions to bring closer to the Julia standard naming scheme. New names are empty_graph, path_graph, ring_graph, complete_graph, generalized_ring, rand_gen_ring, product_graph, join_graphs, two_lift ... Set deprecation warnings for the old names.

Expand Down

0 comments on commit 5044b10

Please sign in to comment.