Skip to content

v8.2 (2021/03)

Compare
Choose a tag to compare
@Mizux Mizux released this 03 Mar 15:24
· 1967 commits to master since this release

Dependency Updates

  • abseil-cpp 20200923.2 -> 20200923.3
  • Protobuf 3.14.0 -> 3.15.3

Routing

  • Expose new APIs:
    • int RegisterUnaryTransitVector(std::vector<int64>) and
    • int RegisterTransitMatrix(std::vector<std::vector<int64>>)
  • Change return of AddVectorDimension() and AddMatrixDimension() to std::pair<int, bool> whose int is the transit evaluator id.