IntelLabs / ScalableVectorSearch

https://intellabs.github.io/ScalableVectorSearch/
GNU Affero General Public License v3.0
97 stars 14 forks source link

Add versioning to the C++ portion of the library. #6

Closed hildebrandmw closed 1 year ago

hildebrandmw commented 1 year ago

This adds version support to the C++ library through CMake (imported into the library via macros). I'm not entirely sure how we want the version the Python library. For example, a change in version number of the C++ library will necessitate a version bump of the Python code, but a change to the Python code does not require a similar change to the C++ version.