Changes between Version 23 and Version 24 of j2p


Ignore:
Timestamp:
06/20/23 11:19:20 (17 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • j2p

    v23 v24  
    88* translates calls to external libraries
    99* pluggable translators supporting calls to external liraries
    10 * can generate pip-installable zip file
     10* can generate pip-installable zip file that automatically (pip) installs all required dependencies.
    1111* Another tool [https://tracinsy.ewi.tudelft.nl/pubtrac/Utilities/wiki/pyrunner library] supports running these python zip files from java.
     12* Handles java method overloading using the @dispatch annotation from multipledispatch. If your java code uses overloading, your python code will require multipledispatch installed
    1213
    1314The repo contains the translator in the module named "core". The other modules, ending with "-t", are translator plug-ins described below.