• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zarr-developers / zarr / 1126

Builds Branch Commit Type Ran Committer Via Coverage
1126 use_numcodecs_0.6.1 Cast datetime/timedelta arrays for buffer protocol Make sure that datetime/timedelta arrays are cast to a type that supports the buffer protocol. Ensure this is a type that can handle all of the datetime/timedelta values and has the same itemsize. Pull #347 02 Dec 2018 05:34AM UTC web-flow travis-ci pending completion   set done
1125 master Merge pull request #343 from jakirkham/add_pragma_cov Mark decoding as not covered by Python 2 tests push 02 Dec 2018 05:19AM UTC web-flow travis-ci pending completion   set done
1124 use_numcodecs_0.6.1 Drop unknown size cases from `DictStore` As `DictStore` now must only store `bytes` or types coercible to bytes via the buffer protocol, there is no possibility for it to have unknown sizes as `bytes` always have a known size. So drop these cases... Pull #347 02 Dec 2018 04:59AM UTC web-flow travis-ci pending completion   set done
1123 use_numcodecs_0.6.1 Simplify `ensure_str` in `zarr.meta` If the data is already a `str` instance, turn `ensure_str` into a no-op. For all other cases, make use of Numcodecs' `ensure_bytes` to aid `ensure_str` in coercing data through the buffer protocol. If we are o... Pull #347 02 Dec 2018 04:45AM UTC web-flow travis-ci pending completion   set done
1122 use_numcodecs_0.6.1 Test `getsize` for unknown size Pull #347 02 Dec 2018 04:35AM UTC web-flow travis-ci pending completion   set done
1121 use_numcodecs_0.6.1 Simplify `buffer_size` by using `ensure_ndarray` Rewrite `buffer_size` to just use Numcodecs' `ensure_ndarray` to get an `ndarray` that views the data. Once the `ndarray` is gotten, all that is needed is to access its `nbytes` member, which retur... Pull #347 02 Dec 2018 04:27AM UTC web-flow travis-ci pending completion   set done
1120 use_numcodecs_0.6.1 Take flattened array views to avoid some copies Make use of Numcodecs' `ensure_ndarray` to take `ndarray` views onto buffers to be stored in a few cases so as to reshape them and avoid a copy (thanks to the buffer protocol). Pull #347 02 Dec 2018 04:12AM UTC web-flow travis-ci pending completion   set done
1119 use_numcodecs_0.6.1 Take flattened array views to avoid some copies Make use of Numcodecs' `ensure_ndarray` to take `ndarray` views onto buffers to be stored in a few cases so as to reshape them and avoid a copy (thanks to the buffer protocol). Pull #347 02 Dec 2018 04:07AM UTC web-flow travis-ci pending completion   set done
1118 use_numcodecs_0.6.1 Drop import of `binary_type` in `zarr.storage` As this is no longer being used by `ensure_bytes` as that function was dropped, go ahead and drop `binary_type` as well. Pull #347 02 Dec 2018 03:54AM UTC web-flow travis-ci pending completion   set done
1117 use_numcodecs_0.6.1 Drop `ensure_bytes` definition from `zarr.storage` As Numcodecs now includes a very versatile and effective `ensure_bytes` function, there is no need to define our own in `zarr.storage` as well. So go ahead and drop it. Pull #347 02 Dec 2018 03:45AM UTC web-flow travis-ci pending completion   set done
1116 use_numcodecs_0.6.1 Update `Array`'s `info` examples As we are now using `DictStore` to back the `Array`, we can correctly measure how much memory it is using. So update the examples in `info` and the tutorial to show how much memory is being used. Also update the s... Pull #347 02 Dec 2018 03:38AM UTC web-flow travis-ci pending completion   set done
1115 use_numcodecs_0.6.1 Note blanklines to fix doctest failures Pull #347 02 Dec 2018 03:28AM UTC web-flow travis-ci pending completion   set done
1114 use_numcodecs_0.6.1 Update `Array`'s `info` example As we are now using `DictStore` to back the `Array`, we can correctly measure how much memory it is using. So update the example in `info` for the default case to show how much memory is being used. Also update the... Pull #347 02 Dec 2018 02:09AM UTC web-flow travis-ci pending completion   set done
1113 use_numcodecs_0.6.1 Update `Array`'s `info` example As we are now using `DictStore` to back the `Array`, we can correctly measure how much memory it is using. So update the example in `info` for the default case to show how much memory is being used. Pull #347 02 Dec 2018 02:00AM UTC web-flow travis-ci pending completion   set done
1112 use_numcodecs_0.6.1 Update `DictStore` docs to note `Array` uses it Pull #347 02 Dec 2018 01:56AM UTC web-flow travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • …
  • 52
  • 53
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc