Thursday, January 08, 2015

PyDev 3.9.1 released

PyDev 3.9.1 has just been released.

There are some noteworthy improvements done:
  • Preferences may now be saved and persisted per project or to the user settings.

For configuring the preferences, the approach is a bit different from most other Eclipse plugin, as it extends the existing preferences pages instead of creating project property pages and allows saving the options to multiple projects or to the user settings from there.







  • The pytest integration had some critical issues fixed (related to expected failures no longer being reported as failures and conftest loading fixed by automatically running from the proper folder).


  • The attach to process is now working in Mac OS.
See: http://pydev.org for more details on the release.


2 comments:

Anonymous said...

Hi Fabio

Thanks for the work on PyDev! FYI: It seems the website is down (pydev.org) at the moment.

Cheers,
Mark

Fabio Zadrozny said...

Thanks for the heads up on the site (it seems it's up to me now, so, probably some intermittent issue on the hosting provider).

Note that there's a mirror at pydev.sf.net (hosted by sourceforge) if that happens again.