- Fixed calculation of Jaccard index (issue #44)
- Fixed integration and unit tests (issue #22, #37)
- Improved coding style (issue #38)
- Removed dependency on
boot
(issue 26)
- 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 more gene types
- Improved I/O behavior
- Updated Binder notebooks
- Bug fixes
- Updated Binder notebook
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