v0.2.0
What's Changed
Breaking changes
- decouple code from structuremap by @mschwoer in #84
Required changes topipinstallation:
If you want the structuremap dependency from pip, usepip install "alphamap[structuremap]"orpip install "alphamap[stable,structuremap-stable]"instead ofpip install alphamap
Installers are not affected.
Bug fixes
- change np.NaN to np.nan by @ammarcsj in #79
- use more stable url for fasta & uniprot download by @mschwoer in #87
- fix fasta install location for mac by @mschwoer in #91
New Contributors
Full Changelog: 0.1.12...v0.2.0