-
Notifications
You must be signed in to change notification settings - Fork 33
Refactor piecewise polynomial (implement GEP-8) #1132
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
Merged
Merged
Changes from 32 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
8ac4443
First draft of GEP 8.
hmgaudecker f9aa519
Improve readability.
hmgaudecker b0e0997
Merge branch 'main' into gep-08
hmgaudecker 78fdb63
Review comments.
hmgaudecker 65831c8
More clarifications.
hmgaudecker 2eff43c
Incorporate discussion from TTSIM #5.
hmgaudecker 29af58c
Review comments.
hmgaudecker 7514a42
Merge branch 'main' into gep-08
hmgaudecker c40f229
Refactor piecewise polynomial YAML and code for GEP-08, twin to [TTSI…
hmgaudecker 955fb8a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 87205d0
Merge branch 'main' into refactor-piecewise-polynomial
MImmesberger 474511f
Remove only usage of rates_multiplier.
MImmesberger 767bab6
rates -> coefficients
MImmesberger 7263127
Access coefficients by name.
MImmesberger 8efa5a9
Update GEPS; support reference, note, and update_previous.
MImmesberger 73b3c33
Move all piecewise params to list-based spec.
MImmesberger 1a82da9
Reference intervals when converting to param.
MImmesberger 53f9fbf
Update to new piecewise format.
MImmesberger 048c4e3
Update GEP 8.
MImmesberger 85477ed
Update notebook.
MImmesberger 6cde743
Pass SGBII anrechnungsfreies Einkommen as piecewise parameter directl…
MImmesberger a8cf9fd
Simplify parameter_einkommensteuertarif func.
MImmesberger 247f51b
Update hooks and run them.
hmgaudecker 35358a1
Fix for dags 0.5.0
hmgaudecker 968d8a5
Fix remaining ty issues.
hmgaudecker 058a909
Update boilerplate, ty not fixed yet.
hmgaudecker 199bda4
Allow running ty and ty-jax.
hmgaudecker 0bbe9af
Require Pandas 3, move to AGENTS.md and update boilerplate.
hmgaudecker e4a2628
Merge branch 'main' into refactor-piecewise-polynomial
MImmesberger 095a47f
Harmonize infrastructure with TTSIM.
MImmesberger 001f1b5
Use boilerplate branch of gettsim-personas.
MImmesberger 8be76b6
Use https instead of ssh for submodule.
MImmesberger 35ac774
Rebuild pixi lock
MImmesberger f7edb14
Another boilerplate round.
hmgaudecker 8f9c8aa
Merge branch 'refactor-piecewise-polynomial' of github.com:ttsim-dev/…
hmgaudecker 2c849bf
Use ttsim, gettsim-personas main.
hmgaudecker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Submodule .ai-instructions
added at
59ccc0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,6 +29,7 @@ docs/_build/ | |
|
|
||
| # pixi | ||
| .pixi/ | ||
| node_modules/ | ||
|
|
||
| # Python | ||
| __pycache__/ | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| [submodule ".ai-instructions"] | ||
| path = .ai-instructions | ||
| url = https://github.com/OpenSourceEconomics/ai-instructions.git | ||
| branch = make-submodule | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.