https://github.com/N3PDF/pineappl

sort by:
Revision Author Date Message Commit Date
c756b4c Release v0.6.2 09 October 2023, 15:01:14 UTC
ff235ac Fix bug causing `Grid::evolve` to require more x-grid values than needed 09 October 2023, 14:38:26 UTC
301d19d Fix warnings reported by clippy 06 October 2023, 13:36:51 UTC
d89a2a1 Instruct the user to use `--locked` and fix installation from git 06 October 2023, 11:57:50 UTC
b59ab55 Restrict versions of `clap_mangen` to satisfy MSRV 06 October 2023, 11:49:09 UTC
0df4975 Improve x-grid EvolutionFailure message 06 October 2023, 11:25:25 UTC
e877f7e Add `Grid::optimize_using` method 04 October 2023, 13:41:30 UTC
affcf91 Support `--prefix=` and `--version=` in `install-capi.sh` 26 September 2023, 17:31:26 UTC
8c09c08 Do not use `#[ignore]` for tests that need data 15 September 2023, 09:53:20 UTC
ba4f97d Delete grids and use new grids from `data.nnpdf.science` instead 15 September 2023, 09:50:16 UTC
f28ac8b Remove `float-cmp` which already is declared 14 September 2023, 13:23:52 UTC
3c4a680 Remove obsolete file 14 September 2023, 12:52:43 UTC
cff78b7 Add missing description to `xtask` 14 September 2023, 12:47:03 UTC
c3ec35a Update `clap` dependency specification - the features `deprecated` and `unstable-v5` aren't needed - set upper bound to version number due to MSRV requirement 14 September 2023, 12:32:11 UTC
9e7c7a0 Make `either` an optional dependency 14 September 2023, 11:51:44 UTC
a1f5638 Move `predicates` crate to dev-dependencies 14 September 2023, 11:46:20 UTC
da415bb Update yanked version of `crossbeam-channel` and `hermit-abi` 14 September 2023, 11:42:42 UTC
c2c06e5 Pin `pineappl_*` dependencies to exact version If we don't do this, it's possible to compile `pineappl_cli` v0.6.0 with `pineappl` v0.6.1 as a dependency (dependencies are newer than the program) 07 September 2023, 14:10:05 UTC
70b27e9 Add `xtask` to `make-release.sh` crates 07 September 2023, 14:09:16 UTC
4af3b26 Update CLI tutorial 07 September 2023, 09:06:52 UTC
480e67c Generate CAPI coverage (#242) * Generate CAPI coverage * Try exporting `RUSTFLAGS` variable differently * Remove `--debug` flag * Update `cargo-c` in container * Use Wayback Machine as a mirror for hepforge * Try bulding `cargo-c` without vendored openssl * Revert "Try bulding `cargo-c` without vendored openssl" This reverts commit c40d1069fddf1dadfe59e142794811ce71d924b5. * Install `perl-IPC-Cmd` * Add `-y` to `yum` to installation of `perl-IPC-Cmd` 06 September 2023, 14:03:04 UTC
f7a2ca7 Add more information to the installation instructions 01 September 2023, 12:18:05 UTC
93b3636 Remove `pineappl help` test 31 August 2023, 13:20:42 UTC
fc8e88a Update changelog and installation instructions 31 August 2023, 13:00:42 UTC
4d198f1 Rely on installed man pages for `pineappl help` 31 August 2023, 12:59:13 UTC
087b7b7 Add `xtask` installing man pages 31 August 2023, 09:14:09 UTC
4552eea Move parts of `pineappl_cli` into a library 31 August 2023, 09:09:08 UTC
530a1ee Update CLI tutorial and installation instructions 29 August 2023, 11:47:43 UTC
e0792ce Fix tests running in CI 23 August 2023, 20:57:42 UTC
c04887a Check MSRV explicitly 23 August 2023, 20:13:43 UTC
fa4efb1 Generate coverage also for doctests 23 August 2023, 20:13:41 UTC
2d1f97b Fix compilation problems with newer Rust versions 23 August 2023, 15:08:11 UTC
cda8dd3 Change default Rust version in container 23 August 2023, 15:01:16 UTC
4958b30 Update Rust versions in container 23 August 2023, 14:51:55 UTC
57f2991 Add support for scale uncertainties from covariance method 22 August 2023, 12:21:56 UTC
beb2f08 Fix another bug in the calculation of asymmetries 22 August 2023, 09:44:21 UTC
d07bbc0 Merge scale and PDF uncertainties into `pineappl uncert` 18 August 2023, 14:58:59 UTC
8778e5a Update CHANGELOG 18 August 2023, 14:58:59 UTC
cea9e2e Support creation of wheels for Python 3.6 (#239) * Support creation of wheels for Python 3.6 * Fix Ubuntu version and remove `--find-interpreter` switch * Only generate EOL wheels on Linux * Fix problem when `grep` returns multiple lines * Use '@' separator to avoid problems with 'repository' value * Add `--find-interpreter` switch back to generate wheels for all Python versions * Explicitly specify Python version 3.6 * Revert changes to Rust `numpy` and `pyo3` dependencies for newer Python versions * Update `Cargo.lock` * Run on Python 3.6 wheel builder on 'ubuntu-latest' * Try to support more Python versions * Remove Python 3.12 from Windows and MacOS targets * Remove Python 3.12 lines - commenting doesn't work 17 August 2023, 08:52:07 UTC
c30c697 Fix `objdump` call in 'release' workflow 16 August 2023, 13:29:35 UTC
9d29741 Allow manually running release workflow 16 August 2023, 13:12:06 UTC
54f68e7 Add versions to sphinx deps 08 August 2023, 18:33:49 UTC
0dd15af Remove redundant legend properties in `plot.rs` 20 July 2023, 14:52:32 UTC
026b8b7 Move labels to the start of the file `plot.py` 20 July 2023, 14:29:15 UTC
66abef0 Remove or reformat commented lines in `plot.py` 20 July 2023, 10:11:41 UTC
0f17358 Style `plot.py` more like `black` would have it 20 July 2023, 09:53:53 UTC
646cdef Release v0.6.1 18 July 2023, 07:01:53 UTC
4c93e47 Rename some parameter values of `write` switches 06 July 2023, 14:32:54 UTC
bb6ee85 Accept multiple arguments of the same kind in `write` 05 July 2023, 15:30:46 UTC
41cfe3c Unify common ylims code in plot script 03 July 2023, 14:30:31 UTC
88f4a1b Make boolean switches of write accept parameter 29 June 2023, 13:08:25 UTC
9d1d01c Fix particles names caught by clippy 28 June 2023, 07:48:36 UTC
bf08e9c Add some cosmetical changes 28 June 2023, 07:48:20 UTC
a9a99af Add new function `Grid::split_lumi` 22 June 2023, 12:00:41 UTC
f86b77c Update installation instructions 22 June 2023, 11:52:09 UTC
e2c98a5 Add missing redirection in `install-capi.sh` 21 June 2023, 09:06:05 UTC
db50075 Do not use `sed -i` in `install-capi.sh` 21 June 2023, 09:01:28 UTC
7900dd1 Always create directory if it doesn't exist 21 June 2023, 08:47:58 UTC
c140487 Create directory if it doesn't exist in `install-capi.sh` 21 June 2023, 08:45:21 UTC
1cab9f4 Add new target `aarch64-apple-darwin` to `install-capi.sh` 21 June 2023, 08:44:37 UTC
aa9b979 Put important settings of the plot at the top 20 June 2023, 08:54:30 UTC
695f7b0 Add new function `pineappl_grid_merge_bins` to CAPI 20 June 2023, 07:26:33 UTC
f811475 Add particle IDs for evolution basis in `plot` 15 June 2023, 15:12:49 UTC
497263c Fix panic when plotting DIS observables with leptons in the lumi 15 June 2023, 12:54:26 UTC
2b3b65a Add `--no-pdf-unc` item to changelog 15 June 2023, 12:53:03 UTC
f59c9de Test slice-legend and `--no-pdf-unc` in `plot` subcommand 15 June 2023, 08:40:28 UTC
e980bc9 Add `--no-pdf-unc` switch to speed up plot script generation 15 June 2023, 08:29:45 UTC
e464b02 Fix indentation of `drell_yan_afb` integration test 15 June 2023, 07:54:52 UTC
6559a84 Test `merge` by actually merging two grids together 15 June 2023, 07:49:31 UTC
5b6dfde Test Drell–Yan forward-backward asymmetry 15 June 2023, 07:34:55 UTC
c8338e3 Test `help` subcommand 14 June 2023, 13:34:54 UTC
9babf4e Simplify `help` code a bit and add TODO comment 14 June 2023, 13:20:02 UTC
c5b52c4 Render manpage to temporary file 14 June 2023, 13:19:47 UTC
95ae3c0 Render `help` output directly into `man`'s stdin 14 June 2023, 12:57:07 UTC
ffe3272 Detect terminal in `help` subcommand 14 June 2023, 12:54:53 UTC
ebc23da Ignore more files during code coverage generation 14 June 2023, 11:12:23 UTC
50495d9 Fix `import` test 14 June 2023, 08:18:11 UTC
eb2ca16 Fix more problems with Rust workflow 14 June 2023, 07:52:05 UTC
7bbac6a Create directory if it does not exist 13 June 2023, 14:33:00 UTC
0e6a550 Replace `wget` with `curl` in Rust workflow 13 June 2023, 13:52:56 UTC
07cf7a1 Allow passing prefix as argument for `install-capi.sh` 13 June 2023, 11:58:46 UTC
6a92d5a Document possible options of fastNLO scales 07 June 2023, 13:32:22 UTC
0415bec Remove unnecessary strings 07 June 2023, 13:30:49 UTC
2208a6c Fix changelog 03 June 2023, 11:06:49 UTC
8a672be Release v0.6.0 01 June 2023, 15:14:57 UTC
eafca59 Use `curl` instead of `wget` in CAPI installer 01 June 2023, 10:47:32 UTC
410d0ce Release v0.6.0-alpha.18 01 June 2023, 09:24:39 UTC
fe10601 Add `fontenc` package to plot script 26 May 2023, 12:34:25 UTC
c1ea2ba Fix bug in integrated cross section plot script 26 May 2023, 12:34:24 UTC
492d5a8 Add support for Apple x86_64 target to CAPI installer 26 May 2023, 12:34:24 UTC
49bb342 Build CAPI for MacOS targets (#235) * Try building CAPI for a MacOS target * Remove non-existent dependency * Move MacOS CAPI building into main release workflow * Remove unneeded dependency * Generate CAPI library also on ARM64 MacOS * Temporarily enable parts of the release workflow * Temporarily disable other workflows * Enable all disabled workflows and reset release workflow * Do not build container on push 24 May 2023, 14:32:10 UTC
4ecfa52 Prefix CAPI installation errors with 'Error: ' 24 May 2023, 09:51:20 UTC
6b8a06d Convert CAPI installation prefix to absolute path 24 May 2023, 09:50:06 UTC
089b304 Rename release workflow 24 May 2023, 09:39:38 UTC
6c0a5ad Be more flexible when detecting the target triple 24 May 2023, 08:33:22 UTC
ee1c785 Clarify installation of the CAPI 24 May 2023, 08:31:57 UTC
5443029 Fix anaconda badge URLs 24 May 2023, 08:25:51 UTC
f58ec30 Implement and test remaining flexible-scale choices 17 May 2023, 12:16:15 UTC
a151732 Add switches to change flexible scale choice 17 May 2023, 08:22:56 UTC
4424440 Do not upload any Python packages to github releases 15 May 2023, 18:21:35 UTC
back to top