Tim Head

Results 154 issues of Tim Head

I just setup a new dev environment for papermill with `conda create ...` and then `pip install -r requirements-dev.txt` and executed `pytest` in the top level directory of the repository....

enhancement
help wanted
new-contributor-friendly

mybinder.org is a free infrastructure operated by Project Binder. The [software used to operate it is open-source](binderhub.readthedocs.io/), based on JupyterHub and even the deployment/operations are [performed in the open by...

Currently I have the following process: 1. user provides some text possibly containing double white space, newlines, etc 1. apply `preprocess.normalize_whitespace` 1. use the NER from spacy 1. highlight found...

How about changing the behaviour of the output area so that you have to press `ctrl` or `cmd` to scroll it. Similar to how several map widgets do it. I...

new-contributor-friendly
feature: ui/ux
stale

Closes #51 Work in progress code to check out using pickles to store intermediate results over NPZ files. Not quite sure how to nicely benchmark this. This speeds up (for...

I was wondering what the thinking was behind choosing `np.save`/`np.load` instead of `pickle`. I was preparing data for a fairly small region and ended up with 156250 tiles in total....

Interested in a http://mybinder.org/ badge/button? I think all it would take is a `requirements.txt` or `environment.yml` that is (automatically) kept in sync with one of your travis build slots. I...

enhancement

We should discuss how best to deal with the fact that compilers are getting smarter but you need to tell them what arch you are working with. For example https://godbolt.org/g/8EyZEJ...

Some trivial fix ups to reduce the number of compiler warnings generated by `khmer`. @luizirber do you know what the `-mmacosx-version-min=10.7` really does? I don't really know more than what...

Fixes #1757 Test driving the FNV hash. Benchmarks to do: * [ ] computation time * [ ] "quality" of the hashing (returning a constant would be a fast hash,...