- Added Gbm, Hnscc, Brca, and Luad datasets
- Where needed, gave dataframes multi-level column indices to remove duplicates and provide additional identifiers. Edited join functions to handle multi-level indices, and created the reduce_muiltiindex function for simplifying multi-level indices.
- Package checks its own version and warns if it's out of date
- Renamed RenalCcrcc to Ccrcc
- Optimized join functions
- Changed join functions to use full outer joins, and warn you if they fill any missing values with NaNs
- Errors and warnings generated by cptac are now sent to stderr, instead of being printed to stdout
- Renamed the algorithms submodule to utils
- get_mutations renamed to get_somatic_mutation, and get_mutations_binary renamed to get_somatic_mutation_binary