Releases: zanderteller/dqm
Releases · zanderteller/dqm
Release list
v0.1.3
v0.1.2 - PyPI Distribution
What's New
DQM is now available on PyPI! Install with:
pip install pydqmChanges
- PyPI distribution: Pre-built wheels for Linux (x86_64) and macOS (Apple Silicon)
- Build system: scikit-build-core + CMake for C++ compilation
- CI/CD: Automated wheel building and publishing via GitHub Actions
- Simplified macOS setup:
brew install libompreplaces manual OpenMP installation - Python support: 3.10, 3.11, 3.12, 3.13
Notes
- Package name on PyPI is
pydqm(imports asdqm) - macOS users need
brew install libomp - Intel Mac and Windows users can build from source
See the Installation Guide for details.
Minor Updates for Clarity
Minor updates for clarity, in code and documentation
First Open-Source DQM Release
First open-source release of DQM