- Because the pyjnius Java interface was very hard to install using pip, including for people just using the pyxenon library, we switched to JPype as a Java interface. The API has been kept the same, but part of this change may be exposed to users in terms of error messages and slight changes to calling functions with multiple signatures (e.g. which System.out.println function is called depends on what object type is passed, and you need a JPype function now to make that distinction).
- we added some conversion functions to deal with Java streams and dict<->HashMap conversion
- added a notice file
- Using Xenon 1.1.0 release instead of the snapshot release.