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

jakirkham / zarr
100%

Build:
DEFAULT BRANCH: master
Repo Added 20 Feb 2017 07:37AM UTC
Files 30
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • add_py2_lzma
  • add_shelve_store
  • add_tree
  • add_visitor_patterns
  • add_visitor_patterns_tst
  • fix_93
  • fix_astype_repr
  • fix_ci
  • master
  • prep_dev_bld
  • ref_visitor_patterns
  • temp
  • unpin_setuptools_reqs
  • use_coveralls
  • use_kenjutsu

pending completion
184

push

travis-ci

web-flow
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).

* Import `scandir` on Python 2/3

* Use `scandir` to determine directory size quickly

* Note use of scandir in DirectoryStore's getsize

* Use double backticks in release note's inline code

* Use escaped whitespace after double backticks

9458 of 9458 relevant lines covered (100.0%)

3.96 hits per line

Relevant lines Covered
Build:
Build:
9458 RELEVANT LINES 9458 COVERED LINES
3.96 HITS PER LINE
Source Files on master
  • List 0
  • Changed 19
  • Source Changed 12
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

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  
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  
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  
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  
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  
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  
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:16PM UTC web-flow travis-ci pending completion  
177 master add @mzjp2 to credits for ABSStore push 05 Mar 2019 06:55AM UTC web-flow travis-ci pending completion  
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  
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  
See All Builds (119)
  • Repo on GitHub
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