[IPython-dev] IPython 0.11 RC1 is ready for download... now we're actually getting close to a real release!

Julian Taylor jtaylor.debian at googlemail.com
Mon Jul 4 06:50:33 EDT 2011


On 07/04/2011 03:44 AM, Fernando Perez wrote:
> Hello all,
> 

Is there a way you can release a pure source tarball without the
pregenerated documentation?
It would save quite a few megabytes and I would not have to repackage
the source to comply with debian rules.

> 
> We would very much appreciate it if you can take this for a spin, and
> let us know what does NOT work.  Barring any major blockers, we'll
> make the final release in ~ 1 week.

building the rc1 source does not work as the parallel scripts are
missing in the rc1 tarball:

python setup.py build
running build_scripts
error: file
'/home/jtaylor/Downloads/ipython-0.11.rc1/IPython/parallel/scripts/ipengine'
does not exist

if you copy them from git it builds.


But there are still random crashes in the testsuite (~ every tenth time).
This might be a zmq bug. I'm using the current debian version 2.1.7-1.

test graceful handling of engine death (direct) ... *** glibc detected
*** /usr/bin/python2.7: free(): invalid pointer: 0x0000000003b38d30 ***
ok

======================================================================
ERROR: test_purge_results (IPython.parallel.tests.test_client.TestClient)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/media/Linux-data/home/Packages/ipython/pkg/build-area/ipython-0.11~rc1+ds1/IPython/parallel/tests/test_client.py",
line 253, in test_purge_results
    self.client.purge_results(hist[-1])
  File "<string>", line 2, in purge_results
  File
"/media/Linux-data/home/Packages/ipython/pkg/build-area/ipython-0.11~rc1+ds1/IPython/parallel/client/client.py",
line 65, in spin_first
    return f(self, *args, **kwargs)
  File
"/media/Linux-data/home/Packages/ipython/pkg/build-area/ipython-0.11~rc1+ds1/IPython/parallel/client/client.py",
line 1354, in purge_results
    raise self._unwrap_exception(content)
RemoteError: IndexError(msg pending: 'c3fb3002-ce81-40d2-b453-f7752c7fc949')
Traceback (most recent call last):
  File
"/media/Linux-data/home/Packages/ipython/pkg/build-area/ipython-0.11~rc1+ds1/IPython/parallel/controller/hub.py",
line 1081, in purge_results
    raise IndexError("msg pending: %r"%pending[0])
IndexError: msg pending: 'c3fb3002-ce81-40d2-b453-f7752c7fc949'

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20110704/102bc378/attachment.sig>


More information about the IPython-dev mailing list