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.2] - 29/03/2022
11
+
10
12
### Added
11
13
12
14
- added new subcommand ` import ` , which at this stage converts fastNLO tables to
@@ -226,7 +228,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
226
228
227
229
- first release
228
230
229
- [ Unreleased ] : https://github.com/N3PDF/pineappl/compare/v0.5.1...HEAD
231
+ [ Unreleased ] : https://github.com/N3PDF/pineappl/compare/v0.5.2...HEAD
232
+ [ 0.5.2 ] : https://github.com/N3PDF/pineappl/compare/v0.5.1...v0.5.2
230
233
[ 0.5.1 ] : https://github.com/N3PDF/pineappl/compare/v0.5.0...v0.5.1
231
234
[ 0.5.0 ] : https://github.com/N3PDF/pineappl/compare/v0.4.1...v0.5.0
232
235
[ 0.4.1 ] : https://github.com/N3PDF/pineappl/compare/v0.4.0...v0.4.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pineappl"
3
- version = " 0.5.1 "
3
+ version = " 0.5.2 "
4
4
authors = [" Christopher Schwan <handgranaten-herbert@posteo.de>" ]
5
5
edition = " 2018"
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.1 "
3
+ version = " 0.5.2 "
4
4
authors = [" Christopher Schwan <handgranaten-herbert@posteo.de>" ]
5
5
edition = " 2018"
6
6
license = " GPL-3.0-or-later"
@@ -11,7 +11,7 @@ categories = ["science"]
11
11
description = " C language interface to PineAPPL"
12
12
13
13
[dependencies ]
14
- pineappl = { path = " ../pineappl" , version = " 0.5.1 " }
14
+ pineappl = { path = " ../pineappl" , version = " 0.5.2 " }
15
15
itertools = " 0.10.1"
16
16
17
17
[features ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pineappl_cli"
3
- version = " 0.5.1 "
3
+ version = " 0.5.2 "
4
4
authors = [" Christopher Schwan <handgranaten-herbert@posteo.de>" ]
5
5
edition = " 2018"
6
6
license = " GPL-3.0-or-later"
@@ -21,7 +21,7 @@ lazy_static = "1.4.0"
21
21
lhapdf = " 0.1.11"
22
22
ndarray = " 0.15.4"
23
23
num_cpus = " 1.13.0"
24
- pineappl = { path = " ../pineappl" , version = " 0.5.1 " }
24
+ pineappl = { path = " ../pineappl" , version = " 0.5.2 " }
25
25
pineappl_fastnlo = { optional = true , path = " ../pineappl_fastnlo" , version = " 0.1.0" }
26
26
prettytable-rs = { default-features = false , features = [" win_crlf" ], version = " 0.8.0" }
27
27
rayon = " 1.5.1"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pineappl_py"
3
- version = " 0.5.1 "
3
+ version = " 0.5.2 "
4
4
authors = [
5
5
" Christopher Schwan <handgranaten-herbert@posteo.de>" ,
6
6
" Alessandro Candido <candido.ale@gmail.com>" ,
@@ -25,5 +25,5 @@ crate-type = ["cdylib"]
25
25
itertools = " 0.9"
26
26
ndarray = " 0.15.3"
27
27
numpy = " 0.14.1"
28
- pineappl = { path = " ../pineappl" , version = " 0.5.1 " }
28
+ pineappl = { path = " ../pineappl" , version = " 0.5.2 " }
29
29
pyo3 = { features = [" extension-module" ], version = " 0.14.5" }
You can’t perform that action at this time.
0 commit comments