Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/run-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
RUSTFLAGS: '-Cinstrument-coverage -Clink-dead-code'
run: |
export NEOPDF_DATA_PATH=${PWD}/neopdf-data
cargo test --workspace --exclude neopdf_pyapi --exclude neopdf_tmdlib --no-fail-fast 2> >(tee stderr 1>&2)
cargo test --workspace --exclude neopdf_pyapi --exclude neopdf_tmdlib --exclude neopdf_wolfram --no-fail-fast 2> >(tee stderr 1>&2)
sed -i 's/\x1B\[[0-9;]\{1,\}[A-Za-z]//g' stderr

- name: Generate code coverage
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Add an interface to the Wolfram Language to allow Rust APIs to be called in
Mathematica.
- Added the logic to determine the Euclidean distance of a point to the closest
subgrid in order to allow extrapolation.
- Added version-aware serialization of the `MetaData` struct to ensure backward
Expand Down
Loading