Skip to content

QCEC 2.0 Release Candidate 6

Pre-release
Pre-release

Choose a tag to compare

@burgholzer burgholzer released this 21 Aug 09:20
05e28ee

This release mostly concerns the internal library and contains almost no user facing changes (besides some bugfixes 🐛).

It significantly improves the code quality and its assurance. To this end,

  • the project now follows and enforces (most of) LLVM's code format style and coding guidelines for the C++ part, including consistent naming schemes and source code width limits
  • several improvements reported by the SonarLint tool and various clang-tidy checks have been incorporated
  • similar to the C++ workflow which has been quite well monitored, the Python side of the project now adopts the best practices from https://scikit-hep.org/developer in order to maintain a consistent and high quality

All these changes ensure that future contributions to QCEC can follow predefined guidelines and rules, whether it's for developing the core C++ library or the Python package.

What's Changed

Full Changelog: v2.0.0-rc5...v2.0.0-rc6