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.5] - 25/08/2022
11
+
10
12
### Added
11
13
12
14
- added support for choosing a specific member instead of the averaging over
@@ -276,7 +278,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
276
278
277
279
- first release
278
280
279
- [ Unreleased ] : https://github.com/N3PDF/pineappl/compare/v0.5.4...HEAD
281
+ [ Unreleased ] : https://github.com/N3PDF/pineappl/compare/v0.5.5...HEAD
282
+ [ 0.5.5 ] : https://github.com/N3PDF/pineappl/compare/v0.5.4...v0.5.5
280
283
[ 0.5.4 ] : https://github.com/N3PDF/pineappl/compare/v0.5.3...v0.5.4
281
284
[ 0.5.3 ] : https://github.com/N3PDF/pineappl/compare/v0.5.2...v0.5.3
282
285
[ 0.5.2 ] : https://github.com/N3PDF/pineappl/compare/v0.5.1...v0.5.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pineappl"
3
- version = " 0.5.4 "
3
+ version = " 0.5.5 "
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.4 "
3
+ version = " 0.5.5 "
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.4 " }
15
+ pineappl = { path = " ../pineappl" , version = " 0.5.5 " }
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.4 "
3
+ version = " 0.5.5 "
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.4 " }
25
+ pineappl = { path = " ../pineappl" , version = " 0.5.5 " }
26
26
pineappl_applgrid = { optional = true , path = " ../pineappl_applgrid" , version = " 0.1.0" }
27
27
pineappl_fastnlo = { optional = true , path = " ../pineappl_fastnlo" , version = " 0.1.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.4 "
3
+ version = " 0.5.5 "
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.4 " }
29
+ pineappl = { path = " ../pineappl" , version = " 0.5.5 " }
30
30
pyo3 = { features = [" extension-module" ], version = " 0.16.4" }
You can’t perform that action at this time.
0 commit comments