ANN: EPD 7.3 (and 8 preview beta) released

2012-05-23 Thread Ilan Schnell
Hello,

I am pleased to announce the release of Enthought Python Distribution, EPD
version 7.3, along with its EPD Free counterpart.  The highlights of this
release are: the addition of enaml, Shapely and several other packages,
as well as updates to over 30 packages, including SciPy and IPython.
To see which libraries are included in the free vs. full version, please see:

http://www.enthought.com/products/epdlibraries.php

The complete list of additions, updates and fixes is in the change log:

http://www.enthought.com/products/changelog.php


EPD 8 preview beta
--

EPD 8.0 beta takes all that we know and love in EPD 7.x and adds an all-new
graphical development and analysis environment.  The new GUI is focused on
providing a fast, lightweight interface designed for scientists and
engineers.  Some of the key features are:

  * A Python-centric text editor including tab-completion plus on-the-fly
code analysis.
  * An interactive Python (IPython) prompt integrated with the code editor
to enable rapid prototyping and exploration.
  * A Python package manager to make is easier to discover, install, and
update packages in the Enthought Python Distribution.
  * Integrated documentation, both on the GUI itself and standard online
documentation.

EPD 8 beta can be downloaded from:

https://beta.enthought.com/EPD_8/download/


About EPD
-
The Enthought Python Distribution (EPD) is a kitchen-sink-included
distribution of the Python programming language, including over 90
additional tools and libraries. The EPD bundle includes NumPy, SciPy,
IPython, 2D and 3D visualization tools, and many other tools.

EPD is currently available as a single-click installer for Windows XP,
Vista and 7, MacOS (10.5 and 10.6), RedHat 3, 4, 5 and 6, as well as
Solaris 10 (x86 and x86_64/amd64 on all platforms).

All versions of EPD (32 and 64-bit) are free for academic use.  An
annual subscription including installation support is available for
individual and commercial use.  Additional support options, including
customization, bug fixes and training classes are also available:

http://www.enthought.com/products/epd_sublevels.php

- The EPD Team
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


EPD 7.2 released

2011-12-24 Thread Ilan Schnell
Hello,

I am pleased to announce the release of Enthought Python Distribution, EPD
version 7.2, along with its EPD Free counterpart.  The highlights of this
release are: the addition of GDAL and updates to over 30 packages, including
SciPy, matplotlib and IPython.  The new IPython 0.12 includes the HTML
notebook, which caused the Tornado web-server also to be added to EPD.
To see which libraries are included in the free vs. full version, please see:

http://www.enthought.com/products/epdlibraries.php

The complete list of additions, updates and fixes is in the change log:

http://www.enthought.com/products/changelog.php

About EPD
-
The Enthought Python Distribution (EPD) is a kitchen-sink-included
distribution of the Python programming language, including over 90
additional tools and libraries. The EPD bundle includes NumPy, SciPy,
IPython, 2D and 3D visualization tools, and many other tools.

EPD is currently available as a single-click installer for Windows XP,
Vista and 7, MacOS (10.5 and 10.6), RedHat 3, 4, 5 and 6, as well as
Solaris 10 (x86 and x86_64/amd64 on all platforms).

All versions of EPD (32 and 64-bit) are free for academic use.  An
annual subscription including installation support is available for
individual and commercial use.  Additional support options, including
customization, bug fixes and training classes are also available:

http://www.enthought.com/products/epd_sublevels.php

- Ilan
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


ANN: EPD 7.1 released

2011-07-08 Thread Ilan Schnell
Hello,

I am pleased to announce that EPD (Enthought Python Distribution)
version 7.1 has been released.  The most significant change is the
addition of an EPD Free version, which has its own very liberal
license, and can be downloaded and used free of any charge by
anyone (not only academics).  EPD Free includes a subset of the
packages included in the full EPD.  The highlights of this subset are:
numpy, scipy, matplotlib, traits and chaco.  To see which libraries
are included in the free vs. full version, please see:

http://www.enthought.com/products/epdlibraries.php

In addition we have opened our PyPI build mirror for everyone.
This means that one can type enpkg xyz for 10,000+ packages.
However, there are still benefits to becoming an EPD subscriber.

http://www.enthought.com/products/getepd.php

Apart from the addition of EPD Free, this release includes updates
to over 30 packages, including numpy, scipy, ipython and ETS.
We have also added PySide, Qt and MDP to this release.  Please find the
complete list of additions, updates and bug fixes in the change log:

http://www.enthought.com/products/changelog.php


About EPD
-
The Enthought Python Distribution (EPD) is a kitchen-sink-included
distribution of the Python programming language, including over 90
additional tools and libraries. The EPD bundle includes NumPy, SciPy,
IPython, 2D and 3D visualization, and many other tools.

EPD is currently available as a single-click installer for Windows XP,
Vista and 7, MacOSX (10.5 and 10.6), RedHat 3, 4 and 5, as well as
Solaris 10 (x86 and x86_64/amd64 on all platforms).

All versions of EPD (32 and 64-bit) are free for academic use.  An
annual subscription including installation support is available for
individual and commercial use.  Additional support options, including
customization, bug fixes and training classes are also available:

http://www.enthought.com/products/epd_sublevels.php

- Ilan
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


ANN: ETS 4.0 released

2011-06-23 Thread Ilan Schnell
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-...@enthought.com), and hope you enjoy ETS 4.

- Ilan
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


EPD 7.0 released

2011-02-09 Thread Ilan Schnell
Hello,

I am pleased to announce that EPD (Enthought Python Distribution)
version 7.0 has been released.  This major release updates to
Python 2.7, Intel Math Kernel Library 10.3.1, numpy 1.5.1, in
addition to updates to many of the other packages included.
Please find the complete list of additions, updates and bug fixes
in the change log:

 http://www.enthought.com/EPDChangelog.html

To find more information about EPD, as well as download a 30 day
free trial, visit this page:

 http://www.enthought.com/products/epd.php


About EPD
-
The Enthought Python Distribution (EPD) is a kitchen-sink-included
distribution of the Python Programming Language, including over 90
additional tools and libraries. The EPD bundle includes NumPy, SciPy,
IPython, 2D and 3D visualization, and many other tools.

 http://www.enthought.com/products/epdlibraries.php

It is currently available as a single-click installer for Windows XP,
Vista and 7, MacOS (10.5 and 10.6), RedHat 3, 4 and 5, as well as
Solaris 10 (x86 and x86_64/amd64 on all platforms).

All versions of EPD (32 and 64-bit) are free for academic use.  An
annual subscription including installation support is available for
individual and commercial use.  Additional support options, including
customization, bug fixes and training classes are also available:

 http://www.enthought.com/products/support_level_table.php


- Ilan
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


ANN: EPD 6.2 released

2010-06-09 Thread Ilan Schnell
Hello,

I am pleased to announce that EPD (Enthought Python Distribution)
version 6.2 has been released.  This release includes an update to
Python 2.6.5, SciPy 0.8.0beta1, as well updates to many other
packages and bug fixes. You can find a complete list of updates in
the change log:

 http://www.enthought.com/EPDChangelog.html

To find more information about EPD, as well as download a 30 day
free trial, visit this page:

 http://www.enthought.com/products/epd.php

In order to be able to serve the Python community better, we made
a small survey.  Please consider taking a few minutes:

 http://www.surveygizmo.com/s/307237/epd-user-feedback


About EPD
-
The Enthought Python Distribution (EPD) is a kitchen-sink-included
distribution of the Python Programming Language, including over 80
additional tools and libraries. The EPD bundle includes NumPy, SciPy,
IPython, 2D and 3D visualization, and many other tools.

 http://www.enthought.com/products/epdlibraries.php

It is currently available as a single-click installer for Windows XP,
Vista and 7, MacOS (10.5 and 10.6), RedHat 3, 4 and 5, as well as
Solaris 10 (x86 and x86_64/amd64 on all platforms).

The 32-bit EPD is free for academic use.  An annual subscription
including installation support is available for individual and
commercial use.  Additional support options, including customization,
bug fixes and training classes are also available:

 http://www.enthought.com/products/support_level_table.php


- Ilan
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


EPD 6.0 released

2010-01-05 Thread Ilan Schnell

Hello,

I am pleased to announce that EPD (Enthought Python Distribution)  
version

6.0 has been released.  This is the first EPD release which is based on
Python 2.6, and 64-bit Windows and MacOSX support is also available now.
You may find more information about EPD, as well as download a 30 day
free trial, here:

http://www.enthought.com/products/epd.php

You can find a complete list of updates in the change log:

http://www.enthought.com/EPDChangelog.html


About EPD
-
The Enthought Python Distribution (EPD) is a kitchen-sink-included
distribution of the Python Programming Language, including over 75
additional tools and libraries. The EPD bundle includes NumPy, SciPy,
IPython, 2D and 3D visualization, and many other tools.

http://www.enthought.com/products/epdlibraries.php

It is currently available as a single-click installer for Windows XP,  
Vista
and 7, MacOS (10.5 and 10.6), RedHat 3, 4 and 5, as well as Solaris 10  
(x86

and x86_64/amd64 on all platforms).

EPD is free for academic use.  An annual subscription including  
installation
support is available for individual and commercial use.  Additional  
support
options, including customization, bug fixes and training classes are  
also

available:

http://www.enthought.com/products/support_level_table.php


- Ilan

--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations/


EPD 5.0 released

2009-08-29 Thread Ilan Schnell

Hello,

I am pleased to announce that EPD (Enthought Python Distribution)  
version

5.0.0 has been released.  You may find more information about EPD, as
well as download a 30 day free trial, here:

http://www.enthought.com/products/epd.php


This release contains updates to a large number packages.
You may find the release notes here:

https://svn.enthought.com/epd/wiki/Py25/5.0.0/RelNotes


About EPD
-
The Enthought Python Distribution (EPD) is a kitchen-sink-included
distribution of the Python Programming Language, including over 80
additional tools and libraries. The EPD bundle includes NumPy, SciPy,
IPython, 2D and 3D visualization, database adapters, and a lot of
other tools right out of the box.

http://www.enthought.com/products/epdlibraries.php

It is currently available as a single-click installer for Windows XP  
(x86),

Mac OS X (a universal binary for OS X 10.4 and above),
RedHat 3, 4 and 5, as well as Solaris 10 (x86 and x86_64/amd64).

EPD is free for academic use.  An annual subscription including  
installation

support is available for individual and commercial use.  Additional
support options, including customization, bug fixes and training classes
are also available:

http://www.enthought.com/products/support_level_table.php


- Ilan

--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations/


EPD 4.3.0 released

2009-05-20 Thread Ilan Schnell
I am pleased to announce that EPD (Enthought Python Distribution) version
4.3.0 has been released.  You may find more information about EPD, as
well as download a 30 day free trial here:

http://www.enthought.com/products/epd.php

You can check out the release notes here:

https://svn.enthought.com/epd/wiki/Py25/4.3.0/RelNotes

The main point of this release was to update NumPy and SciPy to the latest
versions and to introduce the ability to install, update and rollback
packages
using our package repository (for basic and above subscribers only, please
contact us for username and password).


About EPD
-
The Enthought Python Distribution (EPD) is a kitchen-sink-included
distribution of the Python Programming Language, including over 80
additional tools and libraries. The EPD bundle includes NumPy, SciPy,
IPython, 2D and 3D visualization, database adapters, and a lot of
other tools right out of the box.

http://www.enthought.com/products/epdlibraries.php

It is currently available as a single-click installer for Windows XP and
Vista
(x86), Mac OS X (a universal binary for OS X 10.4 and above),
RedHat 3, 4 and 5 (x86 and amd64), as well as Solaris 10 (x86).

EPD is free for academic use.  An annual subscription including installation
support is available for individual and commercial use.  Additional
support options, including customization, bug fixes and training classes
are also available:

http://www.enthought.com/products/support_level_table.php


- Ilan

-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations.html


EPD 4.2.30201 released

2009-05-01 Thread Ilan Schnell
Hello,

I am pleased to announce that EPD (Enthought Python Distribution) version
4.2.30201 has been released.  You may find more information about EPD, as
well as download a 30 day free trial here:

http://www.enthought.com/products/epd.php

You can check out the release notes here:

https://svn.enthought.com/epd/wiki/Py25/4.2.30201/RelNotes


About EPD
-
The Enthought Python Distribution (EPD) is a kitchen-sink-included
distribution of the Python Programming Language, including over 80
additional tools and libraries. The EPD bundle includes NumPy, SciPy,
IPython, 2D and 3D visualization, database adapters, and a lot of
other tools right out of the box.

http://www.enthought.com/products/epdlibraries.php

It is currently available as a single-click installer for Windows XP (x86),
Mac OS X (a universal binary for OS X 10.4 and above),
RedHat 3, 4 and 5 (x86 and amd64), as well as Solaris 10 (x86).

EPD is free for academic use.  An annual subscription including installation
support is available for individual and commercial use.  Additional
support options, including customization, bug fixes and training classes
are also available:

http://www.enthought.com/products/support_level_table.php


- Ilan

--
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations.html


[issue1274] doctest fails to run file based tests with 8bit paths

2008-03-17 Thread Ilan Schnell

Ilan Schnell [EMAIL PROTECTED] added the comment:

Bug is most likely platform specific.  Can someone suggest how this
should be handled on multiple platforms?

Mike, can you report on which platform you encountered the bug on?
Can you provide a script that reproduces the bug?

On Mac OS 10.4, Python 2.5 I could not create a file:
 f=open('\xed', 'w')
Traceback (most recent call last):
  File stdin, line 1, in module
IOError: invalid mode: w

I will submit this as a separate bug because the error
message sould say 'invalid file name' instead of 'invalid mode'.

--
assignee:  - tim_one
nosy: +ilan, tim_one
priority:  - low
versions: +Python 2.6

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1274
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1686] string.Template.safe_substitute fail when overriding pattern attribute

2008-03-17 Thread Ilan Schnell

Changes by Ilan Schnell [EMAIL PROTECTED]:


--
assignee:  - barry
nosy: +barry
priority:  - normal
type:  - behavior

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1686
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2138] Add a factorial function

2008-03-17 Thread Ilan Schnell

Ilan Schnell [EMAIL PROTECTED] added the comment:

The factorial function is most likely to be used in context with other
combinatorial functions (like binomial coefficients) for these functions
an external module seems most appropriate.  Most likely people would
use a factorial function only for some small toy calculation, for those
cases one can always roll a factorial function oneself.  Python should
therefore not be cluttered with this function.  I discussed this with
several developers at PyCon08, and have therefore decided to close the
discussion for now.

--
components: +Library (Lib) -Interpreter Core
nosy: +ilan
priority:  - normal
resolution:  - rejected
status: open - closed
title: Factorial - Add a factorial function

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2138
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com