Skip to content

Latest commit

 

History

History
224 lines (181 loc) · 13 KB

RELEASE_NOTES.md

File metadata and controls

224 lines (181 loc) · 13 KB

2.0.0 - tbd

All packages now target netstandard2.0 as lowest common denominator.

Additions:

Bugfixes:

  • BioFSharp:

    • Fix stack overflow on Phylogenetic tree construction based on hierarchical clusters
  • BioFSharp.IO:

    • OBO parser now correctly parses lists of relationships
    • [Breaking] FastA.writeToStream is now correctly typed and does not close the stream after writing
    • SOFT parser now parses sample_label / sample_label_protocol correctly
    • Fix fasta writer using UTF8BOM encoding ((#116)[#116])
    • Fix newick writer missing leaf case

1.2.0 - Monday, March 30

Additions:

1.1.0 - Monday, March 23, 2020

Additions:

Bugfixes:

1.0.03 - Wednesday, February 26, 2020

1.0.02 - Wednesday, February 19, 2020

  • BioFSharp.BioDB:
    • Fix FaTool OData model URL
  • BioFSharp.Vis
    • Add Function to save chord plots as html files

1.0.01 - Thursday, October 24, 2019

  • BioFSharp.Stats:
    • Major speed improvements for Sailent

1.0.0 - Wednesday, October 23, 2019

Renaming of BioFSharp.Biotools makes this a major version increase, as it is not backwards compatible. Several bugfixes and additions to multiple sub projects:

0.1.02 - Wednesday, September 04, 2019

Several bugfixes and additions to multiple sub projects:

0.1.01 - Wednesday, July 31, 2019

Several bugfixes and additions to multiple sub projects:

  • BioFSharp (core):

    • Add Unit testing for modules: Formula Mass BioArray
    • Changed functionality:
      • Formula.substract now also returns negative atom counts
  • BioFSharp.ML:

    • Additional functionality:
      • add thin CNTK API

0.1.0 - Thursday, May 30, 2019

Several bugfixes and additions to multiple sub projects:

0.0.16 - Thursday, March 7, 2019

  • Fix template files for all nuget packages:
    • use correct paths for binaries
    • update project descriptions
    • use type project to infer dependencies

0.0.15 - Thursday, March 7, 2019

  • BioFSharp.ML - project introduction:
    • Usage of Microsoft's CNTK library with a biological focus:
    • This project comes with working CNTK integration:
      • necessary dependencies to use CNTK and its unmanaged libraries
      • CNTK loadscript: an easy way to load all dependencies of CNTK. load the script and use the resolveCNTKDependencies() function.
    • Built-in deep neural network 'd::ppop' (publication)
      • predict peptide observability in mass spectrometry
      • Classification: functions to determine peptide feature vectors as input for dppop
      • Prediction: functions to predict peptide observability using the feature vectors prepared in Classification.
      • NonPlant and Plant models as embedded resources: the two models used in the original Web API. Additionally load custom models.
  • Othert additions:
    • BioFSharp.BioTools:
      • Integration of new tools as biocontainer APIs:
        • Hera
        • FastP
        • ClustalO
        • HMMER (experimental):
          • hmmbuild
          • hmmalign
          • hmmsearch
          • hmmscan
          • hmmemit
          • hmmpress
          • hmmconvert

0.0.14 - Tuesday, February 12, 2019

  • Addition of blast biocontainer support for makeblastdb, blastp, blastn with full parameter wrapping
  • Extension of BioContainer functionality:
    • Add windows/unix path conversions and subpath matching to MounInfo
    • Add execReturnAsync (returns stdout of docker container) and execAsync (redirects stdout/stderr of container)

0.0.13 - Friday, February 8, 2019

  • Addition of the BioTools project, which uses docker.dotnet to use docker images and stream their output to fsi
  • Low level wrapping of multiple docker.dotnet functions for F#
  • Basic functionality for using docker images from fsi

0.0.12 - Friday, December 28, 2018

  • Addition of Pretty Printers, SOFT Parser, GEOFTP functions
  • Improvement and refactoring of Modification functionality

0.0.11 - Tuesday, November 2, 2018

  • ImgP - project introduction

0.0.1 - Thursday, August 9, 2018

  • Initial release