Timeline
03/11/10: Today
- 05:33 Ticket #268 (EXTDIM saves incorrect value in CArray/EArray) closed by
- fixed: Err, the subject of this ticket is wrong. Obviously, the problem only …
- 05:31 Changeset [4393] by
-
EXTDIM attribute for CArray/EArray now saves the correct value. Fixes ...
- 04:49 Ticket #268 (EXTDIM saves incorrect value in CArray/EArray) created by
- The next code shows the problem: […]
- 03:47 Changeset [4392] by
-
Merged in r48 from blosc (MacOSX does not need to call posix_memalign()).
- 03:45 Changeset [4391] by
-
Added forgotten .dev after VERSION.
03/01/10:
- 04:00 Ticket #267 (easy_install tables finds 2.2b3 (and fails)) closed by
- fixed: Oops. This was an oversight on my part. Fixed. Thanks for reporting!
02/26/10:
- 16:25 Ticket #267 (easy_install tables finds 2.2b3 (and fails)) created by
- Using easy_install to install PyTables? currently fails because version …
- 07:12 Ticket #266 (Base chunkshape of VLArray objects on the number of rows, instead of the ...) created by
- When I first implemented the chunkshape size estimation for VLArrays, I …
02/25/10:
- 06:48 Changeset [4390] by
-
Post-2.2b3 release actions done.
- 06:46 Changeset [4389] by
-
Created std-2.2b3 tag for PyTables? 2.2b3.
- 05:15 Changeset [4388] by
-
Added a note in UG to compile with -msse2 on Linux 32-bit. Also, added a ...
- 04:27 Changeset [4387] by
-
Added missing files in blosc directory.
02/24/10:
- 13:45 Changeset [4386] by
-
Updated README and RELEASE_NOTES for 2.2b3 release.
- 06:56 Changeset [4385] by
-
More fixes for Windows
- 06:47 Changeset [4384] by
-
unistd.h does not exist on Windows.
- 06:29 Changeset [4383] by
-
Passed some lint checks as per ...
- 06:19 Changeset [4382] by
-
Another change in header format. Hopefully this will be the last one ...
- 05:52 Changeset [4381] by
-
Allow for 256 as typesize (coded as 0).
02/23/10:
- 11:12 Changeset [4380] by
-
Version bumped to 0.7.
- 10:57 Changeset [4379] by
-
Added a new benchmark datafile that better tests non-power of 2 datasets.
- 09:07 Changeset [4378] by
-
Improved round-trip checks in benchmark.
- 08:55 Changeset [4377] by
-
Optimized shuffle/unshuffle cannot be use when input size is not a power ...
- 08:52 Changeset [4376] by
-
Simplifyied the logic for left over elements during ...
02/22/10:
- 08:05 Changeset [4375] by
-
Corrected a problem with buffer overflow introduced recently.
- 07:20 Changeset [4374] by
-
Renamed WIN32 --> _WIN32 for avoiding defining WIN32 when compiling on ...
- 07:12 Changeset [4373] by
-
New, more accurate, version of getseconds() for blosc benchmarks.
- 06:51 Changeset [4372] by
-
Added gettimeofday for windows platform.
- 06:27 Changeset [4371] by
-
Use gettimeofday instead of clock for measuing times.
Hope that this ...
- 05:25 Changeset [4370] by
-
Typesize is saved as a 1-byte int in header. Compressed size is saved in ...
- 04:48 Changeset [4369] by
-
Better algorithm for giving up before running into a buffer overrun.
Now, ...
02/19/10:
- 03:21 Changeset [4368] by
-
Zeroed the byte after flags in blosc header.
This in fact brought to the ...
02/18/10:
- 14:16 Changeset [4367] by
-
Still more fixes for windows in blosc benchmarks.
- 13:54 Changeset [4366] by
-
Added a new benchmark file and make it the default.
- 13:28 Ticket #261 (Documentation/default value of "copyuserattrs" for File.copyFile()) closed by
- fixed: Yes, you are right. Fixed in r4365. Thanks!
- 13:28 Changeset [4365] by
-
copyuserattrs in File.copyFile() is set to true by default now. Closes ...
- 12:43 Changeset [4364] by
-
Making benchmark work with a datafile by default.
This is because rand() ...
- 11:53 Changeset [4363] by
-
Force the definition of SSE2 on windows platforms, because we are ...
- 11:43 Changeset [4362] by
-
Fixed some remaining quirks for compiling with MSVC 2003.
- 06:23 Changeset [4361] by
-
The set_complevel and set_shuffle have been removed.
Now, the ...
- 05:34 Changeset [4360] by
-
A new change in the blosc format.
Benchmark added to blosc directory.
02/17/10:
- 13:53 Changeset [4359] by
-
Documented the addition of blosc in the release notes.
- 13:51 Ticket #265 (Integrate Blosc in PyTables) closed by
- fixed: This task has been done in the blosc branch and merged back into trunk …
- 13:48 Ticket #265 (Integrate Blosc in PyTables) created by
- Blosc compressor is going to be a great performance helper to pytables in …
- 13:38 Changeset [4358] by
-
Usage of blosc triggers a ExperimentalFeatureWarning?: command not found.
- 13:26 Changeset [4357] by
-
Sync'ed binary and string versions of blosc.
- 13:20 Changeset [4356] by
-
Merged blosc branch in trunk. The format is stable and tests passes on ...
- 13:10 Changeset [4355] by
-
Small additions for introducing blosc in docstrings and User's Guide ...
- 12:15 Changeset [4354] by
-
Sync'ed with r36 of blosc trunk (Added a new dataset for testing ...
- 12:09 Changeset [4353] by
-
New header specification for blosc container.
Reserved some space for ...
- 05:42 Changeset [4352] by
-
Sync'ed with r34 of blosc repository. Blosc version raised to 0.2.
Tests ...
- 05:35 Changeset [4351] by
-
Fixed a problem with the length of the values array for filters in ...
02/16/10:
- 12:08 Ticket #263 (Function to get a description from a numpy dtype) closed by
- invalid: The description parameter of createTable() already has support for a …
- 12:05 Changeset [4350] by
-
Better docs for the description in createTable object.
- 12:00 Changeset [4349] by
-
Better docs for the description in createTable object.
- 10:55 Ticket #264 (Using itertools.groupby() on an iterator produces a segfault) created by
- Hi, I have quite some data in a pytables table, used in Monte-Carlo …
02/13/10:
- 08:12 Changeset [4348] by
-
Introduce references to pytables, especially for use in attributes. Also ...
