Jon Crall

Results 176 issues of Jon Crall

This is a bigger PR, even though it only contains 2 functions: cmd and enable_flatapi. However the first of these functions is one of my most useful tools as measured...

Builds off of #218, in which there was discussion of moving to xdoctest as pytest doctest driver. This patch should accomplish that. It adds the appropriate dependency and sets the...

Saw this repo on my feed. Wanted to let you know about scikit-build in case you weren't aware: https://scikit-build.readthedocs.io/en/latest/ Instead of using the `setuptools.Extension` it hooks into CMake, which can...

The original matrix animation uses Japanese characters. https://static.independent.co.uk/s3fs-public/thumbnails/image/2017/10/27/09/matrix-code.jpg?w968 It would be nice if unicode support was added so cmatrix could display Japanese characters.

Feature

In https://github.com/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/05.14-Image-Features.ipynb ### visualise keyword doesn't exist ```python hog_vec, hog_vis = feature.hog(image, visualise=True) ``` does not seem to work: `TypeError: hog() got an unexpected keyword argument 'visualise'`. It looks like...

Currently `FacetGrid` and its consumers `relplot` and `catplot` will always create a new figure when you call them. In my workflow, I often like to create the figures or axes...

enhancement
wishlist
mod:axisgrid

Implements the feature requested in #2830 Need to - [x] Basic implementation - [ ] Add docstring args entries - [ ] Add arg to consumers of FacetGrid - [...

## Bug Report My computer username (joncrall) is different than my credentials that I use to access the dvc remote cache. In my local config I've modified the dvc remote...

feature request
p2-medium
A: data-sync

##### System information (version) This is with the opencv-python-headless wrapper ``` In [15]: cv2.__version__ Out[15]: '4.6.0' ``` - Operating System / Platform => Ubuntu 22.04 ##### Detailed description I'm using...

category: imgproc
Hackathon

Fixes #517 Changes proposed in this pull request: Allows indent to be specified as either None, an integer, or a string as long as it only contains spaces. This increases...