Commit e842bca
authored
Merge pull request #7 from z3rone-org/feature/missing-features
### Changes
* **Added Metadata Access:** Exposed missing CommonCore properties across C#, Rust, and Python layers, including File/Run Headers, Sample Information, Error Logs, Scan Filters, Scan Events, Scan Dependents, Scan Stats, and Sequence Info.
* **Context Manager:** Added `with`-block support to `RawFile` for safer resource cleanup.
* **Enum Parity:** Aligned Python enums with C# counterparts and added tests to verify consistency.
* **Error Handling:** Added native C# try/catch blocks with fallback values to prevent abrupt NativeAOT crashes. Fixed a `ModuleNotFoundError` by removing an unused `exceptiongroup` import.
* **Localization:** Standardized date formatting and parsing to prevent culture-specific errors.
* **Code Formatting:** Added a C# `.editorconfig` to enforce formatting and resolved Python linting errors.
* **Test Coverage:** Added 3 new RAW files (`MTBLS773_UV.raw`, `PXD006873_prec_range.raw`, `small.RAW`) and 11 new test scripts to validate the newly exposed data structures.25 files changed
Lines changed: 3963 additions & 770 deletions
File tree
- native_fisher_py
- python/native_fisher_py
- data
- utils
- src
- native
- ThermoNativeReader
- test_data
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
Large diffs are not rendered by default.
0 commit comments