New Features
---
- Added `beta_range` option to `(Hybridized)PopulationAnnealing`
and `CalculateAnnealingBetaSchedule`
- `ProgressBetaAlongSchedule` now outputs `delta_beta`
in addition to `beta`
- Made `ProcessPoolExecutor` availability optional to enable
use on systems with process limitations
Fixes
---
- Expanded range of supported energies in `EnergyWeightedResampler`
- Linear beta schedule and better defaults in `PopulationAnnealing`
- Tests not included in the package anymore
Changes
---
- Deprecated use of `beta` in `EnergyWeightedResampler`. Use
`delta_beta` instead.