Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #203

ANN: ETS 4.0 released

Date 2011-06-21 20:15 -0500
Subject ANN: ETS 4.0 released
From Ilan Schnell <ischnell@enthought.com>
Newsgroups comp.lang.python.announce
Message-ID <mailman.332.1308849991.1164.python-announce-list@python.org> (permalink)

Show all headers | View raw


Hello,

I am happy to announce the release of ETS 4.0.  This is the
first major release of the Enthought Tool Suite in almost
three years.  This release removes the 'enthought' namespace
from all projects.  For example:

    from enthought.traits.api import HasTraits

is now simply::

    from traits.api import HasTraits

For backwards compatibility, a proxy package 'etsproxy' has
been added, which should permit existing code to work.  For
convenience this package also contains a refactor tool 'ets3to4'
to convert projects to the new namespace (so that they don't
rely on the 'etsproxy' package).

If you want to download the source code of all ETS projects, you
can download http://www.enthought.com/repo/ets/ALLETS-4.0.0.tar (41MB).
The projects themselves are now hosted on: https://github.com/enthought

We understand that the namespace refactor (which prompted this
major release in the first place) is a big change, and even
though we have tested examples and some of our own code against
this ETS version, we expect there to be little glitches.  We are
therefore already planning a 4.0.1 bug-fix release in about 2-3
weeks.

We are looking forward to your feedback (the development mailing list
is enthought-dev@enthought.com), and hope you enjoy ETS 4.

- Ilan

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

ANN: ETS 4.0 released Ilan Schnell <ischnell@enthought.com> - 2011-06-21 20:15 -0500

csiph-web