Archimedes now targets Titan 0.5.0.
Archimedes now uses Blueprints 2.5.0.
transact!
and it's feature sniffing. Whenever
*graph*
gets rebound now, archimedes sniffs graph to see whether
it should use a simple or threaded transact!
. I suspect that using
with-graph
could break the feature sniffing (transact! could be
set for one set of features while the provided graph could have a
totally different set of features). Using the apporiate function by
hand is one solution to this.*element-id-key*
and *edge-label-key*
have been introduced to
allow developers to change how to-map
represents vertices and
edges. These values can be changed via set-element-id-key!
and
set-edge-label-key!
.get-vertex
, set-property
, and get-all-edges
.count-edges
to count
and delete!
to remove!
.Added in get-graph
which returns the graph held inside of the
var. Update dependancy on Blueprints to 2.3.0
and Ogre to
2.3.0.0
.
Mostly working towards first release.
Can you improve this documentation? These fine people already did:
Zack Maril, Michael Klishin & UbuntuEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close