Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 628 Bytes

0.7.4.md

File metadata and controls

18 lines (12 loc) · 628 Bytes

0.7.4 {small}10 July, 2020

  • New function {func}anndata.concat for concatenating AnnData objects along either observations or variables
  • New documentation section: {doc}/concatenation
  • AnnData object created from dataframes with sparse values will have sparse .X {pr}395 {smaller}I Virshup
  • Fixed error from AnnData.concatenate by bumping minimum versions of numpy and pandas {issue}385
  • Fixed colors being incorrectly changed when AnnData object was subset {pr}388