v0.4.1 - #8
Merged
Merged
Conversation
Fix macos tests and implement isolation window and collision energy
### 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.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
with-block support toRawFilefor safer resource cleanup.ModuleNotFoundErrorby removing an unusedexceptiongroupimport..editorconfigto enforce formatting and resolved Python linting errors.MTBLS773_UV.raw,PXD006873_prec_range.raw,small.RAW) and 11 new test scripts to validate the newly exposed data structures.