Archimedes now targets Titan 0.5.0.
Archimedes now uses Blueprints 2.5.0.
- Bug fix for
transact!
and it's feature sniffing. Whenever*graph*
gets rebound now, archimedes sniffs graph to see whether it should use a simple or threadedtransact!
. I suspect that usingwith-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 howto-map
represents vertices and edges. These values can be changed viaset-element-id-key!
andset-edge-label-key!
.
- Bug fix for using Ogre.
- Fixed bugs in
get-vertex
,set-property
, andget-all-edges
. - Renamed
count-edges
tocount
anddelete!
toremove!
. - Archimedes is now a Clojurewerkz project.
- Depends on Ogre 2.3.0.1 now.
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.