Skip to content

Releases: Jhsmit/hdxms-datasets

HDX-MS Datsets version 0.3.3

17 Dec 15:34

Choose a tag to compare

Hotfix release

Fixes peptide pool data not loading when using pandas as backend.

HDX-MS Datsets version 0.3.2

17 Dec 14:20
afb81a3

Choose a tag to compare

Adds support for HD examiner peptide pool and uptake summary data. (#16)

Additional changes:

  • The data format 'HDExaminer_v3' was refactored to 'HDexaminer_all_results'
  • Added 'HDExaminer_all_results_with_units' format
  • Refactor FormatSpecs to be classes instead of instances
  • Moved load_peptides function to process
  • Aggregation now also outputs number of charged states (n_charges), number of replicates (n_replicates) and total number of isotopic clusters (n_clusters) used in averaging.

HDX-MS Datsets version 0.3.1

09 Dec 12:18

Choose a tag to compare

Adds docs and test data which was missing from 0.3.0 release

HDX-MS Datsets version 0.3.0

09 Dec 12:09
c2696ae

Choose a tag to compare

Major changes:

HDX-MS Datasets version 0.2.0

12 Jun 09:23

Choose a tag to compare

This release of HDX-MS datasets overhauls the file format, thus dataset specifications of prior versions are not compatible.
More information on the new format can be found on the HDX-MS-datasets repository, or you can look at some examples in the tests module.

Other changes:

  • Switched from pandas dependency to narwhals
  • Initial draft of input and validation form to define new datasets

HDX-MS Datasets version 0.1.5

21 Feb 13:38

Choose a tag to compare

  • refactored HDXDataSet to DataSet
  • added get_metadata function
  • updated metadata.yaml template; adds required fields name and uniprot_id in protein section
  • added get_index function

HDX-MS Datasets version 0.1.4

11 Jan 17:38
0274101

Choose a tag to compare

  • Removed config and omegaconf dependency
  • Add function for creating datasets from template

HDX-MS Datasets version 0.1.3

08 Aug 16:10

Choose a tag to compare

Hatch build release

HDX-MS Datasets version 0.1.2

14 Jul 09:56

Choose a tag to compare

Various tweaks to make integration with PyHDX better

See also Jhsmit/PyHDX#327

HDX-MS Datasets version 0.1.1

02 Jan 12:19

Choose a tag to compare

Bugfix release

Fixes circular import / missing _version.py file (19be5bd)