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

Latest commit

 

History

History
118 lines (84 loc) · 5.91 KB

CHANGELOG.md

File metadata and controls

118 lines (84 loc) · 5.91 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • ...

Changed

  • ...

Fixed

  • ...

Removed

[0.3.1] - 2020-05-19

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

0.3.0 - 2020-05-13

Added

Changed

  • Seperate filters #97
  • Translate filter steps to new structure (interpret charge and ionmode) #73
  • filters returning a new spectrum #100
  • Flowchart diagram #135
  • numpy usage #191
  • consistency of the import statements #189

Fixed

Removed

0.2.0 - 2020-04-03

Added

  • Anaconda actions

0.1.0 - 2020-03-19

Added