Skip to content

Latest commit

 

History

History
399 lines (276 loc) · 26.6 KB

CHANGELOG.md

File metadata and controls

399 lines (276 loc) · 26.6 KB

Change Log

0.7.3 (2017-12-29)

Full Changelog

Merged pull requests:

0.7.2 (2017-12-28)

Full Changelog

Fixed bugs:

  • ExonicSpliceSite with Subsitution/etc. alternate_effect is not included in filtering #255

0.7.1 (2017-09-01)

Full Changelog

Fixed bugs:

  • all_effects caches, but does not return, all effects #253
  • Don't cache after only top-priority effects; post-filter instead #252

Merged pull requests:

0.7.0 (2017-08-29)

Full Changelog

Fixed bugs:

  • filter_fn result caching should work for Python 2 and 3 #174

Closed issues:

  • ImportError: cannot import name 'AlleleParseError' #233
  • Invalid RGBA argument error using plot\_survival #221
  • support plotting survival curves for more than 2 groups #217
  • Add cache\_root\_dir attribute #214
  • Cache sometimes fails if user interrupts writing process #170
  • builds against latest versions of isovar fails #69

Merged pull requests:

0.6.4 (2017-06-05)

Full Changelog

Closed issues:

  • median_vaf_purity() got an unexpected keyword argument 'normalized_per_mb' #212

Merged pull requests:

  • add cache_root_dir attribute & behavior #216 (jburos)

0.6.3 (2017-05-28)

Full Changelog

Closed issues:

  • Drop Python 2 support #204

Merged pull requests:

0.6.2 (2017-05-19)

Full Changelog

0.6.1 (2017-05-19)

Full Changelog

Merged pull requests:

0.6.0 (2017-05-18)

Full Changelog

Closed issues:

  • Not identifying filtered-cache-name in python 3 #195

Merged pull requests:

0.5.5 (2017-05-16)

Full Changelog

Closed issues:

  • TypeError: "load_maf() got an unexpected keyword argument 'encoding'" #203
  • Solve intermittent test failures #201

Merged pull requests:

0.5.4 (2017-04-29)

Full Changelog

Merged pull requests:

0.5.3 (2017-04-05)

Full Changelog

Implemented enhancements:

  • Add watermark for default filter_fn on Cohort initialization #183

Fixed bugs:

  • deletion_count is counting all indels #182
  • exonic_silent_snv_count is confusing #181

Closed issues:

  • Don't allow PFS/OS values to be NaN? #193
  • Add frameshift count function #191
  • additional_data should automatically create Patient attributes #190
  • Minor: old comment #184
  • Number of functions is ballooning #173
  • Support "merged" strelka VCF type #167
  • Using only Strelka tier 1 results in divide by zero sometimes #166

Merged pull requests:

0.5.2 (2017-01-18)

Full Changelog

Merged pull requests:

0.5.1 (2017-01-17)

Full Changelog

Merged pull requests:

0.5.0 (2016-12-17)

Full Changelog

Implemented enhancements:

  • Create public-facing usage template #114

Merged pull requests:

  • Add more granular variant specification and other minor changes #165 (tavinathanson)

0.4.2 (2016-11-30)

Full Changelog

Merged pull requests:

0.4.1 (2016-11-05)

Full Changelog

Fixed bugs:

  • Single variant collections do not allow for metadata extraction #81
  • Default to not requiring a single-value on dict #153 (tavinathanson)

Merged pull requests:

0.4.0 (2016-09-28)

Full Changelog

Implemented enhancements:

Closed issues:

  • Update README w/ Tavi's bullet list of features and Jacki's TCGA demo #147
  • Show plots in README's usage examples #141

Merged pull requests:

0.3.0 (2016-09-27)

Full Changelog

Implemented enhancements:

  • Break up load.py #37

Closed issues:

  • pip install fails on v 0.2.0 #144
  • Plot survival curves with upper/lower bounds #65

Merged pull requests:

0.2.0 (2016-09-21)

Full Changelog

Implemented enhancements:

Closed issues:

  • Summarize provenance on init #80

Merged pull requests:

0.1.2 (2016-08-16)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Start plots at 0 on the y-axis #110
  • Summarize_provenance fails after a cache has been deleted #92
  • VariantCollection metadata is lost after filtering #66
  • Caching issues #26
  • Always use a boolean mask #118 (tavinathanson)
  • Fix Fisher's exact plot for non-boolean columns #117 (tavinathanson)
  • Fix travis failure #106 (tavinathanson)
  • Fix expressed_missense_snv_count for None filter_fn #95 (tavinathanson)

Closed issues:

  • too easy to over-ride cohort-level defaults #120
  • Statistical significance * on mann whitney and fisher's exact plot #109
  • Convert benefit labels #108
  • filter_fn default works across variants and effects #100
  • strip_column_names warning when running tests #89
  • Default filter_fn back to None #77
  • Spacing of new functions is off #73
  • unit tests for summarize_provenance #71
  • travis builds failing with isovar==0.0.6 #70
  • Fix NaN situation #54
  • Travis python2.7 build failing #53
  • Handle null counts better #16

Merged pull requests:

0.1.1 (2016-06-14)

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

  • additional data assumes patient id field #44
  • Is verify_cache still needed? #25
  • Fix isovar git dependency #23

Merged pull requests:

0.1.0 (2016-05-03)

Implemented enhancements:

Fixed bugs:

  • Possible issue: sample_id as int vs str #1

Closed issues:

  • Warning on import #13

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator