Skip to content

Commit 1171a6f

Browse files
committed
[pyproject] update version number to 1.6.3
1 parent 7b5460e commit 1171a6f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [1.6.3] - 2024-04-10
9+
810
### Added
911
- The command line integration interface of *disteval* now supports variable values specified as rational numbers (e.g. `1/3` instead of `0.3333`).
1012
- `DistevalLibrary` now supports variable values specified as strings (e.g. `"0.3333"`), and as sympy numeric objects (e.g. `sympy.sympify("1/3")`).
@@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1517

1618
### Changed
1719
- [FORM](https://github.com/vermaseren/form) updated to 4.3.1.
20+
- Require recent version of `numpy>=1.23`.
1821

1922
### Fixed
2023
- The expansion order of the `integrals` key of the `json` format from *disteval*, in cases when the leading order of the prefactor is not zero.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pySecDec"
3-
version = "1.6.2"
3+
version = "1.6.3"
44

55
author = "Sophia Borowka, Gudrun Heinrich, Stephan Jahn, Stephen Jones, Matthias Kerner, Florian Langer, Vitaly Magerya, Anton Olsson, Andres Poldaru, Johannes Schlenk, Emilio Villa, Tom Zirke"
66
classifiers = [

0 commit comments

Comments
 (0)