File tree 5 files changed +11
-8
lines changed
5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.5.7] - 05/10/2022
11
+
10
12
### Fixed
11
13
12
14
- the importer did not depend on the right versions of ` pineappl_applgrid ` and
@@ -311,7 +313,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
311
313
312
314
- first release
313
315
314
- [ Unreleased ] : https://github.com/N3PDF/pineappl/compare/v0.5.6...HEAD
316
+ [ Unreleased ] : https://github.com/N3PDF/pineappl/compare/v0.5.7...HEAD
317
+ [ 0.5.7 ] : https://github.com/N3PDF/pineappl/compare/v0.5.6...v0.5.7
315
318
[ 0.5.6 ] : https://github.com/N3PDF/pineappl/compare/v0.5.5...v0.5.6
316
319
[ 0.5.5 ] : https://github.com/N3PDF/pineappl/compare/v0.5.4...v0.5.5
317
320
[ 0.5.4 ] : https://github.com/N3PDF/pineappl/compare/v0.5.3...v0.5.4
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pineappl"
3
- version = " 0.5.6 "
3
+ version = " 0.5.7 "
4
4
authors = [" Christopher Schwan <handgranaten-herbert@posteo.de>" ]
5
5
edition = " 2021"
6
6
license = " GPL-3.0-or-later"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pineappl_capi"
3
- version = " 0.5.6 "
3
+ version = " 0.5.7 "
4
4
authors = [" Christopher Schwan <handgranaten-herbert@posteo.de>" ]
5
5
edition = " 2021"
6
6
license = " GPL-3.0-or-later"
@@ -12,7 +12,7 @@ description = "C language interface to PineAPPL"
12
12
rust-version = " 1.56.1"
13
13
14
14
[dependencies ]
15
- pineappl = { path = " ../pineappl" , version = " 0.5.6 " }
15
+ pineappl = { path = " ../pineappl" , version = " 0.5.7 " }
16
16
itertools = " 0.10.1"
17
17
18
18
[features ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pineappl_cli"
3
- version = " 0.5.6 "
3
+ version = " 0.5.7 "
4
4
authors = [" Christopher Schwan <handgranaten-herbert@posteo.de>" ]
5
5
edition = " 2021"
6
6
license = " GPL-3.0-or-later"
@@ -22,7 +22,7 @@ itertools = "0.10.1"
22
22
lhapdf = " 0.2.1"
23
23
ndarray = " 0.15.4"
24
24
num_cpus = " 1.13.0"
25
- pineappl = { path = " ../pineappl" , version = " 0.5.6 " }
25
+ pineappl = { path = " ../pineappl" , version = " 0.5.7 " }
26
26
pineappl_applgrid = { optional = true , path = " ../pineappl_applgrid" , version = " 0.2.0" }
27
27
pineappl_fastnlo = { optional = true , path = " ../pineappl_fastnlo" , version = " 0.2.0" }
28
28
prettytable-rs = { default-features = false , features = [" win_crlf" ], version = " 0.8.0" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pineappl_py"
3
- version = " 0.5.6 "
3
+ version = " 0.5.7 "
4
4
authors = [
5
5
" Christopher Schwan <handgranaten-herbert@posteo.de>" ,
6
6
" Alessandro Candido <candido.ale@gmail.com>" ,
@@ -26,5 +26,5 @@ crate-type = ["cdylib"]
26
26
itertools = " 0.9"
27
27
ndarray = " 0.15.3"
28
28
numpy = " 0.16.2"
29
- pineappl = { path = " ../pineappl" , version = " 0.5.6 " }
29
+ pineappl = { path = " ../pineappl" , version = " 0.5.7 " }
30
30
pyo3 = { features = [" extension-module" ], version = " 0.16.4" }
You can’t perform that action at this time.
0 commit comments