Austin Raney

Results 61 comments of Austin Raney

@mdpiper, _introducing_ new functionality is not a breaking change so I think a minor bump is merited. Changes to the existing api would constitute a major version change. Edit: im...

Seems like a duplicate of #3198. If you can shell out and have access to the `docker` cli, you can use `docker context inspect $(docker context show) | awk -F...

It looks like creating an [in-tree build backend](https://setuptools.pypa.io/en/latest/build_meta.html#dynamic-build-dependencies-and-other-build-meta-tweaks) could be a longterm solution instead of building without isolation.

Just wanted to note here, for now ive created a new forked project called `nbsphinx-multilink` that adds the functionality provided in this PR. @vidartf you are still the "author" of...

First off, thanks for the quick reply, @mcflugen and @mdpiper! Just so we are on the same page, you answered my question. However, in line with the comments my colleagues...

Just so we are all on the same page, I am both concerned with the visual ordering (think nested loop over a matrix) as well as the _in-memory_ ordering. >...

> I always struggle with the word row major or column major. This suggests to me that the data would be ordered differently in C and Fortran, but that's only...

Thanks for the dialog, @hrajagers! I think your response better frames the issue I was trying to describe originally. Namely, the BMI does not provide a way to describe the...

You can list `pre-commit` hook `id`'s multiple times and `pre-commit` will not deduplicate them (notice `ruff` listed twice). So, to lint -> sort imports -> format, you can do the...