Douglas Myers-Turnbull

Results 15 issues of Douglas Myers-Turnbull

I was happy to find this on an Anaconda channel: https://anaconda.org/martinthoma/clana When I install it, its dependencies conflict with my other packages, which are all on conda-forge. Perhaps the artifacts...

Related to: #188. Running `mycli --help` outputs a wall of text separated from the documentation on arguments and options. Could Argument/Option `help` fields be set by parsing [Napoleon-style docstrings](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html)? Here's...

enhancement

Some of the examples no longer work. - Target predictions were removed from the ChEMBL API (in version 27?). - All of the following fail: ```python from chembl_webresource_client.utils import utils...

Updated Python versions and OSes; happy to amend this pull request. - I updated the OSes and in your GitHub workflow to include Ubuntu 22.04, Windows 2022, and macOS 11...

Fantastic tool. I wanted to use it for my project but ran into problems. Basically, I needed to include [Poetry](https://python-poetry.org/) dependencies and allow hashes listed in requirements.txt files. Here are...

## New Feature First, thanks for building and maintaining this. I've been using this for a couple years, and it saved a lot of time. Currently, Probot only looks for...

enhancement

- [x] Test and document Python 3.11 support. Also drop past-EOL 3.6 and 3.7. - [x] Fix small issues in docs - [ ] Re-enable CI: I noticed the Travis...

resurrected

Goals: simplify, allow easier programmatic access, stream to output (rather than building up in memory first), enable Unix pipes, optionally or preferentially stream JSON, allow CSV/JSON/TSV everywhere, remove Pandas and...

Looking through the tests, I noticed a few things I figured I could fix. I think JMESPath is a fantastic tool/standard, and I'd like to help out by cleanup and...