Contributing
QDesignOptimizer is an open source project. If you come across a missing feature that could benefit a wider audience, we encourage you to open an issue and reach out to the developers. Your insights and contributions help shape and improve the project for everyone!
Publishing a new release to PyPI
If you are taking over maintenance of the repository and need to publish a new release, follow the step-by-step checklist in .github/RELEASING.md. It covers merging PRs, bumping the version, running tests, using the TestPyPI dry-run workflow, and creating the GitHub Release that triggers the live publish.
The latest stable version is published as a pip-installable release
(pip install qdesignoptimizer); see the Installation guide for details.