|
a |
|
b/NEWS.md |
|
|
1 |
# DIscBIO 1.2.2 |
|
|
2 |
|
|
|
3 |
* Fixed calculation of Jaccard index (issue #44) |
|
|
4 |
|
|
|
5 |
# DIscBIO 1.2.1 |
|
|
6 |
|
|
|
7 |
* Fixed integration and unit tests (issue #22, #37) |
|
|
8 |
* Improved coding style (issue #38) |
|
|
9 |
* Removed dependency on `boot` (issue 26) |
|
|
10 |
|
|
|
11 |
# DIscBIO 1.2.0 |
|
|
12 |
|
|
|
13 |
* Added support for retrying to retrieve URLs (issue #29) |
|
|
14 |
* Removed use of duplicated (legacy) function _on unit tests only_ |
|
|
15 |
* Improved detection of duplicated data on `NetAnalysis()` |
|
|
16 |
* Improved I/O behavior |
|
|
17 |
* Improved validation |
|
|
18 |
* Bug fixes |
|
|
19 |
|
|
|
20 |
# DIscBIO 1.1.0 |
|
|
21 |
|
|
|
22 |
* Added support for more gene types |
|
|
23 |
* Improved I/O behavior |
|
|
24 |
* Updated Binder notebooks |
|
|
25 |
|
|
|
26 |
# DIscBIO 1.0.1 |
|
|
27 |
|
|
|
28 |
* Bug fixes |
|
|
29 |
* Updated Binder notebook |
|
|
30 |
|
|
|
31 |
# DIscBIO 1.0.0 |
|
|
32 |
|
|
|
33 |
Contains several changes from the [original work](https://github.com/SystemsBiologist/PSCAN), the most relevant of which are listed below: |
|
|
34 |
|
|
|
35 |
* Several functions have been enhanced with a `quiet` argument to suppress intermediate output (essential to obtain cleaner output in batch scripts and unit tests) |
|
|
36 |
* Functions have been isolated into their own R files |
|
|
37 |
* Function and package documentation were added |
|
|
38 |
* Test datasets were compressed to occupy less disk space |
|
|
39 |
* Bugs have been fixed |