Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use PyO3 functionality to remove Python files #302

Merged
merged 52 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
be2b473
removes pineappl_py/pineappl layer
Radonirinaunimi Aug 6, 2024
7f98144
add custom names to structs
Radonirinaunimi Aug 6, 2024
5aa3772
[working py interface] probably to be reverted
Radonirinaunimi Aug 7, 2024
356f86f
[working py interface] fixed missing Option
Radonirinaunimi Aug 7, 2024
0a14808
actually decide to have nested modules
Radonirinaunimi Aug 7, 2024
3745f66
add spaces in signatures
Radonirinaunimi Aug 8, 2024
4f48a54
merge changes from update docs
Radonirinaunimi Aug 9, 2024
aeddb82
various fixes in various places
Radonirinaunimi Aug 9, 2024
93d3c63
remove lumi test and deprecated TODOs
Radonirinaunimi Aug 9, 2024
fc6d466
move OperatorSliceInfo and PidBasis into evolution module
Radonirinaunimi Aug 9, 2024
37c877e
Update CHANGELOG.md
Radonirinaunimi Aug 13, 2024
2bd81c0
fixed update to CHANGELOG.md according to review
Radonirinaunimi Aug 13, 2024
230b188
fixed 'Python API'
Radonirinaunimi Aug 13, 2024
07cfb02
Start fixing the documentation
cschwan Aug 14, 2024
c05e008
Remove obsolete container files
cschwan Aug 14, 2024
01a264f
Remove obsolete `.gitignore`
cschwan Aug 14, 2024
ca2fb73
Remove unused bibtex functionality
cschwan Aug 14, 2024
66922b2
Add build instructions
cschwan Aug 14, 2024
0f04923
Add more doc fixes
felixhekhorn Aug 14, 2024
7606fb9
Use preferred PyModule.add_subgrid.
felixhekhorn Aug 14, 2024
6f9005e
Bring back sphinx.ext.autodoc
felixhekhorn Aug 14, 2024
144e791
Deactivate apidoc and use manual list
felixhekhorn Aug 14, 2024
a0e1ae4
Rename PyEvolveInfo
felixhekhorn Aug 14, 2024
5177473
Fix links to Rust docs
felixhekhorn Aug 14, 2024
8bce28c
Add python module import hacks and module docs
felixhekhorn Aug 14, 2024
872b01b
Improve docs
felixhekhorn Aug 14, 2024
5279c23
Fix more broken links
cschwan Aug 14, 2024
759f7fa
Run `cargo fmt`
cschwan Aug 14, 2024
4c53c71
Reformat `CHANGELOG.md`
cschwan Aug 14, 2024
09460b6
Readd docs/gitignore
felixhekhorn Aug 14, 2024
53fba7b
Rename API header
felixhekhorn Aug 14, 2024
2727c4c
Shuffle docs/gitignoe upwards
felixhekhorn Aug 14, 2024
19e1564
Drop requirements.txt
felixhekhorn Aug 14, 2024
77995e0
Apply suggestions from code review
felixhekhorn Aug 14, 2024
6895357
Fix installation instructions
cschwan Aug 14, 2024
03e7d6a
Remove unneeded dependency
cschwan Aug 14, 2024
6453887
Remove yet another unneeded dependency
cschwan Aug 14, 2024
b0de152
Write more detailed instructions for Python development
cschwan Aug 14, 2024
43485a6
Add some small fixes to Python's `README.md` file
cschwan Aug 14, 2024
ba7aa7a
Add single quotes in `pip install ...`
cschwan Aug 14, 2024
3bf331d
Run `black`
cschwan Aug 15, 2024
3a8064b
Fix most compilation warnings
cschwan Aug 15, 2024
a7d461d
Remove deprecated methods
cschwan Aug 15, 2024
024bcd6
Run `cargo fmt`
cschwan Aug 15, 2024
ea9d157
Move structs into modules corresponding to Rust modules
cschwan Aug 15, 2024
e3174cb
Remove comment
cschwan Aug 15, 2024
803c460
Add missing file `pineappl_py/src/pids.rs`
cschwan Aug 15, 2024
011125b
Remove boilerplate code
cschwan Aug 15, 2024
5e73056
Reorder use statements
cschwan Aug 15, 2024
ad43951
Add missing `repr(transparent)`
cschwan Aug 15, 2024
8ef2297
Fix bug in `PySubgridParams::clone`
cschwan Aug 15, 2024
73868e9
Fix `CHANGELOG.md`
cschwan Aug 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions pineappl_py/pineappl/__init__.py

This file was deleted.

20 changes: 0 additions & 20 deletions pineappl_py/pineappl/bin.py

This file was deleted.

16 changes: 0 additions & 16 deletions pineappl_py/pineappl/channel.py

This file was deleted.

66 changes: 0 additions & 66 deletions pineappl_py/pineappl/fk_table.py

This file was deleted.

Loading