Peter M. Landwehr

Results 9 issues of Peter M. Landwehr

I was recently using `geopy` to calculate distances of several hundred thousand lat longs from a single point. It was agonizingly slow - at least in the tens of minutes,...

I've put together a build of `mimerender` for conda-forge. (conda-forge/staged-recipes#1522) It'd be good to include a hard link to the license file in the build, but doing so requires that...

Hey-lo, I'm [putting together](https://github.com/conda-forge/staged-recipes/pull/1783) a [`conda`](http://conda.pydata.org) build of Ghost.py for [conda-forge](http://conda-forge.github.io). We'd like to include a copy of the license with the build, but doing so requires that you include...

Hey-lo, I [was going](https://github.com/conda-forge/qds-sdk-feedstock/pull/1) to add an explicit link to `qds-sdk`'s license file in the `conda` build for [conda-forge](https://conda-forge.github.io/). Doing so, however, requires an explicit MANIFEST file that declares the...

This is my attempt to give `flo` support for `py3k`. I've largely used `six` to replace a few calls, and rewritten some arguments to be more pythonic. In tests, the...

Would y'all consider adding an explicit MANIFEST that includes the license? This would help with including hard links to license data in `conda` builds

The license is a `.txt`, not a `.rst`. This just switches the types.

It seems sensible to install `condax` itself in an isolated environment. Is ``` conda create --name condax --channel conda-forge --path ~/.condax/condax condax ln -s ~/.condax/condax/bin/condax ~/.local/bin/condax ``` a good practice?...

I've been trying to get quetz working with a base miniconda environment, but am getting errors during the basic setup when I have a strict environment required. This might be...