**Full Changelog**: https://github.com/waiwasabi/minkowski/compare/v0.0.1-alpha.0...v0.0.1
Release Notes
- Added `HeuristicSearch.one` - get the shortest vector of a single generated lattice
- Added `HeuristicSearch.center` - search based on specified center and width
- SVP implemented with NTL instead of FPLLL. This results in a direct ~x4 speedup
- Search no longer crashes with Segmentation fault for dimension $$n \geq 11$$
- Stubs are partially complete