This repository has been archived by the owner on May 20, 2020. It is now read-only.
Added
- improve conda package matchms/matchms#225
- Build scripts for Windows and Unix(MacOS and Linux) systems
- verify conda package after uploading to anaconda repository by installing it
- conda package also includes
matchms/data
folder
Changed
- conda package fixes #223
- move conda receipe to conda folder
- fix conda package installation issue
- add extra import tests for conda package
- add instructions to build conda package locally
- automatically find matchms package in setup.py
- update developer instructions
- increase verbosity while packaging
- skip builds for Python 2.X
- more flexible package versions
- add deployment requirements to meta.yml
- verify conda package matchms/matchms#225
- use conda/environment.yml when building the package
- split anaconda workflow matchms/matchms#225
- conda build: tests conda packages on every push and pull request
- conda publish: publish and test conda package on release
- update the developer instructions
- move conda receipe to conda folder