Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

0.3.1

Latest
Compare
Choose a tag to compare
@fdiblen fdiblen released this 19 May 15:01
· 17 commits to master since this release
1a4bff3

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