Commit History

Author SHA1 Message Date
  Francesc Alted 06084c9dac Python 3.4 on Win64 still does not work, although 3.5 on Win64 works just fine 8 years ago
  Francesc Alted 514177caa3 Added information about the chunklen, chunksize and blocksize in repr(carray) 8 years ago
  Francesc Alted 9395bf20ae Reverted -O1 -> default optimization (-O3) on Linux. 8 years ago
  Francesc Alted e4f3176707 Removed the storage overhead from cbytes. 8 years ago
  FrancescAlted fa0d11b3f6 Merge pull request #304 from Blosc/release-gil 8 years ago
  Francesc Alted 130429f016 If numpy used is less than 1.11, the use UTC as the default timezone 8 years ago
  Francesc Alted 21725beb84 After testing that the new contextual mode works well, update release notes. 8 years ago
  Francesc Alted 4e60b64883 Try using SDK for Python 3.4 in Win64 8 years ago
  Francesc Alted 35b9eec506 Added a benchmark for the new support for releasing the lock during Blosc operation 8 years ago
  Francesc Alted 5f7652da13 Initial try to release the GIL based on the same technique than zarr 8 years ago
  Francesc Alted 1cb8749380 Remove dead code 8 years ago
  Francesc Alted 8ce1afd112 Adapted to the NumPy 1.11 (naive) TZ repr for datetime types 8 years ago
  Francesc Alted 214805bf45 Added support for Python 3.5 in tests 8 years ago
  Francesc Alted 21d47e03e1 Fixed a bug introduced in a recent fix for getitem_cache() 8 years ago
  Francesc Alted 80ef88e94f Specify that the quantize parameter is the number of significant digits 8 years ago
  Francesc Alted aab7115363 Commented out two stale prints (Python2 style) 8 years ago
  Francesc Alted cc2e6a24ce Commented out Python 3.4 Win64 tests in AppVeyor due to bad interactions with previous tests 8 years ago
  Francesc Alted c27afeb2fb Fixed a bug that happened when the chunksize was not an exact multiple of the blocksize. 8 years ago
  Francesc Alted 4fdd02ec88 Remove a stale print 8 years ago
  Francesc Alted 10e185f4a0 Added a new quantize filter for lossy compression 8 years ago
  Francesc Alted 455897bf57 Reverting previous commit as it did not work. 8 years ago
  Francesc Alted ea713ffba3 Moving Python 3.4 64-bit Windons build at the beggining to see if it compiles. 8 years ago
  Francesc Alted 367b388b71 Mention the possibility to create ctables with more than 255 cols 8 years ago
  FrancescAlted 09f17f325b Merge pull request #303 from jseabold/remove-named-tuple 8 years ago
  Skipper Seabold 58496e2fb7 Make sure to cast to str for Python 2 8 years ago
  Skipper Seabold c1b879f2b1 Check if name keyword. Cast to string 8 years ago
  Skipper Seabold ec48847042 Don't use named tuple bc > 255 columns 8 years ago
  Francesc Alted 60e2ce18f6 Remove leading dimension if it is 1 for returned blocks in iterblocks() 8 years ago
  Francesc Alted 97e6f4d61a Fixed an issue with bcolz.iterblocks() not working on ND-carrays 8 years ago
  Francesc Alted c530c257bd Defaults are scalars now, as it is documented. Fixes #25. 8 years ago