Skip to content

Releases: ComPWA/policy

ComPWA repository policy 0.2.1

13 Jan 14:45
a7f1507
Compare
Choose a tag to compare

✨ New features

-Added --github-pages option to check-dev-files (#276)

📝 Documentation

  • Removed en/stable from compwa-org URL (#277)

The full changelog as commits can be found here.

ComPWA repository policy 0.2.0

12 Jan 17:48
9163e4b
Compare
Choose a tag to compare

⚠️ API changes

  • Rename this repository to ComPWA/policy and the package to compwa_policy (#271)
  • The imported pre-commit config is now typed with TypedDict (#272 and #274)

✨ New features

  • Automatically ComPWA/policy repo URL (#273)

⚠️ Enhancements and optimizations

  • Remove redundant paths from requirements workflow (#275)

The full changelog as commits can be found here.

ComPWA Repository Maintenance 0.1.13

12 Jan 10:30
b7a6b23
Compare
Choose a tag to compare

✨ New features

  • Added option to outsource requirements schedule (#263)
  • Autoupdate PR title in precommit.ci config (#265 and #266)
  • Add --color=yes to pytest config (#267, #268 and #269)

⚠️ Enhancements and optimizations

🐛 Bug fixes

  • Do not update Conda environment if not valid Python package (#261 and #262)

🖱️ Developer Experience

  • Ignore missing module docstring in conf.py (#264)

The full changelog as commits can be found here.

ComPWA Repository Maintenance 0.1.12

08 Jan 15:32
a9d577c
Compare
Choose a tag to compare

🖱️ Developer Experience

  • Migrate to new Unwanted extension (#259)

The full changelog as commits can be found here.

ComPWA Repository Maintenance 0.1.11

13 Dec 10:33
440dc61
Compare
Choose a tag to compare

⚠️ Enhancements and optimizations

  • Do not sort Manifest.toml and Project.toml (#255)

🐛 Bug fixes

  • Revert workflow on "update pip constraints" comment (#254)

The full changelog as commits can be found here.

ComPWA Repository Maintenance 0.1.10

10 Dec 21:01
904e78c
Compare
Choose a tag to compare

🖱️ Developer Experience

  • Activate VSCode multi-file diff editor (#250)
  • Check defined doc jobs in tox.ini (#251)
  • Remove outdated VSCode telemetry setting (#249)
  • Run workflow on "update pip constraints" comment (#252)

The full changelog as commits can be found here.

ComPWA Repository Maintenance 0.1.9

08 Dec 16:03
8fde3f4
Compare
Choose a tag to compare

⚠️ Enhancements and optimizations

  • Use ParamSpec in Executor call method (#246)
  • Set import sorting in VSCode for Ruff (#247)

🔨 Maintenance

  • Autoupdate pre-commit hooks (#248)

The full changelog as commits can be found here.

ComPWA Repository Maintenance 0.1.8

06 Dec 21:55
1cb1ef2
Compare
Choose a tag to compare

✨ New features

⚠️ API changes

  • Drop Python 3.6 support (#234)

📝 Documentation

🖱️ Developer Experience

  • Clean up conf.py Sphinx configuration (#239)

The full changelog as commits can be found here.

ComPWA Repository Maintenance 0.1.7

04 Dec 09:39
1c13a7b
Compare
Choose a tag to compare

⚠️ Enhancements and optimizations

  • Automatically sort pre-commit hooks (#235)

🐛 Bug fixes

  • Exclude .egg-info directories when finding package in src directory (#236)

🖱️ Developer Experience

  • Remove _relink_references.py script and replace with sphinx-api-relink (#237)
  • Ignore rst_t templates in cSpell configuration (#238)

The full changelog as commits can be found here.

ComPWA Repository Maintenance 0.1.6

02 Dec 20:28
Compare
Choose a tag to compare

🖱️ Developer Experience

  • Replace nbqa-ruff with official Ruff formatter (#222)
  • Remove pyupgrade if Ruff is installed (#224)
  • Import existing Ruff extend-ignores from nbQA (#225)
  • List jupyterlab-git as a dependency (#227)
  • List python-lsp-ruff as dev requirement (#229)
  • Install isort in jupyter dependencies (#230)
  • Extend ignored Ruff rules for notebooks (#231)

⚠️ Enhancements and optimizations

  • Automatically add jupyterlab requirements to notebook repos (#226)
  • Filter redundant Ruff rules (#228)

🔨 Maintenance

  • Test package on Python 3.12 (#220)

The full changelog as commits can be found here.