We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updating python virtual environment instructions to include windows batch file
Adding notes on creating a python environment
Minor alterations to notes on Python install
Updated UseInPython (markdown)
Clarified use of 2D arrays via Python numpy
Noting the Jpype/Numpy linalg interaction issue on our UseInPython wiki page
Updating notes on python array to Java conversion with JPype 0.7
Adding note on python3-jpype package on ubuntu 18.04
Adding further description on handling returned Java arrays in Python
Adding note about numpy Boolean array conversion to Java on the UseInPython wiki page
Recommending not to mix 32 bit / 64 bit python and java
Added alternate Python3/Anaconda/Jpype1 installation method
Added small summary of python dependencies
Added note that AutoAnalyser requires numpy
Clarified bridging between numpy arrays and Java in python
Adding reference to example 9 for use of numpy
Added info about JPype1 for Python3
Altering advice on how to convert arrays for python3
Slightly altering advice on which jpype package to use for python3
Fixing instructions to install jpype for python 3
Added UseInPython page