cookie icon indicating copy to clipboard operation
cookie copied to clipboard

Scientific Python Library Development Guide and Cookiecutter

Results 46 cookie issues
Sort by recently updated
recently updated
newest added

I'm not affiliated with deptry in any way, but have found this tool really helpful in a corporate environment to protect against unnecessary dependencies https://github.com/fpgmaas/deptry. The checks are available here...

I've just been pointed to this document, so I thought I'd give it a try. I'm rusty when it comes to writing C extensions for Python, but I'm familiar with...

I don't think we are quite ready for it (they are quite new), but maybe we could add a check for the free-threaded classifier? I think most packages, especially scientific...

We should provide some help for people wanting to cite this (a CITATION.cff file, specifically). Open to thoughts on how best to set it up.

It seems codecov updated a little, and the recommended set up now looks like ```yaml - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} slug:...

```yaml - repo: https://github.com/pre-commit/mirrors-mypy rev: "v1.11.1" hooks: - id: mypy files: src|tests args: [] additional_dependencies: - pytest ``` the issue with this pre-commit configuration is that if you rely on...