-
Notifications
You must be signed in to change notification settings - Fork 138
Home
Oskar M edited this page Apr 3, 2024
·
23 revisions
For installation instructions, tutorials and the API documentation have a look at http://loli.github.io/medpy/
The tasks for the last Release, 0.5.0, are described here: https://github.com/loli/medpy/pull/122
Possible improvements for the next release are, e.g.:
- Introduce new build system (e.g. poetry)
- interesting, but would be quite some effort to get the c++ compiled extension running
- maybe for the next release?
- https://towardsdatascience.com/setuptools-python-571e7d5500f2
- https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
- Adapt GitHub actions to also build wheels
- https://github.com/pypa/manylinux
- for MacOs
- for windows
- Add GitHub action to build and publish documentation on github pages
- Harmonize imports, aka "import numpy" > "import numpy as np"
- Switch to more modern documentation builder