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

jakirkham / zarr / 184

Builds Branch Commit Type Ran Committer Via Coverage
184 master Use scandir in DirectoryStore.getsize (#431) * Require `scandir` for Python pre-3.5 As `scandir` was added to the `os` module in Python 3.5, require the backport package for `scandir` is installed for versions prior to that (e.g. Python 2.7)... push 01 May 2019 12:01AM UTC web-flow travis-ci pending completion   set done
183 master Fix tests on big endian machines (#427) * Force test arrays to be little-endian. These are saved on disk as little-endian and need to be compared as such. * Add explicit byteorder on hexdigest tests. Fixes #425. push 30 Apr 2019 06:43AM UTC jakirkham travis-ci pending completion   set done
182 master Fix `collections`'s `DeprecationWarning`s (#432) * Import `MutableMapping` in `compat` As `MutableMapping` moves to `collections.abc` in Python 3.3, handle how it is imported using the `compat` module to get the right location. * Use `com... push 23 Apr 2019 03:33AM UTC web-flow travis-ci pending completion   set done
181 master Collect JSON utility functions (#430) * Move `ensure_text_type` to `zarr.util` As `ensure_text_type` is a more general utility function, go ahead and move it over to `zarr.util` and drop it from `zarr.meta`. Though make sure to import it int... push 23 Apr 2019 02:02AM UTC web-flow travis-ci pending completion   set done
180 master Coerce data to text for JSON parsing (#429) * Rewrite `ensure_str` to be `ensure_text_type` To simplify the branching required for Python 2/3 compatibility. Rename `ensure_str` to `ensure_text_type` and rework the code to coerce data that is... push 19 Apr 2019 11:14PM UTC web-flow travis-ci pending completion   set done
179 master Make azure-storage-blob optional for testing (#420) * Make azure-storage-blob optional for testing * Update 2.3.0 release title * Note azure-storage-blob is optional for testing * Skip covering the azure-storage-blob missing case push 25 Mar 2019 04:06PM UTC web-flow travis-ci pending completion   set done
178 master Update 2.3 Release Notes (#409) * Move NaT release note to the bug fixes section * Note simplifications to `DirectoryStore.rename` * Credit Alistair with Python version support * Note use of pyup.io * Note coverage fix for consolidate... push 22 Mar 2019 09:17PM UTC web-flow travis-ci pending completion   set done
177 master add @mzjp2 to credits for ABSStore push 05 Mar 2019 06:55AM UTC web-flow travis-ci pending completion   set done
176 master Mutable mapping for Azure Blob (#345) * basic implementation working * docs and cleanup * fixed client_kwargs bug * Add ABSStore mutable mapping * Fix import syntax * Get open_zarr() working * Change account variable names * ... push 01 Mar 2019 03:50AM UTC jakirkham travis-ci pending completion   set done
175 master Skip datetime, timedelta, and complex with N5Store (#411) The N5 spec does not currently list support for datetime, timedelta, and complex typed data. So customize `test_dtype` for `N5Store` to avoid these and instead focus on the types `N5Stor... push 26 Feb 2019 05:30PM UTC web-flow travis-ci pending completion   set done
173 master <a href="https://github.com/jakirkham/zarr/commit/a780691c3">Add N5 Support (#309) * Add N5Store for paths ending in &#39;.n5&#39; * Add N5 chunk headers via N5ChunkWrapper as a codec * Add compressor support ... push 26 Feb 2019 08:19AM UTC jakirkham travis-ci pending completion   set done
172 master Test store keys are all text (#408) push 21 Feb 2019 04:22AM UTC web-flow travis-ci pending completion   set done
171 master Test Array storing different compressors, endian and attributes (#405) * Test correct handling of endian data Try storing data as both big endian and little endian. Ensure that the data stored remains equal regardless of the stored endian ord... push 16 Feb 2019 01:07AM UTC web-flow travis-ci pending completion   set done
170 master Create .pep8speaks.yml push 14 Feb 2019 08:11PM UTC web-flow travis-ci pending completion   set done
169 master MongoDB and Redis stores (#372) * add mongodb and redis stores still needs docs and some CI setup * top level doc strings * fix host kwarg * pickle support * different way of launching dbs on travis * back to default travis conf... push 12 Feb 2019 06:18AM UTC alimanfoo travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 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