Skip to content

Releases: PNNL-CompBio/coderdata

v2.2.0

20 Aug 21:16
72ede80
Compare
Choose a tag to compare

Changes to Datasets

New Datasets:

  • colorectal
  • liver
  • novartis

Renamed Datasets:

  • bladderpdo -> bladder
  • pancpdo -> pancreatic
  • sarcpdo -> sarcoma

Removed Datasets:

  • cptac
  • mpnstpdx (now part of mpnst)

Other changes:

  • implemented md5 checksum verification for downloads
  • added functionality to generate basic statistics for datasets

v2.1.0

18 Apr 18:26
d61a6ca
Compare
Choose a tag to compare

This update includes some minor fixes to the package as well as the addition of 3 new datasets:

  • bladderpdo
  • pancpdo
  • sarcpdo

v2.0.4

27 Mar 22:02
d982023
Compare
Choose a tag to compare

Fix to the Dataset.split_train_other() function.

v2.0.3

05 Mar 17:23
e65634b
Compare
Choose a tag to compare

This update adds the balance flag to split_train_test_validate() & split_train_other() to balance the splits if they are also stratified using a drug response metric.

v2.0.2

17 Feb 18:12
e00bf3c
Compare
Choose a tag to compare
Merge pull request #324 from PNNL-CompBio/320-more-flexibility-for-tr…