Matthew Feickert

Results 234 issues of Matthew Feickert

:wave: Hi. As a current reviewer I don't know how to update my information in the [reviewer spreadsheet](https://bit.ly/joss-reviewers) https://github.com/openjournals/joss/blob/1c8ea758fd5da98d780f6283ee6446c3ae892af5/docs/editing.md#L55 Is there a process to this? Can the preferred way (even...

JOSS already does a great job of including lots of important metadata related to the software and the review in the metadata of the paper (here I'm mostly thinking of...

> I'm hesitant to add a lower bound to `nbconvert` because old versions of `nbconvert` work perfectly fine with old versions of `jinja2`. It's only a certain combination of versions...

Hi. In https://github.com/chrisalbon/notes/commit/73c94176cfcb4f5ef6e6c454978c3b496dadcb57#diff-a793896db3dd07184a189901a361d555R15 the example of ```Dockerfile # Maintainer label LABEL maintainer="[email protected]" ``` was added. However, as I've learned in the last year from [Hadolint](https://github.com/hadolint/hadolint) (think Shellcheck for Docker) >...

@mickypaganini Do you think we should have a separate section for lectures and seminars that aren't at the introductory level? I really like what you did with putting Gilles and...

enhancement
question

Before `v0.7.0rc2` can go out and then `v0.7.0` we have to fix the regressions in `staterror`. This Issue is just to keep track of them and help us squash them...

bug

# Description Given the goodwill towards pyhf that @lukasheinrich has been reporting lately, it could be fun to ad something along the lines of a "[User Testimonials](https://github.com/pypa/pipenv#-user-testimonials)" section to the...

docs

Suggestion: add `from __future__ import annotations` to all your files (using isort or reorder_python_imports), make sure you are using mypy 0.800, make sure you have your minimum python version for...

feat/enhancement
SciPy Conference

GitHub has systems around the `CODEOWNERS` file that might be useful to adopt. @lukasheinrich, @kratsg and I should discuss this more and if we consider it a useful tool for...

research

Remove `setuptools_scm_git_archive` in favor of modern `setuptools_scm` and update the dependent files. c.f.: * https://github.com/matplotlib/matplotlib/issues/23386 * https://github.com/Changaco/setuptools_scm_git_archive * https://github.com/matplotlib/matplotlib/pull/23387

build
chore