<!-- Release notes generated using configuration in .github/release.yml at v0.1.13 -->
What's Changed
Breaking changes
* decouple code from structuremap by mschwoer in https://github.com/MannLabs/alphamap/pull/84
Required changes to `pip` installation:
If you want the structuremap dependency from pip, use `pip install "alphamap[structuremap]"` or `pip install "alphamap[stable,structuremap-stable]"` instead of `pip install alphamap`
Installers are not affected.
Bug fixes
* change np.NaN to np.nan by ammarcsj in https://github.com/MannLabs/alphamap/pull/79
* use more stable url for fasta & uniprot download by mschwoer in https://github.com/MannLabs/alphamap/pull/87
* fix fasta install location for mac by mschwoer in https://github.com/MannLabs/alphamap/pull/91
New Contributors
* mschwoer made their first contribution in https://github.com/MannLabs/alphamap/pull/85
**Full Changelog**: https://github.com/MannLabs/alphamap/compare/0.1.12...v0.2.0