Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 965 Bytes

NEWS.md

File metadata and controls

31 lines (22 loc) · 965 Bytes

This file documents the changes between stable releases of DIscBIO.

Version 1.2.0

  • Added support for retrying to retrieve URLs (issue #29)
  • Removed duplicated (legacy) function
  • Improved detection of duplicated data on NetAnalysis()
  • Improved I/O behavior
  • Improved validation
  • Bug fixes

Version 1.1.0

  • Added support for more gene types
  • Improved I/O behavior
  • Updated Binder notebooks

Version 1.0.1

  • Bug fixes
  • Updated Binder notebook

Version 1.0.0

Contains several changes from the original work, the most relevant of which are listed below:

  • Several functions have been enhanced with a quiet argument to suppress intermediate output (essential to obtain cleaner output in batch scripts and unit tests)
  • Functions have been isolated into their own R files
  • Function and package documentation were added
  • Test datasets were compressed to occupy less disk space
  • Bugs have been fixed