Skip to content

Commit

Permalink
Updated wording
Browse files Browse the repository at this point in the history
Make it clearer that PJRmi has a numpy library and what its capabilities are.
  • Loading branch information
iamsrp-deshaw committed Aug 15, 2024
1 parent d9dc29d commit c27581b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ Some headline features of PJRmi are:
- Thread-safe execution, with built-in locking support and asynchronous
execution via futures.
- Realtime code injection.
- A [numpy](https://numpy.org/)-like math library for Java, which is also
directly interoperable with Python.
- A [numpy](https://numpy.org/) equivalent math library for Java, which is
directly interoperable with Python. This includes `ndarray` implementations
in native Java which duck-type as their Python equivalents.

Use-case examples:
- Scriptification of Java applications.
Expand Down

0 comments on commit c27581b

Please sign in to comment.