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


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

ANN: ETS 4.0 released

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.news-service.com!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <ischnell@enthought.com>
X-Original-To python-announce-list@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'subject:ANN': 0.02; 'example:': 0.03; 'subject:released': 0.03; 'projects,': 0.05; 'backwards': 0.07; 'removes': 0.07; 'added,': 0.09; 'namespace': 0.09; 'url:enthought': 0.09; 'url:github': 0.09; 'examples': 0.12; 'enthought': 0.16; 'from:addr:enthought.com': 0.16; 'package).': 0.16; 'prompted': 0.16; 'received:74.125.149': 0.16; 'received:74.125.149.71': 0.16; 'received:na3sys009aog103.obsmtp.com': 0.16; 'to:addr:numpy- discussion': 0.16; 'to:addr:scipy.org': 0.16; 'url:tar': 0.16; 'convert': 0.19; '(which': 0.20; 'convenience': 0.23; 'code': 0.24; 'expect': 0.25; 'work.': 0.28; 'message-id:@mail.gmail.com': 0.28; '(the': 0.28; 'version,': 0.29; 'import': 0.29; '(so': 0.30; 'hosted': 0.33; 'list': 0.33; 'source': 0.34; 'there': 0.35; 'change,': 0.35; 'announce': 0.37; 'feedback': 0.37; 'received:google.com': 0.37; 'to:addr:python-announce-list': 0.37; 'skip:e 20': 0.37; 'tool': 0.38; 'received:74.125.82': 0.38; 'received:74.125': 0.38; 'hello,': 0.38; 'planning': 0.38; 'mailing': 0.38; 'though': 0.38; 'subject:: ': 0.38; 'some': 0.38; 'should': 0.39; 'to:addr:python.org': 0.39; 'almost': 0.60; 'hope': 0.60; 'your': 0.60; 'to:2**2': 0.61; 'forward': 0.62; 'our': 0.63; 'weeks.': 0.65; 'enjoy': 0.68; 'url:0': 0.69; 'to:no real name:2**2': 0.70; '2-3': 0.73; 'url:ets': 0.84
MIME-Version 1.0
Date Tue, 21 Jun 2011 20:15:18 -0500
Subject ANN: ETS 4.0 released
From Ilan Schnell <ischnell@enthought.com>
To python-announce-list@python.org, IPython-dev@scipy.org, Discussion of Numerical Python <numpy-discussion@scipy.org>, enthought-announce@enthought.com, enthought-dev@enthought.com
Content-Type text/plain; charset=UTF-8
X-Mailman-Approved-At Thu, 23 Jun 2011 19:26:30 +0200
X-BeenThere python-announce-list@python.org
X-Mailman-Version 2.1.12
Precedence list
Reply-To python-list@python.org
List-Id Announcement-only list for the Python programming language <python-announce-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Newsgroups comp.lang.python.announce
Message-ID <mailman.332.1308849991.1164.python-announce-list@python.org> (permalink)
Lines 34
NNTP-Posting-Host 82.94.164.166
X-Trace 1308849991 news.xs4all.nl 14131 [::ffff:82.94.164.166]:50065
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python.announce:203

Show key headers only | 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