Skip to content

perming-1.2.0

Compare
Choose a tag to compare
@linjing-lab linjing-lab released this 28 Jun 12:00
· 71 commits to main since this release

new traits:

  • drop install_requires about polars[pandas] which are used to extract, transform, and load dataset in tests.
  • replace dependency named sortingx which I developed in more collaborative reverse sorting with bulit-in operator named sorted.
  • more comprehensive assertion information prompts and more robust data check in data_loader process, like (n_samples, n_outputs).

download:

!pip install perming==1.2.0 # jupyter
pip install perming==1.2.0 # cmd