Skip to content

Releases: compomics/DeepLC

v1.1.1

03 Apr 18:51
Compare
Choose a tag to compare

Added

  • New native Python GUI, based on the Gooey package
  • New standalone installer for Windows using PyInstaller and Inno Setup
  • Added deeplc-gui entrypoint to start GUI from the command line

Changed

  • CLI: Restructured help message
  • Made DeepLC class API docstring consistent with CLI help message
  • Docs: Moved dict_divider and split_cal explanation to README Q&A section.
  • CI: Only run tests on commits to master or from a PR
  • Refactoring: Cleaned up __main__.py
  • Logging: Changed some loggings from DEBUG to INFO level, some from WARNING to INFO or
    DEBUG level

Removed

  • Removed Java-based GUI in favor of new Python-based GUI

Fixed

  • If run through CLI/GUI, all Tensorflow warnings are now fully suppressed
  • Added --legacy_calibration CLI option to allow for old piecewise linear calibration
    while new pyGAM calibration method is default. --legacy_calibration is mutually
    exclusive with --pygam_calibration.

v1.0.1

17 Mar 10:28
Compare
Choose a tag to compare
  • Make version compatible with pip release

v1.0.0

24 Feb 10:44
Compare
Choose a tag to compare
  • Make version compatible with pip release

[1.0] - 2022-02-23

  • Make pygam the default calibration method

v0.2.2

17 Feb 13:28
Compare
Choose a tag to compare
  • Bug fix where split_cal was not correctly passed
  • CMD support for pygam calibration

v0.2.1

03 Feb 10:08
Compare
Choose a tag to compare
  • Scikit-learn and pygam dependency in setup

v0.2.0

21 Jan 09:02
Compare
Choose a tag to compare
  • Bug fix duplicate peptide+mod for DeepCALLC
  • New feature DeepCALLC

v0.1.39

12 Jan 07:17
Compare
Choose a tag to compare
  • Version bump

v0.1.38

10 Jan 16:43
Compare
Choose a tag to compare
  • Deep(CAL)LC functionality

v0.1.37

07 Jan 15:39
Compare
Choose a tag to compare
  • Pygam as calibration function

v0.1.36

10 Sep 08:59
Compare
Choose a tag to compare
  • Update to Streamlit webserver: Use st.form and new official download button