Deprecate DefaultNodeToRangeMap
This has been replaced as default by HierarchicNodeToRangeMap
long time ago.
This MR
- deprecated the class
DefaultNodeToRangeMap
and the corresponding header, - replaces
DefaultNodeToRangeMap
byHierarchicNodeToRangeMap
in the Python bindings.
This fixes #74 (closed).