https://github.com/N3PDF/pineappl

sort by:
Revision Author Date Message Commit Date
0e0b304 Release v0.6.0-alpha.13 10 May 2023, 22:24:29 UTC
e84fc02 Fix remaining access to `variable` 10 May 2023, 22:21:46 UTC
630d941 Release v0.6.0-alpha.12 10 May 2023, 22:16:11 UTC
420a15b Use `version` as shell variable 10 May 2023, 22:14:39 UTC
f23cf01 Release v0.6.0-alpha.11 10 May 2023, 22:00:45 UTC
61b5332 Add branch check to `make-release.sh` 10 May 2023, 21:48:02 UTC
35d45aa Declare variable `old_version` only when needed 10 May 2023, 21:44:40 UTC
80bb428 Remove leading 'v' in tag name 10 May 2023, 21:44:17 UTC
3140e05 Remove bashisms in `install-capi.sh` 10 May 2023, 21:35:51 UTC
809268c Support piping `install-capi.sh` into a shell 10 May 2023, 21:35:44 UTC
11a31f5 Upload libraries for Linux (#229) * Upload libraries for Linux * Use a matrix strategy, set target triplet and directories * Set prefix to root directory * Migrate binary building to release workflow * Add missing github token to release workflow * Try to fix version variable * Use github variable substitution for `variable` * Try to fix `Unrecognized named-value: 'env'` * Try to fix problem with tar/non-existing directory * Temporarily disable workflows * Name step in release workflow * Use `upload-artifact` instead of `gh` in container * Put artifact into current directory * Remove superfluous git checkout for release creation * Try again to store the artifact in the right place * Try to fix shell syntax error * Revert "Remove superfluous git checkout for release creation" This reverts commit eebcc48ae652143345c810c43971c641b9579214. * Upload all artifacts * Fix download artifact directory * Remove comment from workflow * Fix uploading artifacts * Publish draft version * Trigger workflow again * Activate workflow only for new version tags * Activate all other workflows again * Remove version number from generated tarballs * Add CAPI installation script * Make version argument optional * Remove references to `gh` in `make-release.sh` * Add comment to CAPI installation script 10 May 2023, 20:28:51 UTC
aeffaf9 Update `tempfile` dependency to reduce total deps 10 May 2023, 08:36:15 UTC
71cc59d Remove `--silence-libraries` switches 09 May 2023, 07:51:58 UTC
ee6ca82 Release v0.6.0-alpha.10 08 May 2023, 13:41:29 UTC
79bf3fd Complete description of previous changelog item 08 May 2023, 13:32:35 UTC
2e4ef00 Change name of the constructor 08 May 2023, 09:10:34 UTC
5a74c54 Remove copy 08 May 2023, 09:10:34 UTC
958e706 Remove crate 08 May 2023, 09:10:34 UTC
ddcd3c8 Remove unused block 08 May 2023, 09:10:34 UTC
dd21b4d Convert `dense` into `From<&SubgridEnum> for Array3` 08 May 2023, 09:10:34 UTC
5d5906c Run cargo fmt 08 May 2023, 09:10:34 UTC
70e4e07 Add tests on new methods and expose PyMu2 constructor 08 May 2023, 09:10:34 UTC
8ba7981 Add docs 08 May 2023, 09:10:34 UTC
2dde8da Add Copy derivation for Mu2 08 May 2023, 09:10:34 UTC
4fb18c4 Solve a few warnings, generate more 08 May 2023, 09:10:34 UTC
52bdde8 Implement mu2 Python API 08 May 2023, 09:10:34 UTC
e285615 Remove unused import 08 May 2023, 09:10:34 UTC
41ea3da Run cargo fmt 08 May 2023, 09:10:34 UTC
8d93980 Add functions x1_grid and x2_grid 08 May 2023, 09:10:34 UTC
f0017db Add python implementation of mu2grid 08 May 2023, 09:10:34 UTC
d7d7d62 Move implementation of dense in Subgrid 08 May 2023, 09:10:34 UTC
86ea6ec Start implementation of sparse to dense 08 May 2023, 09:10:34 UTC
ee84ca6 Import also fastNLO's metadata 03 May 2023, 09:37:10 UTC
3020348 Test new EKOs with `pineappl evolve` 28 April 2023, 10:18:27 UTC
0c2d838 Fix feature name in `evolve.rs` 28 April 2023, 10:15:11 UTC
59d2ec8 Simply channel plotting in `pineappl plot` 28 April 2023, 09:49:22 UTC
ea1acac Use four columns for legends shown in `pineappl plot` 28 April 2023, 09:46:50 UTC
dbf2e38 Update documentation 27 April 2023, 11:50:20 UTC
fb2ae27 Unify colors used in `pineappl plot` 27 April 2023, 11:28:14 UTC
35c60f4 Fix a few clippy suggestions 27 April 2023, 11:28:14 UTC
73ddfa3 Release v0.6.0-alpha.9 25 April 2023, 14:32:23 UTC
3c94a49 Use `use` instead fully specifying base64 decoder 24 April 2023, 21:01:48 UTC
9f9c521 Add missing `base64` depenendency to `evolve` 24 April 2023, 21:01:08 UTC
7914244 Add missing `logs` argument to Python API 24 April 2023, 16:21:21 UTC
62d7db7 Raise MSRV in CI to 1.65.0 to prevent bug in code coverage 24 April 2023, 12:49:06 UTC
e33dd18 Fix installation of `llvm-tools-preview` 24 April 2023, 10:37:32 UTC
30e30e6 Add missing component for code coverage 24 April 2023, 10:09:31 UTC
8cf40df Change container of `crates` workflow 24 April 2023, 09:47:55 UTC
de89c02 Merge branch 'use-custom-container' 24 April 2023, 09:46:35 UTC
f25e2f8 Do not publish container on push 24 April 2023, 09:38:53 UTC
805a1b5 Lower MSRV to 1.64 24 April 2023, 09:33:16 UTC
7ffe162 Change context to find `script.sh` 24 April 2023, 09:09:45 UTC
aab8f5f Move container commands to script 24 April 2023, 09:07:20 UTC
33d2c53 Add changelog entry for new EKO formats 24 April 2023, 08:36:48 UTC
622d0b8 Fix a few clippy lints 24 April 2023, 08:24:12 UTC
ea91070 Drop useless `clone` call 23 April 2023, 13:27:59 UTC
a0fea04 Use previously introduced functions `pineappl evolve` 23 April 2023, 13:20:23 UTC
59a9088 Add new function `determine_lumi_id_types` 23 April 2023, 13:19:43 UTC
cee9357 Add new function `pdg_mc_ids_to_evol` 23 April 2023, 13:08:05 UTC
2443e94 Add preliminary support for EKO's `inputpids` 21 April 2023, 14:32:30 UTC
205cec1 Allow nulled `pids1` and `x1` 21 April 2023, 14:27:17 UTC
413f05c Remove unused `Default` trait 21 April 2023, 13:48:47 UTC
6e93cf4 Correct values of `x0` 21 April 2023, 12:01:30 UTC
5378a41 Support identifiers without leading underscore 21 April 2023, 10:46:40 UTC
a735ccf Add preliminary parsing of the new EKO format 21 April 2023, 09:30:31 UTC
62b6943 Prepare `pineappl evolve` for EKO changes 21 April 2023, 08:52:49 UTC
0456521 Set Rust version in container to MSRV 20 April 2023, 07:57:56 UTC
538dbeb Rename workflow 19 April 2023, 15:03:33 UTC
84100a9 Use container from ghcr.io 19 April 2023, 15:03:32 UTC
835c727 Add more permissions for `container` workflow 19 April 2023, 14:35:56 UTC
cb96b4e Fix registry name for container workflow 19 April 2023, 13:53:39 UTC
f36e7d4 Modify credentials for container publication 19 April 2023, 13:37:50 UTC
c65b34c Run `container` workflow on push 19 April 2023, 13:13:49 UTC
ce365a0 Add workflow to generate container image 19 April 2023, 12:57:40 UTC
fb171a4 Release v0.6.0-alpha.8 19 April 2023, 11:31:35 UTC
51f84ce Remove wrong arguments in crates workflow 19 April 2023, 09:54:36 UTC
23b23cc Give `crates.yml` workflow a name 19 April 2023, 09:54:12 UTC
d55933f Release v0.6.0-alpha.7 19 April 2023, 09:51:43 UTC
00b247f Export `CARGO_REGISTRY_TOKEN` in `crates` workflow 19 April 2023, 09:04:07 UTC
ca6a757 Release v0.6.0-alpha.6 19 April 2023, 08:55:26 UTC
4031128 Enable `LagrangeSubgridV1` integration test again 18 April 2023, 13:50:11 UTC
9b4794e Test double-photon initiated lepton-pair production without reweighting 18 April 2023, 13:49:14 UTC
f9b7e63 Remove unused function declarations in `pineappl_applgrid` 18 April 2023, 13:10:10 UTC
d0da733 Update `export` tests to use `write` and new clap 18 April 2023, 12:50:25 UTC
375a2f7 Merge branch 'export' 18 April 2023, 12:41:33 UTC
ce1912b Add support for DIS grids in `export` 18 April 2023, 12:11:48 UTC
7cfa78f Use `total_cmp` instead of `partial_cmp` for display purposes 17 April 2023, 07:57:54 UTC
25330ba Fix SubgridParam detection when zeroth subgrid is empty 14 April 2023, 12:12:08 UTC
b633b18 Add changelog entry for `export` subcommand 14 April 2023, 09:22:51 UTC
37f8290 Add integration test for `export` subcommand 14 April 2023, 09:07:32 UTC
eda545a Cleanup `export` code a bit 14 April 2023, 08:58:49 UTC
572630e Minimize number of unwrap calls in `export` 14 April 2023, 08:56:10 UTC
99336a8 Add `--discard-non-matching-scales` to `export` 13 April 2023, 10:06:25 UTC
fa0fc65 Publish crates using github workflow 11 April 2023, 14:09:37 UTC
4b5260a Merge `info` and `obl` into new subcommand `read` 10 April 2023, 15:37:10 UTC
f41c775 Merge branch 'ops-refactor' 05 April 2023, 15:13:30 UTC
cc46463 Fix MSRV in changelog 05 April 2023, 15:12:07 UTC
2722fa6 Test error paths of `write` subcommand 05 April 2023, 15:03:18 UTC
9189dde Rename `ops` into `write` 05 April 2023, 14:52:31 UTC
ed905d7 Merge `remap` functionality into `ops` 04 April 2023, 14:39:48 UTC
back to top