[Python-announce] ANN: numexpr 2.8.8 released

2023-12-11 Thread Francesc Alted
f any bugs, suggestions, gripes, kudos, etc. you may have. Enjoy data! -- Francesc Alted ___ Python-announce-list mailing list -- python-announce-list@python.org To unsubscribe send an email to python-announce-list-le...@python.org https://mail.python.org/mail

[Python-announce] ANN: NumExpr 2.8.7

2023-09-26 Thread Francesc Alted
w of any bugs, suggestions, gripes, kudos, etc. you may have. Enjoy data! -- Francesc Alted ___ Python-announce-list mailing list -- python-announce-list@python.org To unsubscribe send an email to python-announce-list-le...@python.org https://mail.python.org/m

[issue45842] AddressSanitizer: bad-free - hello world c extension

2021-11-29 Thread Francesc Elies
Francesc Elies added the comment: I am closing this one, bad-free is in this case a false positive. Starting python and loading a dll which was linked with asan is incorrect. One should asan-rt as earyly as possible, in order to do that in linux one should use LD_PRELOAD but in windows it's

[issue45842] AddressSanitizer: bad-free - hello world c extension

2021-11-25 Thread Francesc Elies
Francesc Elies added the comment: I tested the same script in ubuntu and got the following. ==1361==ASan runtime does not come first in initial library list; you should either link runtime to your application or manually preload it with LD_PRELOAD. While on windows he does not complain

[issue45842] AddressSanitizer: bad-free - hello world c extension

2021-11-19 Thread Francesc Elies
New submission from Francesc Elies : Hi, Context === we are compiling a dll with clang and it's address sanitizer and loading it via cffi, at random spots ASAN complains with bad-free. ==15100==ERROR: AddressSanitizer: attempting free on address which was not malloc()-ed

ANN: python-blosc 1.9.2 released!

2020-09-09 Thread Francesc Alted
= Announcing python-blosc 1.9.2 = What is new? This is a maintenance release to better support recent versions of Python (3.8 and 3.9). Also, and due to the evolution of modern CPUs, the number of default threads has been

ANN: python-blosc 1.9.0 released

2020-03-29 Thread Francesc Alted
= Announcing python-blosc 1.9.0 = What is new? In this release we got rid of the support for Python 2.7 and 3.5. Also, we fixed the copy of the leftovers of a chunk when its size is not a multiple of the typesize. Although

bcolz, a column store for Python, 1.1.2 released

2017-02-10 Thread Francesc Alted
colz License is the new BSD: https://github.com/Blosc/bcolz/blob/master/LICENSES/BCOLZ.txt Release notes can be found in the Git repository: https://github.com/Blosc/bcolz/blob/master/RELEASE_NOTES.rst ---- **Enjoy data!** -- Francesc Alted -- https://mail.python.org/mailman/listinfo/py

ANN: python-blosc 1.5.0 released

2017-02-08 Thread Francesc Alted
== The sources and documentation are managed through github services at: http://github.com/Blosc/python-blosc **Enjoy data!** -- Francesc Alted -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http

ANN: numexpr 2.6.2 released!

2017-01-30 Thread Francesc Alted
Enjoy data! -- Francesc Alted -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

ANN: bcolz 1.1.0 released!

2016-06-10 Thread Francesc Alted
/Blosc/bcolz/blob/master/RELEASE_NOTES.rst **Enjoy data!** -- Francesc Alted -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

ANN: bcolz 1.0.0 (final) released

2016-04-07 Thread Francesc Alted
/Blosc/bcolz/blob/master/RELEASE_NOTES.rst **Enjoy data!** -- Francesc Alted -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

ANN: python-blosc 1.3.1

2016-04-07 Thread Francesc Alted
*Enjoy data!** -- Francesc Alted -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

ANN: numexpr 2.5.2 released

2016-04-07 Thread Francesc Alted
github.com/pydata/numexpr You can get the packages from PyPI as well (but not for RC releases): http://pypi.python.org/pypi/numexpr Share your experience = Let us know of any bugs, suggestions, gripes, kudos, etc. you may have. Enjoy data! -- Francesc Alted

ANN: python-blosc 1.3.0 released

2016-03-31 Thread Francesc Alted
the MIT license. See: https://github.com/Blosc/python-blosc/blob/master/LICENSES for more details. **Enjoy data!** -- Francesc Alted -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf

ANN: numexpr 2.5.1 released

2016-03-31 Thread Francesc Alted
Enjoy data! -- Francesc Alted -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

[ANN] bcolz 1.0.0 RC1 released

2016-03-08 Thread Francesc Alted
can be found in the Git repository: https://github.com/Blosc/bcolz/blob/master/RELEASE_NOTES.rst **Enjoy data!** -- Francesc Alted -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf

ANN: numexpr 2.5

2016-02-06 Thread Francesc Alted
es): http://pypi.python.org/pypi/numexpr Share your experience = Let us know of any bugs, suggestions, gripes, kudos, etc. you may have. Enjoy data! -- Francesc Alted -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software

ANN: bcolz 0.12.0 released

2015-11-16 Thread Francesc Alted
, the tutorials haven been migrated to the IPython notebook format (a huge thank you to Francesc Elies for this!). This will hopefully will allow users to better exercise the different features of bcolz. For a more detailed change log, see: https://github.com/Blosc/bcolz/blob/master/RELEASE_NOTES.rst What

ANN: numexpr 2.4.6 released

2015-11-02 Thread Francesc Alted
s optional), so it works well as an easy-to-deploy, easy-to-use, computational engine for projects that don't want to adopt other solutions requiring more heavy dependencies. What's new == This is a quick maintenance version that offers better handling of MSVC symbols (#168, Francesc Alted

ANN: numexpr 2.4.5 released

2015-11-02 Thread Francesc Alted
What's new == This is a maintenance release where an important bug in multithreading code has been fixed (#185 Benedikt Reinartz, Francesc Alted). Also, many harmless warnings (overflow/underflow, divide by zero and others) in the test suite have been silenced (#183, Francesc Alted). In case you wa

ANN: bcolz 0.11.3 released!

2015-10-05 Thread Francesc Alted
notes can be found in the Git repository: https://github.com/Blosc/bcolz/blob/master/RELEASE_NOTES.rst **Enjoy data!** -- Francesc Alted -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf

ANN: python-blosc 1.2.8 released

2015-09-16 Thread Francesc Alted
://groups.google.es/group/blosc Licenses Both Blosc and its Python wrapper are distributed using the MIT license. See: https://github.com/Blosc/python-blosc/blob/master/LICENSES for more details. **Enjoy data!** -- Francesc Alted -- https://mail.python.org/mailman/listinfo

numexpr 2.4.4 released

2015-09-14 Thread Francesc Alted
not for RC releases): http://pypi.python.org/pypi/numexpr Share your experience = Let us know of any bugs, suggestions, gripes, kudos, etc. you may have. Enjoy data! -- Francesc Alted -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Pytho

ANN: python-blosc 1.2.7 released

2015-05-06 Thread Francesc Alted
...@googlegroups.com http://groups.google.es/group/blosc Licenses Both Blosc and its Python wrapper are distributed using the MIT license. See: https://github.com/Blosc/python-blosc/blob/master/LICENSES for more details. **Enjoy data!** -- Francesc Alted -- https://mail.python.org

ANN: PyTables 3.2.0 (final) released!

2015-05-06 Thread Francesc Alted
=== Announcing PyTables 3.2.0 === We are happy to announce PyTables 3.2.0. *** IMPORTANT NOTICE: If you are a user of PyTables, it needs your help to keep going. Please read the next thread as it contains important

ANN: bcolz 0.7.1 released

2014-07-30 Thread Francesc Alted
://blosc.org/docs/bcolz-EuroPython-2014.pdf`_. License --- Please see BCOLZ.txt in LICENSES/ directory. Share your experience - Let us know of any bugs, suggestions, gripes, kudos, etc. you may have. **Enjoy Data!** -- Francesc Alted -- https://mail.python.org/mailman

ANN: bcolz 0.7.0, columnar, chunked and compressed datasets at your fingertips

2014-07-24 Thread Francesc Alted
http://groups.google.com/group/bcolz License is the new BSD: https://github.com/Blosc/bcolz/blob/master/LICENSES/BCOLZ.txt **Enjoy data!** -- Francesc Alted -- https://mail.python.org/mailman/listinfo/python-list

ANN: python-blosc 1.2.7 released

2014-07-07 Thread Francesc Alted
://groups.google.es/group/blosc Licenses Both Blosc and its Python wrapper are distributed using the MIT license. See: https://github.com/Blosc/python-blosc/blob/master/LICENSES for more details. **Enjoy data!** -- Francesc Alted -- https://mail.python.org/mailman/listinfo

[CORRECTION] python-blosc 1.2.4 released (Was: ANN: python-blosc 1.2.7 released)

2014-07-07 Thread Francesc Alted
Indeed it was 1.2.4 the version just released and not 1.2.7. Sorry for the typo! Francesc On 7/7/14, 8:20 PM, Francesc Alted wrote: = Announcing python-blosc 1.2.4 = What is new? This is a maintenance release, where

ANN: numexpr 2.4 is out

2014-04-19 Thread Francesc Alted
know of any bugs, suggestions, gripes, kudos, etc. you may have. Enjoy data! -- Francesc Alted -- Francesc Alted -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

ANN: python-blosc 1.2.0 released

2014-01-28 Thread Francesc Alted
-blosc/blob/master/LICENSES for more details. **Enjoy data!** -- Francesc Alted Continuum Analytics, Inc. -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

ANN: BLZ 0.6.1 has been released

2014-01-28 Thread Francesc Alted
! Francesc Alted Continuum Analytics, Inc. -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

[ANN] numexpr 2.2 released

2013-09-01 Thread Francesc Alted
is hosted at Google code in: http://code.google.com/p/numexpr/ You can get the packages from PyPI as well: http://pypi.python.org/pypi/numexpr Share your experience = Let us know of any bugs, suggestions, gripes, kudos, etc. you may have. Enjoy data! -- Francesc Alted

ANN: python-blosc 1.1 (final) released

2013-05-24 Thread Francesc Alted
for Blosc at: bl...@googlegroups.com http://groups.google.es/group/blosc Licenses Both Blosc and its Python wrapper are distributed using the MIT license. See: https://github.com/FrancescAlted/python-blosc/blob/master/LICENSES for more details. Enjoy! -- Francesc Alted -- http

ANN: python-blosc 1.1 RC1, a wrapper for the compression library, is available

2013-05-19 Thread Francesc Alted
://groups.google.es/group/blosc Licenses Both Blosc and its Python wrapper are distributed using the MIT license. See: https://github.com/FrancescAlted/python-blosc/blob/master/LICENSES for more details. -- Francesc Alted -- http://mail.python.org/mailman/listinfo/python-announce-list

[ANN] python-blosc 1.0.5 released

2012-09-16 Thread Francesc Alted
-- Francesc Alted -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

[ANN] carray 0.5 released

2012-08-21 Thread Francesc Alted
://carray.pytables.org/docs/manual Home of Blosc compressor: http://blosc.pytables.org User's mail list: car...@googlegroups.com http://groups.google.com/group/carray Enjoy! -- Francesc Alted -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software

ANN: Numexpr 2.0 released

2011-11-27 Thread Francesc Alted
to Mark Wiebe for such an important contribution! For some benchmarks on the new virtual machine, see: http://code.google.com/p/numexpr/wiki/NewVM Also, Gaëtan de Menten contributed important bug fixes, code cleanup as well as speed enhancements. Francesc Alted contributed some fixes, and added

Unsupported operand type(s) for +: 'float' and 'tuple'

2011-06-10 Thread Francesc Segura
Hello all, I'm new to this and I'm having problems on summing two values at python. I get the following error: Traceback (most recent call last): File C:\edge-bc (2).py, line 168, in module if (costGG = cost + T0): TypeError: unsupported operand type(s) for +: 'float' and 'tuple' I'm

Unsupported operand type(s) for +: 'float' and 'tuple'

2011-06-10 Thread Francesc Segura
Hello all, I'm new to this and I'm having problems on summing two values at python. I get the following error: Traceback (most recent call last): File C:\edge-bc (2).py, line 168, in module if (costGG = cost + T0): TypeError: unsupported operand type(s) for +: 'float' and 'tuple' I'm

Re: Unsupported operand type(s) for +: 'float' and 'tuple'

2011-06-10 Thread Francesc Segura
On 10 jun, 13:38, Tim Chase python.l...@tim.thechases.com wrote: On 06/10/2011 05:30 AM, Francesc Segura wrote: Hello all, I'm new to this and I'm having problems on summing two values at python. I get the following error: Traceback (most recent call last):    File C:\edge-bc (2).py

ANN: numexpr 1.4.2 released

2011-01-26 Thread Francesc Alted
as well: http://pypi.python.org/pypi/numexpr Share your experience = Let us know of any bugs, suggestions, gripes, kudos, etc. you may have. Enjoy! -- Francesc Alted -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software

ANN: carray released

2010-12-23 Thread Francesc Alted
. Enjoy! -- Francesc Alted -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

python-blosc 1.0.3 released

2010-11-18 Thread Francesc Alted
is distributed using the MIT license, see LICENSES/BLOSC.txt for details. Mailing list There is an official mailing list for Blosc at: bl...@googlegroups.com http://groups.google.es/group/blosc **Enjoy data!** -- Francesc Alted -- http://mail.python.org/mailman/listinfo/python

ANN: PyTables 2.2.1 released

2010-11-06 Thread Francesc Alted
, suggestions, gripes, kudos, etc. you may have. **Enjoy data!** -- The PyTables Team -- Francesc Alted -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

ANN: python-blosc 1.0.2

2010-11-04 Thread Francesc Alted
There is an official mailing list for Blosc at: bl...@googlegroups.com http://groups.google.es/group/blosc **Enjoy data!** -- Francesc Alted -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http

ANN: Numexpr 1.4.1 released

2010-10-21 Thread Francesc Alted
get the packages from PyPI as well: http://pypi.python.org/pypi Share your experience = Let us know of any bugs, suggestions, gripes, kudos, etc. you may have. Enjoy! -- Francesc Alted -- http://mail.python.org/mailman/listinfo/python-announce-list Support

ANN: Numexpr 1.4 released

2010-08-01 Thread Francesc Alted
, suggestions, gripes, kudos, etc. you may have. Enjoy! -- Francesc Alted -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

PyTables 2.2 released: entering the multi-core age

2010-07-01 Thread Francesc Alted
may have. **Enjoy data!** -- The PyTables Team -- Francesc Alted -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

PyTables 2.2rc2 ready to test

2010-06-17 Thread Francesc Alted
-- Francesc Alted -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

Invoking setup.py in sub-packages

2010-05-13 Thread Francesc
Hi, I'd like to setup a package that is make of other sub-packages, modules and other extensions. What I have is something like (this is very simplified indeed): foo/ __init__.py setup.py foo1/ __init__.py foo1.c [...] foo2/ setup.py

Python-es mailing list changes home

2010-01-20 Thread Francesc Alted
/listinfo/python-es ¡Gracias! Chema Cortes, Oswaldo Hernández y Francesc Alted -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

ANN: PyTables 2.2b2 released

2009-12-22 Thread Francesc Alted
, kudos, etc. you may have. **Enjoy data!** -- The PyTables Team -- Francesc Alted -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

ANN: Numexpr 1.3.1 released

2009-06-23 Thread Francesc Alted
description by the original author (David M. Cooke). Share your experience = Let us know of any bugs, suggestions, gripes, kudos, etc. you may have. Enjoy! -- Francesc Alted -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software

ANN: Numexpr 1.3 released

2009-06-03 Thread Francesc Alted
. Enjoy! -- Francesc Alted -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

[ANN] PyTables 2.1.1 released

2009-03-13 Thread Francesc Alted
experience = Let us know of any bugs, suggestions, gripes, kudos, etc. you may have. **Enjoy data!** -- The PyTables Team -- Francesc Alted -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http

ANN: PyTables 2.1rc1 ready for testing

2008-10-31 Thread Francesc Alted
= Let us know of any bugs, suggestions, gripes, kudos, etc. you may have. **Enjoy data!** -- The PyTables Team -- Francesc Alted -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf

Re: dynamic allocation file buffer

2008-09-15 Thread Francesc
that you mentioned. I have corrected the docs in: http://www.pytables.org/trac/changeset/3714/trunk Thanks for (indirectly ;-) bringing this to my attention, Francesc -- http://mail.python.org/mailman/listinfo/python-list

ANN: PyTables 2.0.4 available

2008-07-07 Thread Francesc Alted
a lot to the HDF5 and NumPy (and numarray!) makers. Without them, PyTables simply would not exist. Share your experience = Let me know of any bugs, suggestions, gripes, kudos, etc. you may have. **Enjoy your data!** -- Francesc Alted -- http://mail.python.org/mailman

ANN: PyTables 2.0.3 released

2008-03-08 Thread Francesc Altet
them, PyTables simply would not exist. Share your experience = Let us know of any bugs, suggestions, gripes, kudos, etc. you may have. -- 0,0 Francesc Altet     http://www.carabos.com/ V V Cárabos Coop. V.   Enjoy Data - -- http://mail.python.org/mailman/listinfo

Dictionary vs binary search lookups [was: Populating a dictionary, fast [SOLVED]]

2007-11-21 Thread Francesc Altet
A Tuesday 20 November 2007, Istvan Albert escrigué: On Nov 19, 2:33 pm, Francesc Altet [EMAIL PROTECTED] wrote: Just for the record. I was unable to stop thinking about this, and after some investigation, I guess that my rememberings were gathered from some benchmarks with code in Pyrex

Re: Populating a dictionary, fast [SOLVED]

2007-11-19 Thread Francesc Altet
A Wednesday 14 November 2007, Francesc Altet escrigué: I think I've got messed on some benchmarks that I've done on that subject some time ago, but either my memory is bad or I've made some mistake on those experiments. My apologies. Just for the record. I was unable to stop thinking about

Re: Populating a dictionary, fast [SOLVED]

2007-11-14 Thread Francesc Altet
A Tuesday 13 November 2007, Steven D'Aprano escrigué: On Tue, 13 Nov 2007 17:27:11 +0100, Francesc Altet wrote: I don't know exactly why do you need a dictionary for keeping the data, but in case you want ultra-fast access to values, there is no replacement for keeping a sorted list of keys

Re: Populating a dictionary, fast [SOLVED]

2007-11-14 Thread Francesc Altet
A Wednesday 14 November 2007, Istvan Albert escrigué: On Nov 13, 11:27 am, Francesc Altet [EMAIL PROTECTED] wrote: Another possibility is using an indexed column in a table in a DB. Lookups there should be much faster than using a dictionary as well. I would agree with others who state

Re: Populating a dictionary, fast [SOLVED]

2007-11-13 Thread Francesc Altet
be much faster than using a dictionary as well. HTH, -- 0,0 Francesc Altet     http://www.carabos.com/ V V Cárabos Coop. V.   Enjoy Data - -- http://mail.python.org/mailman/listinfo/python-list

Re: Python good for data mining?

2007-11-09 Thread Francesc
ahead and choose a RDBMS in combination with a hierarchical DB, and utilize the powerful capabilities of Python to take the most out of them. Cheers, Francesc Altet -- http://mail.python.org/mailman/listinfo/python-list

ANN: PyTables and PyTables Pro 2.0.1 released (Hierachical Datasets)

2007-09-20 Thread Francesc Altet
Announcing PyTables and PyTables Pro 2.0.1 PyTables is a library for managing hierarchical datasets and designed to efficiently cope with extremely large amounts of data with support for full 64-bit file

PyTables Pro (hierarchical datasets indexing) 2.0 released

2007-07-13 Thread Francesc Altet
=== Announcing PyTables Pro 2.0 === PyTables Pro is a library for managing hierarchical datasets and designed to efficiently cope with extremely large amounts of data with support for full 64-bit file addressing. PyTables Pro runs on top of the

ANN: PyTables 2.0rc2 released

2007-05-30 Thread Francesc Altet
!** -- The PyTables Team -- Francesc Altet| Be careful about using the following code -- Carabos Coop. V. | I've only proven that it works, www.carabos.com | I haven't tested it. -- Donald Knuth -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software

[ANN] PyTables 2.0b2 released

2007-04-05 Thread Francesc Altet
your experience = Let us know of any bugs, suggestions, gripes, kudos, etc. you may have. **Enjoy data!** -- The PyTables Team -- 0,0 Francesc Altet     http://www.carabos.com/ V V Cárabos Coop. V.   Enjoy Data - -- http://mail.python.org/mailman/listinfo

ANN: Pytables 2.0 beta1 (hierarchical datasets) released

2007-03-10 Thread Francesc Altet
your experience = Let us know of any bugs, suggestions, gripes, kudos, etc. you may have. **Enjoy data!** -- The PyTables Team -- 0,0 Francesc Altet     http://www.carabos.com/ V V Cárabos Coop. V.   Enjoy Data - -- http://mail.python.org/mailman/listinfo

ANN: PyTables 1.4 (A Hierarchical Database) released!

2006-12-23 Thread Francesc Altet
=== Announcing PyTables 1.4 === PyTables is a library for managing hierarchical datasets and designed to efficiently cope with extremely large amounts of data with support for full 64-bit file addressing. It is based on the HDF5 library for doing

[ANN] PyTables 1.3.3 released

2006-08-25 Thread Francesc Altet
=== Announcing PyTables 1.3.3 === I'm happy to announce a new minor release of PyTables. In this one, we have focused on improving compatibility with latest beta versions of NumPy (0.9.8, 1.0b2, 1.0b3 and higher), adding some improvements and the

ANN: PyTables 1.3.1 - Hierarchical datasets

2006-05-04 Thread Francesc Altet
=== Announcing PyTables 1.3.1 === This is a new minor release of PyTables. On it, you will find support for NumPy integers as indexes of datasets and many bug fixes. *Important note*: one of the fixes adresses a bug in the flushing of I/O buffers

ANN: PyTables 1.3 released

2006-04-01 Thread Francesc Altet
= Announcing PyTables 1.3 = This is a new major release of PyTables. The most remarkable feature added in this version is a complete support (well, almost, because unicode arrays are not there yet) for NumPy objects. Improved support for native

ANN: PyTables 1.3 is released

2006-04-01 Thread Francesc Altet
= Announcing PyTables 1.3 = This is a new major release of PyTables. The most remarkable feature added in this version is a complete support (well, almost, because unicode arrays are not there yet) for NumPy objects. Improved support for native

ANN: ViTables 1.0 released

2006-03-02 Thread Francesc Altet
family! -- 0,0 Francesc Altet     http://www.carabos.com/ V V Cárabos Coop. V.   Enjoy Data - -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

[ANN] PyTables (A Hierarchical Database) 1.2.2 is out

2006-02-16 Thread Francesc Altet
Francesc Altet     http://www.carabos.com/ V V Cárabos Coop. V.   Enjoy Data - -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

ANN: PyTables 1.2.1

2005-12-22 Thread Francesc Altet
= Announcing PyTables 1.2.1 = I'm happy to announce a new version of PyTables. This is a maintenance version and only bugs has been fixed in it. In particular, the documentation has not change at all, so it is not necessary that you look at it for

ANN: PyTables 1.2

2005-11-23 Thread Francesc Altet
. --- **Enjoy data!** -- The PyTables Team -- 0,0 Francesc Altet     http://www.carabos.com/ V V Cárabos Coop. V.   Enjoy Data - -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

ANN: PyTables 1.1 released

2005-07-15 Thread Francesc Altet
= Announcing PyTables 1.1 = After quite a few testing iterations, the PyTables development team is happy to announce the availability of PyTables 1.1. On this version you will find support for a nice set of new features, like nested datatypes,