Commit b6b8072
chore: Use units release >= 0.7.0 (#4296)
This pull request includes updates to the dependency on `ansys-units`,
documentation, and new test coverage for physical quantities. The most
important changes involve updating the `ansys-units` version to ensure
compatibility and adding a new test to validate quantity dimensions.
### Dependency Updates:
* Updated the `ansys-units` dependency in `pyproject.toml` to require
version `>=0.7.0,<1.0` instead of `>=0.6.dev1,<1.0`. This ensures
compatibility with the latest stable release.
### Documentation Changes:
* Updated the changelog to reflect the requirement for `ansys-units`
version `>=0.8.dev0`.
### Test Additions:
* Added a new test, `test_quantity_dimensions_subscription`, in
`tests/test_physical_quantities.py` to validate the dimensions of the
`VELOCITY` variable from the `VariableCatalog`. This ensures correctness
in handling physical quantity dimensions.
---------
Co-authored-by: pyansys-ci-bot <[email protected]>1 parent 829684a commit b6b8072
File tree
3 files changed
+11
-1
lines changed- doc/changelog.d
- tests
3 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
0 commit comments