https://github.com/N3PDF/pineappl

sort by:
Revision Author Date Message Commit Date
6f9568b Release v0.5.0-beta.3 02 November 2021, 16:00:48 UTC
fd0e3c4 Test pids module 02 November 2021, 13:34:39 UTC
69b2873 Test `Grid::merge_bins` 02 November 2021, 13:13:06 UTC
c54c5f0 Fix bug in `BinRemapper::merge_bins` 02 November 2021, 13:13:06 UTC
84f661a Fix wrong docstring for merge pybinding 29 October 2021, 17:51:56 UTC
3b88b4c Add `upgrade` subcommand 29 October 2021, 14:55:47 UTC
c3aaf74 Simplify hadronic particle id extraction a bit 29 October 2021, 13:12:47 UTC
2dc1e1d Add tests for `Grid::convolute_subgrid` 29 October 2021, 13:12:47 UTC
4dbedc6 Migrate `convolute_subgrid` to use `LumiCache` 29 October 2021, 13:12:47 UTC
a1fe035 Provide bin normalizations to python API 29 October 2021, 10:58:57 UTC
9c8e90a Use `seek_from` instead of `rewind` The method `Seek::rewind` was added with rust 1.55, however Debian only has 1.51. 27 October 2021, 16:07:40 UTC
d3d47c4 Release v0.5.0-beta.2 27 October 2021, 14:31:08 UTC
4ae4df3 Do not print empty subgrids and add `show-empty` 27 October 2021, 14:29:14 UTC
34be69f Simplify implementation of `subgrids` subcommand 27 October 2021, 14:01:25 UTC
714b559 Add `order_mask` param to `Grid::convolute_eko` 27 October 2021, 09:36:26 UTC
a4bf1f2 Expose write_lz4 within python API 27 October 2021, 09:29:42 UTC
b1bba7e Fix leftovers of convolute migration 26 October 2021, 15:40:39 UTC
9445166 Add missing dev-dependency 26 October 2021, 12:46:08 UTC
9c7215e Add TODO item 26 October 2021, 12:24:11 UTC
2ad8571 Fix a few clippy warnings 26 October 2021, 12:23:54 UTC
dfdcdcc Migrate from lz-fear to lz4_flex This commit also removes the use of `anyhow`, for which instead `thiserror` is used. Furthermore, it adds the method `Grid::write_lz4`, which writes a compressed grid. This method is used in the CLI whenever a file is written that has an extension 'lz4'. 26 October 2021, 12:16:09 UTC
f64cec5 Fix broken test 26 October 2021, 11:12:55 UTC
f06d629 Remove `order_mask` parameter for `FkTable` 26 October 2021, 09:47:43 UTC
8352253 Rename `Grid::convolute2` to `Grid::convolute` 26 October 2021, 09:47:22 UTC
cdefdbe Fix documentation of CAPI convolute functions 26 October 2021, 09:39:55 UTC
13e01f2 Fix examples 25 October 2021, 16:18:58 UTC
6c4dbba Fix Python tests 25 October 2021, 16:09:32 UTC
4d6ddca Remove scale variations from `FkTable` FK tables don't support scale variations, as they contain only one order and therefore the capability of varying the renormalization and factorization scales is lost. 25 October 2021, 15:59:12 UTC
2a22432 Migrate remaining `convolute` calls 25 October 2021, 15:52:26 UTC
9ef4c8a Merge branch 'master' into py-improved 25 October 2021, 15:50:35 UTC
c737cba Fix detection of hadronic initial states 20 October 2021, 14:26:49 UTC
f9ccef2 Remove `alphas` parameter from `FkTable::convolute` 20 October 2021, 09:51:30 UTC
cedd348 Use new `LumiCache` in the CLI 20 October 2021, 09:09:23 UTC
fe8c112 Fix FkTable.convolute 19 October 2021, 15:40:35 UTC
aa3c4b7 Add caches to `LumiCache` 19 October 2021, 15:21:44 UTC
939eaad Add implementation of merge from file 18 October 2021, 15:53:51 UTC
e1dfa0d Add preliminary support for evolution basis 18 October 2021, 14:00:17 UTC
92b603d Always optimize the luminosity function 18 October 2021, 14:00:17 UTC
52111e7 Use x1/x2 grid 18 October 2021, 14:00:17 UTC
a8a27b3 Use imu2 grid also in `LumiCache::xfx` 18 October 2021, 14:00:17 UTC
1439bf0 Cache mu2/x1/x2 grids and use mu2 grid 18 October 2021, 14:00:17 UTC
2f9f6e3 Add methods `clear` and `set_grids` to `LumiCache` 18 October 2021, 14:00:17 UTC
18ee483 Add new struct `LumiCache` 18 October 2021, 14:00:17 UTC
69b2a15 Remove use of `RefCell` This change asks the closure in the argument of `Subgrid::convolute` to be `&mut dyn FnMut` instead of `&dyn Fn`. The latter does not allow modifications to its captured environment, which is why a `RefCell` was needed to work around this limitation. Using an `FnMut` makes this much simpler as it doesn't have this limitation. 18 October 2021, 14:00:17 UTC
d12b42c Remove FkTable.optimize even from python interface 18 October 2021, 14:00:17 UTC
3030b7e Always optimize FkTables 18 October 2021, 14:00:17 UTC
2cef20e Update lumi_id_types docstring 18 October 2021, 14:00:17 UTC
4c5f2e5 Fix bug in conv_eko, expose optimize 18 October 2021, 14:00:17 UTC
0533666 Remove the too flexible additional metadata from EkoInfo 18 October 2021, 14:00:17 UTC
36bf0c6 Fix convolute_eko test 18 October 2021, 14:00:17 UTC
b527d9d Add broken test for convolute_eko 18 October 2021, 14:00:17 UTC
558db3e Add temporary axes test 18 October 2021, 14:00:17 UTC
7b78670 Improve documentation strings 18 October 2021, 14:00:17 UTC
32d0b51 Introduce new Eko related structs 18 October 2021, 14:00:17 UTC
18bee8f Allow additional metadata in FkTable generation 18 October 2021, 14:00:17 UTC
d0c6493 Sync python interface with pids update 18 October 2021, 14:00:17 UTC
982168e Add separe target pids for eko convolution 18 October 2021, 14:00:17 UTC
b4115ae Fix some clippy warnings 18 October 2021, 13:44:03 UTC
eb2af60 Add tentative fix for crashing `FkTable::table` 18 October 2021, 13:44:03 UTC
2e83902 Add `Grid::subgrids` method 18 October 2021, 13:44:03 UTC
589c88d Merge branch 'master' into eko-pids * master: Add preliminary support for evolution basis Always optimize the luminosity function Use x1/x2 grid Use imu2 grid also in `LumiCache::xfx` Cache mu2/x1/x2 grids and use mu2 grid Add methods `clear` and `set_grids` to `LumiCache` Add new struct `LumiCache` Remove use of `RefCell` 18 October 2021, 13:26:16 UTC
c422fb6 Remove FkTable.optimize even from python interface 18 October 2021, 13:08:11 UTC
2c0c64f Always optimize FkTables 18 October 2021, 12:55:01 UTC
809e933 Update lumi_id_types docstring 18 October 2021, 12:31:54 UTC
4e19962 Fix bug in conv_eko, expose optimize 18 October 2021, 10:43:03 UTC
4e40743 Add preliminary support for evolution basis 15 October 2021, 15:32:29 UTC
ad6073b Always optimize the luminosity function 15 October 2021, 13:28:51 UTC
9b634e5 Remove the too flexible additional metadata from EkoInfo 15 October 2021, 08:26:30 UTC
be69003 Fix convolute_eko test 15 October 2021, 07:24:20 UTC
4c931ef Use x1/x2 grid 14 October 2021, 14:14:06 UTC
66b38fc Use imu2 grid also in `LumiCache::xfx` 14 October 2021, 13:08:51 UTC
5b81a3c Cache mu2/x1/x2 grids and use mu2 grid 14 October 2021, 12:59:00 UTC
f2d2e0e Add methods `clear` and `set_grids` to `LumiCache` 14 October 2021, 12:54:19 UTC
8bbdb3c Add broken test for convolute_eko 14 October 2021, 00:23:51 UTC
d4a9155 Add temporary axes test 13 October 2021, 15:01:28 UTC
c6c5a0b Add new struct `LumiCache` 13 October 2021, 12:09:45 UTC
45963f4 Improve documentation strings 12 October 2021, 16:21:18 UTC
3c52966 Introduce new Eko related structs 12 October 2021, 15:44:52 UTC
6911055 Remove use of `RefCell` This change asks the closure in the argument of `Subgrid::convolute` to be `&mut dyn FnMut` instead of `&dyn Fn`. The latter does not allow modifications to its captured environment, which is why a `RefCell` was needed to work around this limitation. Using an `FnMut` makes this much simpler as it doesn't have this limitation. 07 October 2021, 14:02:53 UTC
c42860c Allow additional metadata in FkTable generation 05 October 2021, 15:17:05 UTC
11963eb Sync python interface with pids update 05 October 2021, 12:49:45 UTC
b7b0acc Add separe target pids for eko convolution 05 October 2021, 12:25:05 UTC
c323ab2 Add get subgrid and syntactic sugar 04 October 2021, 15:12:17 UTC
da1b703 Add key_values to grid interface 04 October 2021, 14:29:51 UTC
02c4f45 Move py installation instructions to doc 30 September 2021, 14:13:20 UTC
6eff05a Merge branch 'master' of github.com:N3PDF/pineappl 30 September 2021, 13:56:39 UTC
0bb4e57 py/docs: provide some recipes 30 September 2021, 13:56:35 UTC
8eb73de Release v0.5.0-beta.1 30 September 2021, 13:05:48 UTC
a805bb0 Add contribution guideline hint 30 September 2021, 13:05:17 UTC
cf4277f Update citation policy 30 September 2021, 13:05:17 UTC
d38855c Move Python documentation badge 30 September 2021, 13:05:17 UTC
d7d63b7 Expose grid.order() to Py 30 September 2021, 12:44:39 UTC
8abfd79 docs: inside venv fallback to maturin develop 30 September 2021, 12:15:55 UTC
25171d3 Fix grid.convolute and dyaa python example 30 September 2021, 10:23:31 UTC
0e0871c Add python defaults for grid.convolute 30 September 2021, 09:58:16 UTC
9386c1b Cleanup RTD integration 30 September 2021, 09:24:49 UTC
ed0c9d6 Analyse module from env 30 September 2021, 09:08:33 UTC
c2d1c3a Debug RTD 30 September 2021, 08:39:03 UTC
a12338a Add FkTable.read 29 September 2021, 16:12:02 UTC
e035243 Force reload of pineappl on RTD 29 September 2021, 15:42:58 UTC
back to top