Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Feb 11, 2022
1 parent df89a23 commit 2eb8be7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0] - 11/02/2022

### Added

- added support for DIS processes, which feature only a single hadron in the
Expand Down Expand Up @@ -193,7 +195,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- first release

[Unreleased]: https://github.com/N3PDF/pineappl/compare/v0.4.1...HEAD
[Unreleased]: https://github.com/N3PDF/pineappl/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/N3PDF/pineappl/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/N3PDF/pineappl/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/N3PDF/pineappl/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/N3PDF/pineappl/compare/v0.2.0...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion pineappl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pineappl"
version = "0.5.0-beta.6"
version = "0.5.0"
authors = ["Christopher Schwan <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand Down
4 changes: 2 additions & 2 deletions pineappl_capi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pineappl_capi"
version = "0.5.0-beta.6"
version = "0.5.0"
authors = ["Christopher Schwan <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand All @@ -11,7 +11,7 @@ categories = ["science"]
description = "C language interface to PineAPPL"

[dependencies]
pineappl = { path = "../pineappl", version = "0.5.0-beta.6" }
pineappl = { path = "../pineappl", version = "0.5.0" }
itertools = "0.10.1"

[features]
Expand Down
4 changes: 2 additions & 2 deletions pineappl_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pineappl_cli"
version = "0.5.0-beta.6"
version = "0.5.0"
authors = ["Christopher Schwan <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand All @@ -20,7 +20,7 @@ lazy_static = "1.4.0"
lhapdf = "0.1.11"
ndarray = "0.15.4"
num_cpus = "1.13.0"
pineappl = { path = "../pineappl", version = "0.5.0-beta.6" }
pineappl = { path = "../pineappl", version = "0.5.0" }
prettytable-rs = { default-features = false, features = ["win_crlf"], version = "0.8.0" }
rayon = "1.5.1"

Expand Down
4 changes: 2 additions & 2 deletions pineappl_py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pineappl_py"
version = "0.5.0-beta.6"
version = "0.5.0"
authors = [
"Christopher Schwan <[email protected]>",
"Alessandro Candido <[email protected]>",
Expand All @@ -25,5 +25,5 @@ crate-type = ["cdylib"]
itertools = "0.9"
ndarray = "0.15.3"
numpy = "0.14.1"
pineappl = { path = "../pineappl", version = "0.5.0-beta.6" }
pineappl = { path = "../pineappl", version = "0.5.0" }
pyo3 = { features = ["extension-module"], version = "0.14.5" }

0 comments on commit 2eb8be7

Please sign in to comment.