Skip to content

Releases: uio-bmi/immuneML

v2.0.6

27 Oct 19:54
Compare
Choose a tag to compare

Minor updates:

  • moved Metric.py from the environment package to the ml_metrics package
  • updated YAML load(..) calls without specified Loader to safe_load(..) instead
  • bugfix: removed caching from scikit-learn models
  • updated cache location for multiple processes

v2.0.5

13 Oct 18:13
426cfe9
Compare
Choose a tag to compare

Minor bug fixes and usability improvements:

  • added checks for encoder-ML compatibility when parsing
  • added Moristia-Horn distance metric and improved HTML output for DistanceEncoder
  • added LabelHelper for parsing labels
  • added label checks before starting ComparisonData matrix computation
  • removed sequence_weight requirement from FullSequenceImplanting YAML (it was not used)
  • improved docs

v2.0.4

18 Aug 15:09
Compare
Choose a tag to compare

Minor bugfix: updated SequenceMetadata object to convert 'nan' for RegionType to None (manifested before as an error on loading existing ImmuneML-formatted dataset from disk).

v2.0.3

04 Aug 08:25
Compare
Choose a tag to compare
  • standardized import/export metadata for repertoire datasets to always have field "identifier" instead of mixing it with "repertoire_identifier"

v2.0.2

21 Jul 10:30
Compare
Choose a tag to compare
  • integrate with Zenodo to make the code citable

v2.0.1

30 Jun 21:01
Compare
Choose a tag to compare

Updates in v2.0.1 include minor bug fixes:

  • fix path handling and serialization for ImmuneML format
  • fix exported metadata for datasets with implanted signals
  • minor updates related to Galaxy API

v2.0.0

24 Jun 14:28
Compare
Choose a tag to compare

Updates in version 2:

  • datasets are now stored using binary numpy and YAML files and do not rely on pickle anymore;
  • Pickle import and export is replaced with ImmuneML import and export where datasets are represented as YAML files, while the content (repertoire data, receptors, sequences) are stored in numpy files;
  • 'store_encoded_data' option is removed from instructions; to store the encoded data, use DesignMatrixExporter report.

The package is also available at: https://pypi.org/project/immuneML/2.0.0/