Julius Busecke

Results 210 issues of Julius Busecke

I am looking for a way to make sure that each commit of a repository has the most recent 'locked' environment file attached to it. I was thinking that it...

One of the key ways to enable reproducible research is through [Binder](https://mybinder.org). I would like to add the necessary files to the template and include an example notebook with binder...

One of the next major improvements I would like to add is a complete setup of sphinx docs that work nicely with ReadTheDocs. I have recently implemented this from scratch,...

Currently the user has to specifiy dependency packages in multiple locations: 1. `environment.yml` for day to day development 2. `ci/...yml` for testing 3. `setup.cfg` in e.g. install_requires. I wonder if...

In #15 I deactivated a bunch of tests that were failing. All of them were basically checking information that you could obtain with `python setup.py --author` or similar. [Example](https://github.com/jbusecke/cookiecutter-science-project/blob/3d51cc7c1285e05384e216d0ccca5a209e262183/tests/test_creation.py#L44-L51) I...

The tests are currently limited to some synthetic tests, and I am testing the deployment of a 'real world' repo manually (the demo repo is [here](). In the long run...

I am planning to enable this template to run fully with Github Actions. This would include publishing on pipy. I think it would not be too hard to retain the...

I would like to add more linters and implement them all via pre-commit. See `gem-filters` for examples.

Thanks for putting together this amazing workflow! Would it be possible to query a tag (either globally) or even within a project or the Inbox? An example: I tag very...

Following up on some talks I had in the past weeks I would like to change the license of xMIP to [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0). For this I need the explicit consent of...