-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Substantial coverage, consolidation, and dependency upgrades (#18)
feature: add `ParamDescribedRead` read-only variant `ParamDescribed` chore: needed field visibility * chore: substantially clean up mzML parsing and improve code coverage * chore: exercise `ThermoRawReader` feature: add `Any` bound to `MassSpectrometryReadWriteProcess` for better customization, add `MZReaderType::Unknown` for boxing * chore: address rewiring fix: fix MGF indexing fix: fix `is_thermo_raw_prefix`, which used the wrong number of trailing bytes * chore: keep IonMobilityFrameLike consistent with SpectrumLike change: update `mzpeaks` v1.0.0 and `mzsignal` v1.0.0 change: require `ParamDescribed` for `ChromatogramLike` fix: Fix `DataArray::store_as` * chore: replace recurring `get_param_by_curie` wrapper methods with `find_param_method` macro * chore: update CV and documentation * chore: documentation change: update `thermorawfilereader` to v0.3.1 and fix tracking of trailer values feature: add `mzsignal` to the exported top-level API * chore: minor cleaning of some examples feature: add `MZReaderBuilder` to the top-level API * chore: feature-gate new tests using `mzsignal` * chore: fix dependency/feature warning after denoting `tokio` as a dependency only * chore: fix documentation warnings
- Loading branch information
1 parent
07fe0b3
commit cec3477
Showing
41 changed files
with
1,966 additions
and
575 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.