This repository was archived by the owner on Aug 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22jpy Changelog
33*************
44
5- Version 0.9 (dev)
6- =================
5+ Version 0.9
6+ ===========
77
88This version includes a number of contributions from supportive GitHub users. Thanks to all of you!
99
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ It comes with a number of outstanding features:
2020* Java arrays translate into Python sequence objects
2121* Java API for accessing Python objects (` jpy.jar ` )
2222
23- jpy has been tested with Python 2.7, 3.3, 3.4 and Oracle Java 7 and 8 JDKs.
23+ jpy has been tested with Python 2.7, 3.3-3.6 and Oracle Java 7 and 8 JDKs.
2424
2525The initial development of jpy has been driven by the need to write Python extensions to an established scientific
2626imaging application programmed in Java, namely the [ BEAM] ( http://www.brockmann-consult.de/beam/ ) toolbox
Original file line number Diff line number Diff line change 3535__author__ = "Norman Fomferra, Brockmann Consult GmbH"
3636__copyright__ = "Copyright 2015-2017 Brockmann Consult GmbH"
3737__license__ = "Apache 2.0"
38- __version__ = "0.9.0.dev1 "
38+ __version__ = "0.9.0"
3939
4040
4141# Uncomment for debugging
Original file line number Diff line number Diff line change 2626
2727 <groupId >org.jpy</groupId >
2828 <artifactId >jpy</artifactId >
29- <version >0.9-SNAPSHOT </version >
29+ <version >0.9.0 </version >
3030 <packaging >jar</packaging >
3131 <name >Java-Python Bridge</name >
3232
You can’t perform that action at this time.
0 commit comments