Tyler Kennedy
Tyler Kennedy
We should experiment adding simdjson to some real-world projects where performance matters. This is both to prove we're worth using, and it ensure our API is extensive enough for real-world...
We currently raise a ValueError instead of JSONDecodeError (which is a ValueError subclass) in some cases where JSONDecodeError would be more appropriate. This is because upstream simdjson does not report...
There currently does not appear to be a changelog in the repo, on GitHub releases, or in the generated sphinx docs. A minimal description of the changes in each release...
https://github.com/seung-lab/cloud-volume/blob/ad6a71bf53ee2816ce4ee84cac9fc4f434f8dc35/cloudvolume/datasource/precomputed/spatial_index.py#L106 Taking a look at this, it looks like the input is always a homogeneous array destined for numpy. As long as you know the type ahead of time, you...
This is a simple but very useful trick we've done in an ongoing contract which allows fields to be marked as required only when the dataset is actually "published" (in...
@wardi thoughts on adding field groups to scheming master? Here's an example of how they render by default at the moment: It makes a few small changes: - Adds `default_group`...
PR #203 adds support for repeating composite fields. The following is a very simple patch that adds support for parent-level display snippets of repeating and composite fields so containers other...
This feature adds a new optional field-level flag, `make_searchable: True`. When this field exists on at least one field an advanced search page will be created. Currently it adds a...
Python 3 cleanups, better configuration, docker and docker-compose, etc, etc... No sweeping foundational changes, just lots of small progressive updates.