Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions DEPRECIATED.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Heres a list of functions that are depreciated and will be removed within the next 3 bug fix updates

### create_graph + weighted version
* -Reason: Can be replaced with the new save function
* -Replaced with: save

### delete_nodes_weighted
* -Reason: Can be replaced with the new version of delete_nodes in experimental
* -Replaced with: delete_nodes

### All of the weighted versions of every function
* -Reason: All functions will soon use the Edge<> and Node<> types along with flat_map. GraphDB will also use std::variant so that there are less functions.
* -Replaced with: std::variant versions
Loading