Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish 0.8.0 #96

Merged
merged 10 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ repos:
rev: '0.50'
hooks:
- id: check-manifest
args:
- --update
args: [--no-build-isolation]
additional_dependencies: ['hatch-vcs', 'hatchling>=1.17.1']
- repo: https://github.com/sondrelg/pep585-upgrade
rev: v1.0
hooks:
Expand Down
20 changes: 1 addition & 19 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
*********

Develop
0.8.0 (7 Nov 2024)
========================

Major Features and Improvements
Expand All @@ -12,24 +12,6 @@ Major Features and Improvements
- `pyhf <https://pyhf.readthedocs.io/en/stable/>`_ support for loss functions. Minimizer can directly minimize the loss function of a model.
- `ComPWA <https://compwa.github.io/>`_ support for loss functions and pdf. Minimizer can directly minimize the loss function of a model.

Breaking changes
------------------

Deprecations
-------------

Bug fixes and small changes
---------------------------

Experimental
------------

Requirement changes
-------------------

Thanks
------

0.7.0 (13 Apr 2024)
===================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling", "hatch-vcs"]
requires = ["hatchling>=1.17.1", "hatch-vcs"]
build-backend = "hatchling.build"


Expand Down
Loading