Tags give the ability to mark specific points in history as being important
- Sort by
- Name
- Oldest updated
- Last updated
-
v2.2.1 * Fix the setting of DiscreetFunction and DiscreteFunctionList values (2d arrays, and a list of 2 arrays respectively) using JPype1, which no longer allows access to private Java interfaces * Fix the type annotation files (``.pyi`` files) to reflect the PyJapc structure * Drop testing and support for ``JPype <1.1``Release v2.2.1
- Fix the setting of DiscreteFunction and DiscreteFunctionList values (2d arrays, and a list of 2 arrays respectively) using JPype1, which no longer allows access to private Java interfaces
- Fix the type annotation files (
.pyi
files) to reflect the PyJapc structure - Drop testing and support for
JPype <1.1
-
v2.2.0 * Allow EnumSet values to be set using PyJapc.setParam (integers only) * Move pyjapc.pyjapc to a private module. Previous use of pyjapc.pyjapc.PyJapc should use move to pyjapc.PyJapc * Fix JPype 0.7 support for EnumSet with PyJapc.getParam * Improve the test coverage of Java primitive type conversion, as well as conversion to/from Enum and EnumSetRelease v2.2.0
- Allow EnumSet values to be set using
PyJapc.setParam
(integers only) - Move pyjapc.pyjapc to a private module. Previous use of
pyjapc.pyjapc.PyJapc
should use move topyjapc.PyJapc
- Fix JPype 0.7 support for EnumSet with ``PyJapc.getParam```
- Improve the test coverage of Java primitive type conversion, as well as conversion to/from Enum and EnumSet
- Allow EnumSet values to be set using
-
v2.1.2 * Fix JPype 0.7 type conversion, restoring full setParam support * Increase the test coverage of PyJapcRelease v2.1.2
- Fix JPype 0.7 type conversion, restoring full setParam support
- Increase the test coverage of PyJapc
-
v2.1.0 * PyJapc.clearSubscriptions can now be passed parameterName and selector * Preliminary JPype 0.7 support was added. Please report any issues encountered. * Parameter headers now include the setStamp value * Subscriptions no longer hold on to references to Python objects unnecessarily, thus avoiding potential memory problems with many subscriptions * The PyJapc Java dependencies were updated, with the obsolete ``japc-ext-cmwrda`` dependency being removed entirely * Minor improvements to the documentation and test coverage * PyJapc is now using the new cmmnbuild-dep-manager registration (via entry-points) for a more robust installation and Python wheel supportRelease v2.1.0
- PyJapc.clearSubscriptions can now be passed parameterName and selector
- Preliminary JPype 0.7 support was added. Please report any issues encountered.
- Parameter headers now include the setStamp value
- Subscriptions no longer hold on to references to Python objects unnecessarily, thus avoiding potential memory problems with many subscriptions
- The PyJapc Java dependencies were updated, with the obsolete
japc-ext-cmwrda
dependency being removed entirely - Minor improvements to the documentation and test coverage
- PyJapc is now using the new cmmnbuild-dep-manager registration (via entry-points) for a more robust installation and Python wheel support
-
v2.0.7Release v2.0.7
- Fix documentation regarding subscription callback arguments
- Provide a private hook (
PyJapc._setup_jvm
) to override JVM startup - Improve the styling of the Sphinx documentation
- Make Tkinter an optional PyJapc dependency
-
v2.0.6Release v2.0.6
PyJapc now supports parallel subscriptions to the same parameter. Solving issue #16.