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

Move permanent part of fkutils here #12

Merged
merged 37 commits into from
Mar 29, 2022
Merged
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
006280c
Move towards datasets
felixhekhorn Mar 1, 2022
1e9cb65
Expose opcard generation for datasets
felixhekhorn Mar 1, 2022
5ff8e64
Add theory_ekos
felixhekhorn Mar 1, 2022
fc6ed74
Attempt on logging
felixhekhorn Mar 1, 2022
6ee0fb1
Drop Configurations class
felixhekhorn Mar 3, 2022
4eb7947
Fix eko logging
felixhekhorn Mar 3, 2022
f2b3d29
Upgrade syntax with pylint
felixhekhorn Mar 3, 2022
1d1d10e
Add theory_fks
felixhekhorn Mar 3, 2022
1d3c2b7
Add FK comparison log
felixhekhorn Mar 3, 2022
68cd123
Merge branch 'main' into fkutils-move
felixhekhorn Mar 9, 2022
e7ef4a6
Add comparison after evolution
felixhekhorn Mar 9, 2022
512332a
Init TheoryBuilder
felixhekhorn Mar 9, 2022
096f760
Move theory opcards
felixhekhorn Mar 10, 2022
a0d58fd
Reshuffle fks into theory
felixhekhorn Mar 14, 2022
784dee8
Regroup theory cli
felixhekhorn Mar 14, 2022
3a53e56
Update config
felixhekhorn Mar 15, 2022
cb516d5
Add inherit-grids command
felixhekhorn Mar 15, 2022
4900d4a
Drop paths.grids.common, add Readme
felixhekhorn Mar 15, 2022
e0bffc4
Fix Readme
felixhekhorn Mar 15, 2022
36205d7
Move old stuff
felixhekhorn Mar 15, 2022
2e4829e
Introduce overwrite option and skipping
felixhekhorn Mar 15, 2022
c2e3459
Make inherit-grids more consistent
felixhekhorn Mar 16, 2022
1e35e50
Make inherit-grids yet more consistent
felixhekhorn Mar 16, 2022
11e52ae
Update Readme
felixhekhorn Mar 16, 2022
9c3dd18
Add inherit-ekos command
felixhekhorn Mar 16, 2022
a10887b
Drop config.add_scope
felixhekhorn Mar 16, 2022
23449b6
Improve logging
felixhekhorn Mar 16, 2022
b464b52
Improve logging
felixhekhorn Mar 16, 2022
19ccfee
Adjust README a bit
cschwan Mar 16, 2022
f5702e5
Remove common grids dir
felixhekhorn Mar 21, 2022
d2018a4
Move pylint and apply some suggestions
felixhekhorn Mar 22, 2022
24674cf
Remove old code and folder
felixhekhorn Mar 22, 2022
b69353e
Drop module entry point
felixhekhorn Mar 22, 2022
ada17a4
Update parser
felixhekhorn Mar 22, 2022
3bf4bbc
Fix compare arg names
felixhekhorn Mar 23, 2022
0e0b141
Recover file base operations
felixhekhorn Mar 24, 2022
ee6b9da
Run poetry update
felixhekhorn Mar 24, 2022
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: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
pineko.toml

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
Loading