https://github.com/N3PDF/pineappl

sort by:
Revision Author Date Message Commit Date
45ee8ae Minimize `clap` dependencies 11 June 2020, 17:17:09 UTC
f9ff589 Make pineappl_cli build on docs.rs This has not been tested, but is (probably) needed to enable the `docs-only` feature for the `lhapdf` crate 11 June 2020, 17:17:09 UTC
49acb3e Add badges to README 11 June 2020, 17:17:09 UTC
695975c Add changelog 11 June 2020, 17:17:09 UTC
26b8520 Add version number to structs 11 June 2020, 16:39:30 UTC
9077d07 Rename module properly 11 June 2020, 16:36:06 UTC
c5db2a6 Add possibility to extend `Grid` 11 June 2020, 15:20:47 UTC
4091298 Merge branch 'improve-loading-time' 11 June 2020, 14:56:32 UTC
6c06751 Add github action badge to README.md 08 June 2020, 14:35:59 UTC
6333d5b Install LHAPDF 6.2.3 Without LHAPDF the `lhapdf` crate won't build. 08 June 2020, 14:26:06 UTC
2fe1b99 Add rust.yml to setup github action 08 June 2020, 07:32:05 UTC
4e6b740 Replace `typetag` with `enum_dispatch` Massively improves loading time of large grids; `CMSDY2D11.pineappl` loads in roughly a second, instead of more than six seconds 07 June 2020, 20:07:53 UTC
fd8f1ba Revert "Replace `typetag` with `enum_dispatch`" This reverts commit 1dc0079abb8c21f05a39fa4bda2f80da65bd6a69. 07 June 2020, 20:06:50 UTC
1dc0079 Replace `typetag` with `enum_dispatch` Massively improves loading time of large grids; `CMSDY2D11.pineappl` loads in roughly a second, instead of more than six seconds 07 June 2020, 19:59:56 UTC
1f4df99 Implement 'transparent' LZ4 decompression The function `Grid::read` now also accepts LZ4 compressed files, which are automatically decompressed. The crate `lz-fear` is used because - it is significantly faster than `lz4`: roughly 0.5 seconds vs. 4 seconds for an 894 MB PineAPPL grid - the decompressor offers a `WrongMagic` Error, which allows to distinguish uncompressed files from compressed ones 06 June 2020, 20:33:42 UTC
4c31002 Implement order selection for `convolute` 06 June 2020, 16:07:22 UTC
3c7a9b0 Add new subcommand `channels` 06 June 2020, 10:56:58 UTC
dab2cb3 Add new subcommand `luminosity` 05 June 2020, 15:00:32 UTC
0732edc Fix bug introduced in commit 47f8e5b 05 June 2020, 15:00:32 UTC
3322238 Add new subcommand `orders` 05 June 2020, 15:00:32 UTC
ee61357 Optimize `LagrangeSubgrid::convolute` This improves the time it takes to run pineappl convolute CMSDY2D11.pineappl NNPDF31_nlo_as_0118_luxqed from real 1m11.573s user 1m11.203s sys 0m0.370s to real 0m55.891s user 0m55.542s sys 0m0.344s 05 June 2020, 14:57:44 UTC
030b734 Add changes missing from commit 47f8e5b 30 May 2020, 12:37:52 UTC
47f8e5b Implement perturbative uncertainties 30 May 2020, 12:17:58 UTC
8a525ef Implement suggestions from clippy 29 May 2020, 08:23:33 UTC
da18d30 Remove `lhapdf` crate 27 May 2020, 13:01:42 UTC
283b895 Add missing support for LHAIDs 27 May 2020, 09:56:50 UTC
d874457 Rename `new` to `with_setname_and_member` 27 May 2020, 09:41:09 UTC
388c62c Add C API section to the README 27 May 2020, 09:32:58 UTC
46f1c81 Add license file 27 May 2020, 08:08:03 UTC
04a7c8d Fix warning 27 May 2020, 06:58:14 UTC
48362c6 Run `cargo fmt` 27 May 2020, 06:57:47 UTC
57ad199 Update README 26 May 2020, 21:24:05 UTC
42e8948 Add argument missing from commit df44cd6 26 May 2020, 20:58:03 UTC
f4a322d Fix wrong factorization scale 26 May 2020, 09:51:11 UTC
df44cd6 Add possibility to convolute with multiple PDFs 26 May 2020, 06:13:56 UTC
664b14c Add possibility to convolute only specific bins 25 May 2020, 16:56:28 UTC
6c6403e Add `convolute` subcommand to `pineappl` 25 May 2020, 16:37:38 UTC
83c0b55 Add `lhapdf` crate 25 May 2020, 16:27:20 UTC
6820cfd Remove `-b` as alias for `--scale_by_order` 25 May 2020, 16:17:43 UTC
d6a8dc8 Fix program name 24 May 2020, 20:13:41 UTC
d23645a Improve error reporting cli program 24 May 2020, 20:12:40 UTC
0b8ba8d Don't overwrite file when merging 24 May 2020, 19:44:28 UTC
25c745b Add `scale` and `scale_by_orders` options 24 May 2020, 17:30:11 UTC
6490c38 Require a subcommand or show help 24 May 2020, 17:30:11 UTC
0e1e07d Add new crate `pineappl_cli` 24 May 2020, 16:13:57 UTC
d7f1bfc Add `Grid::read` and `Grid::write` 24 May 2020, 16:11:32 UTC
1a648fc Improve error handling a bit 24 May 2020, 16:10:51 UTC
d5e497f Remove crate `pineappl_lhapdf` 24 May 2020, 13:22:24 UTC
1723b40 Make `LagrangeSubgrid` the default `Subgrid` 24 May 2020, 12:58:02 UTC
15d17a7 Divide results by bin width in `Grid::convolute` 24 May 2020, 12:55:17 UTC
6e1a166 Implement `Grid::scale_by_order` 24 May 2020, 12:53:11 UTC
1e52011 Implement 'optimise' extension 24 May 2020, 12:51:46 UTC
56ce778 Fix bug in `Grid::merge` 24 May 2020, 12:49:24 UTC
ebbbf70 Change behavior of `BinLimits::merge` 24 May 2020, 12:46:53 UTC
6612f31 Fix function `float_eq_within` 24 May 2020, 12:43:33 UTC
1eb3629 Reduce size of the Lagrange subgrid 24 May 2020, 12:02:10 UTC
06e29a3 Treat both y-axes on the same basis 24 May 2020, 07:30:49 UTC
9f2a724 Inline indexing functions 23 May 2020, 14:09:43 UTC
16afffa Simplify calculation of Lagrange polynomial 23 May 2020, 14:08:10 UTC
0ca92a8 Refactor: Move `if` outside for loops 23 May 2020, 12:50:28 UTC
ca96f01 Use `.max(min).min(max)` for clamping 23 May 2020, 10:44:03 UTC
975e8fc Convert member functions into variables 23 May 2020, 10:20:59 UTC
8415a1c Strip leading `m_` from member variables 23 May 2020, 10:16:16 UTC
f64c24b Replace three for loops with `index_iter` 23 May 2020, 10:01:17 UTC
053a135 Avoid more allocations by using `ArrayVec` 22 May 2020, 10:42:24 UTC
aa0facb Allow `x1`, `x2`, `q2` outside specified bounds 22 May 2020, 09:12:47 UTC
b6d692b Avoid needlessly allocating lots of memory 22 May 2020, 09:11:42 UTC
2f87595 Optimize empty `LagrangeSubgrid` objects 21 May 2020, 12:08:30 UTC
862c59a Replace default c'tor of `LagrangeSubgrid` 21 May 2020, 12:03:49 UTC
36096ce Add missing parentheses 21 May 2020, 10:13:56 UTC
ec99d10 Add implementation of `LagrangeSubgrid` 20 May 2020, 13:44:46 UTC
8d6bdbf Refactor: borrow `ntuple` parameter 20 May 2020, 13:41:26 UTC
ad18ba2 Refactor: use `fill` in `fill_all` 20 May 2020, 13:41:26 UTC
e1c6aab Remove unnecessary header in `pineappl_capi.h` 20 May 2020, 13:41:26 UTC
d82e686 Divide out parton momentum fractions 20 May 2020, 13:41:26 UTC
e95fcf8 Add struct `SubgridParams` 20 May 2020, 13:41:26 UTC
514cf35 Remove `MulAssign` trait for `Ntuple` 20 May 2020, 08:40:01 UTC
3ddd234 Replace `.position().is_none()` with `!.any()` 12 May 2020, 17:03:03 UTC
5fafaba Replace `&mut Box<T>` with `&mut T` 12 May 2020, 17:02:03 UTC
0dc5994 Implement merging grids 12 May 2020, 08:08:56 UTC
273ec30 Fix incorrect usage of `Option` in the C API 12 May 2020, 06:42:23 UTC
9208b65 Add function `pineappl_grid_ext` 10 May 2020, 15:15:56 UTC
6a8f36f Implement some changes suggested by clippy 09 May 2020, 14:08:32 UTC
dc4f1f1 Implement some changes suggested by clippy 09 May 2020, 14:08:20 UTC
46cb1dd Implement some changes suggested by clippy 09 May 2020, 14:07:51 UTC
74ad056 Add two function to the C API for querying bins 09 May 2020, 13:57:51 UTC
759877b Change organization of the DY test a bit 07 May 2020, 17:55:47 UTC
61d5a76 Change ordering of pdf arguments 07 May 2020, 17:33:01 UTC
63a7b8d Add function `available_pdf_sets` 07 May 2020, 17:31:00 UTC
60e4b1e Add Rust interface to LHAPDF 06 May 2020, 18:41:41 UTC
9a9dc8b Remove `get` from function names in the C API 06 May 2020, 18:39:03 UTC
72a69f5 Update `CONTRIBUTING.md` 06 May 2020, 18:38:16 UTC
06ee6a2 Add GDB history file to `.gitignore` 06 May 2020, 18:37:39 UTC
2f4b0da Add cosmetic changes 06 May 2020, 18:37:12 UTC
a1536ca Sanitize C header a bit When generating the corresponding C header with `cbindgen` using an alias results in two `typedef`s instead of one. Using a newtype definition fixes it. 06 May 2020, 15:48:59 UTC
aa342b5 Add C wrapper for `Grid::merge` 06 May 2020, 15:16:38 UTC
106778e Minimize dependencies of `rand` crate 06 May 2020, 14:46:38 UTC
e0bb41b Add `merge` for `Grid` 06 May 2020, 14:13:18 UTC
0807f3e Add method `merge` for `BinLimits` 06 May 2020, 14:06:12 UTC
3086c3c Use `partial_cmp` instead of `<` in `BinLimits` 06 May 2020, 08:39:01 UTC
back to top