Skip to content

Commit

Permalink
Updated NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Oct 6, 2023
1 parent b6b5142 commit 0f75d67
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,35 @@
# DIscBIO (development version)

This file documents the changes between stable releases of DIscBIO.
* Fixed integration and unit tests (issue #22, #37)
* Improved coding style (issue #38)
* Removed dependency on `boot` (issue 26)

# Version 1.2.0
# DIscBIO 1.2.0

- Added support for retrying to retrieve URLs (issue #29)
- Removed use of duplicated (legacy) function _on unit tests only_
- Improved detection of duplicated data on `NetAnalysis()`
- Improved I/O behavior
- Improved validation
- Bug fixes
* Added support for retrying to retrieve URLs (issue #29)
* Removed use of duplicated (legacy) function _on unit tests only_
* Improved detection of duplicated data on `NetAnalysis()`
* Improved I/O behavior
* Improved validation
* Bug fixes

# Version 1.1.0
# DIscBIO 1.1.0

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

# Version 1.0.1
# DIscBIO 1.0.1

- Bug fixes
- Updated Binder notebook
* Bug fixes
* Updated Binder notebook

# Version 1.0.0
# DIscBIO 1.0.0

Contains several changes from the [original work](https://github.com/SystemsBiologist/PSCAN), 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
* 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

0 comments on commit 0f75d67

Please sign in to comment.