Features
---
- Added multiple-samples `initial_states` parameter to
`TabuSampler.sample()` (deprecates `init_solution`).
- New parameter `initial_states_generator` controls the
expansion of `initial_states`.
- Undefined `num_reads` is inferred from `initial_states`.
Fixes
---
- Build/install from source now correctly builds the C++ extension first