Loading
Commits on Source 21
-
Yury Matveev authored
-
Yury Matveev authored
Bump 10.4.0 dev See merge request !1009
-
Anton Joubert authored
When we did the linting changes, these exceptions were changed to `raise ... from None`. This removed the default exception chaining. We want the chaining here to better report startup errors, so do it explicitly. Reduce the time we wait for `get_server_port_via_pid` so that it is less than the time we wait for `pre_init` to report the port. This way we can see the exception from `get_server_port_via_pid` instead of just a generic port not available error. Related: !991
-
Anton Joubert authored
Restore exception chaining in test_context See merge request !1011
-
Anton Joubert authored
Allow class properties to be specified when using the `MultiDeviceTestContext` and `DeviceTestContext`.
-
Anton Joubert authored
Support class properties in (Multi)DeviceTestContext See merge request !1012
-
Yury Matveev authored
numpy 2.5 turned NDArray into a PEP 695 TypeAliasType → get_origin returns np.typing.NDArray, not np.ndarray
-
Yury Matveev authored
Fix parse_type_hint for numpy 2.5 See merge request !1017
-
Yury Matveev authored
Since ORB is process-wide singleton and was not intended to be restarted within the same process and this introduced unexpected bugs in behavior.
-
Yury Matveev authored
tango_loop: make after server run cleanup optional. See merge request !1016
-
Benjamin Bertrand authored
macos-14-xcode-15 not available anymore
-
Benjamin Bertrand authored
[system-requirements] is deprecated. It can be declared in platforms but those values shouldn't be needed anymore.
-
Yury Matveev authored
CI: update macOS images + pixi conf See merge request !1019
-
Yury Matveev authored
-
Yury Matveev authored
-
Yury Matveev authored
Switch to cpptango 10.3.3, drop i686 support See merge request !1018
-
Yury Matveev authored
-
Yury Matveev authored
-
Yury Matveev authored
Fix memory leak in exception translation Closes #771 See merge request !1021
-
Yury Matveev authored
-
Yury Matveev authored
Update docs for 10.3.1 release See merge request !1023