[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Poetry #155

Merged
merged 19 commits into from
Nov 11, 2019
Merged

Add Poetry #155

merged 19 commits into from
Nov 11, 2019

Conversation

mimischi
Copy link
Contributor
@mimischi mimischi commented Nov 6, 2019

This PR adds poetry as the one dependency management tool for our project.

With poetry we can define all dependencies, locally install everything in isolated environments and also have the package deployed to PyPI.

PR Checklist

  • Added changelog fragment in ./changelog/?
  • Add CLASSIFIERS.
  • [ ] Make use of the poetry version function. Postponed for the future.
  • Update DEVELOPER.rst to include a how-to for poetry.
  • Move setup.py-things to pyproject.toml.
  • [ ] Move setup.cfg-things to pyproject.toml. Postponed for the future.
  • Move MANIFEST.in to pyproject.toml.
  • Use poetry to run tests?
  • Make sure the documentation can be build by readthedocs.

@mimischi mimischi mentioned this pull request Nov 6, 2019
5 tasks
@mimischi mimischi merged commit 85c99cb into develop Nov 11, 2019
@mimischi mimischi deleted the poetry branch November 11, 2019 15:13
@mimischi mimischi mentioned this pull request Mar 4, 2020
mimischi added a commit that referenced this pull request Mar 4, 2020
Features
--------

- Add GPUs to cobra template. (#142)
- Lower startup time of the CLI. (#153)


Bugfixes
--------

- Already submitted benchmarks are now hidden in the summary of ``mdbenchmark submit``. (#139)
- Plotting will now work, even when some benchmarks are unfinished. (#140)
- Restarting benchmarks with ``mdbenchmark submit --force`` works again. (#141)


Misc
----

- Use ``poetry`` to manage Python dependencies and the project in general. (#155)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant