On behalf of the Jython development team, I'm pleased to announce that the final release of Jython 2.7.0 is available! It's been a long road to get to 2.7, and it's finally here! I'd like to thank
Amobee for sponsoring my work on Jython. I'd also like to thank the many contributors to Jython, including - but not limited to - bug reports, patches, pull
requests, documentation changes, support emails, and fantastic conversation on Freenode at #jython.
Along with language and runtime compatibility with CPython 2.7.0, Jython 2.7 provides substantial
support of the Python ecosystem. This includes built-in support of pip/setuptools (you can use with bin/pip) and a native launcher for Windows (bin/jython.exe), with the implication that you can finally install Jython scripts on Windows.
Jim Baker presented a
talk at PyCon 2015 about Jython 2.7, including demos of new features.
Please see the NEWS file for detailed release notes.
This release of Jython requires JDK 7 or above.
This release is being hosted at
maven central. There are three main distributions. In order of popularity:
To see all of the files available including checksums, go
here and navigate to the appropriate distribution and version.
Awesome.. lets hope that the Jython 2.5 final will make it into the next release of Ubuntu!
ReplyDelete> lets hope that the Jython 2.5 final will make it into the next release of Ubuntu!
ReplyDeleteWhy does it matter? The nice thing about Java packages like this is that they don't need packaging or compiling against a particular kernel - just unzip it somewhere sensible and symlink the jython shell script to /usr/bin.
Good news indeed on the 2.5 beta - looking forward to using it. Won't help with the Websphere admin though - stuck with IBM's half arsed hack of 2.1...
How come the jython.org website is down so much?
ReplyDeleteAnonymous: there is a problem with the routing so that you need the "www" at the beginning (so http://www.jython.org, not http://jython.org). It's on my todo list to figure out who to contact. I thought I knew but they never responded.
ReplyDeleteNice! (But, please correct the release year to 2009 on the Jython homepage: http://www.jython.org/Project/)
ReplyDeletecowmix: I'd love to see Jython 2.5 make it into Ubuntu.
ReplyDeleteAnt: This sort of thing matters because some users will only use software that can be pulled down with apt-get. I actually tend that way when I can get away with it :)
js: Thanks for the correction!
ReplyDeleteIs this release compatible with JSR-223 scripting yet?
ReplyDelete