-
Notifications
You must be signed in to change notification settings - Fork 60
Comparing changes
Open a pull request
base repository: py-econometrics/pyfixest
base: v0.23.0
head repository: py-econometrics/pyfixest
compare: master
Commits on Jun 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4648c7d - Browse repository at this point
Copy the full SHA 4648c7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for abe079b - Browse repository at this point
Copy the full SHA abe079bView commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1c8498d - Browse repository at this point
Copy the full SHA 1c8498dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d67db99 - Browse repository at this point
Copy the full SHA d67db99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09fc032 - Browse repository at this point
Copy the full SHA 09fc032View commit details -
Configuration menu - View commit details
-
Copy full SHA for d14e6bb - Browse repository at this point
Copy the full SHA d14e6bbView commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ce587c - Browse repository at this point
Copy the full SHA 7ce587cView commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b4ee738 - Browse repository at this point
Copy the full SHA b4ee738View commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d66f69f - Browse repository at this point
Copy the full SHA d66f69fView commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d8d4891 - Browse repository at this point
Copy the full SHA d8d4891View commit details
Commits on Jul 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6822451 - Browse repository at this point
Copy the full SHA 6822451View commit details -
Configuration menu - View commit details
-
Copy full SHA for 662b152 - Browse repository at this point
Copy the full SHA 662b152View commit details
Commits on Aug 9, 2024
-
Small extension to etable that allows to relabel variables (#577)
* Added feature to relabel variables in etable * Added explanation of relabeling feature * update etable docstring for order of keep, drop, label, felabels * add API tests * test only felabels --------- Co-authored-by: Alexander Fischer <alexander-fischer1801@t-online.de>
Configuration menu - View commit details
-
Copy full SHA for bf56e88 - Browse repository at this point
Copy the full SHA bf56e88View commit details -
docs: add dsliwka as a contributor for code, and doc (#578)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 72e1967 - Browse repository at this point
Copy the full SHA 72e1967View commit details
Commits on Aug 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e221ef - Browse repository at this point
Copy the full SHA 1e221efView commit details
Commits on Aug 13, 2024
-
Add
labels
argument tocoefplot()
andiplot()
(#580)* add labels argument for plots * add tests! * add rename_event_study_coefs function to relabel DiD figures
Configuration menu - View commit details
-
Copy full SHA for a1c3af7 - Browse repository at this point
Copy the full SHA a1c3af7View commit details
Commits on Aug 14, 2024
-
adding option to input the type of panelview
Rafi Mikail committedAug 14, 2024 Configuration menu - View commit details
-
Copy full SHA for be2e782 - Browse repository at this point
Copy the full SHA be2e782View commit details -
Rafi Mikail committed
Aug 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 0f28434 - Browse repository at this point
Copy the full SHA 0f28434View commit details -
Rafi Mikail committed
Aug 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 892826f - Browse repository at this point
Copy the full SHA 892826fView commit details -
adding customizable figure size
Rafi Mikail committedAug 14, 2024 Configuration menu - View commit details
-
Copy full SHA for cb004dd - Browse repository at this point
Copy the full SHA cb004ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fbf0da - Browse repository at this point
Copy the full SHA 2fbf0daView commit details
Commits on Aug 15, 2024
-
adding subsamp feature to outcome plot
Rafi Mikail committedAug 15, 2024 Configuration menu - View commit details
-
Copy full SHA for f14264a - Browse repository at this point
Copy the full SHA f14264aView commit details -
Rafi Mikail committed
Aug 15, 2024 Configuration menu - View commit details
-
Copy full SHA for f0335f1 - Browse repository at this point
Copy the full SHA f0335f1View commit details -
Rafi Mikail committed
Aug 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 2cccb70 - Browse repository at this point
Copy the full SHA 2cccb70View commit details
Commits on Aug 22, 2024
-
add outcome example for docstring
Rafi Mikail committedAug 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 5d88555 - Browse repository at this point
Copy the full SHA 5d88555View commit details -
Layout improvements for etable, in particular for LaTex output (#583)
* Added feature to relabel variables in etable * Added explanation of relabeling feature * update etable docstring for order of keep, drop, label, felabels * add API tests * test only felabels * Regression table layout improvements; latex table layout; custom model headers & custom table notes * update stargazer nb on with new features * small cleanups * PR allows newline in tex * update readme * add tests * small update * bring back Dirk's notebook changes * bring back Dirks nb * delete fls changes * Small layout changes for type="df" * Option to print latex string in etable * Set default of print_tex to False (Reason: A user who includes the tables in a separate latex file or in overleaf will likely not want to see the printed code in the notebook. Moreover, for quarto rendering it must apparently be printed in any case in the end of the code block. When print_tex=True then the rendered document will also show the latex code block in addition to the table). * Edited the Stargazer notebook to document latex output and the use in quarto * Few edits in documentation * Corrected mistake I made in earlier commit * Display YAML code for quarto example as plain text * Update YAML code for quarto example as plain text * As the inclusion of the quarto example in the Stargazer notebook caused some issues, I have taken this out of the notebook and instead refer to an added qmd file that gives as an eample for including tables in quarto. * do not run, only format python code in quarto example * install tinytex in github action * add API test for print_tex argument * Allow to hide fixed effects and se-type rows. Allow to add custom model information/further model statistics. * Explain the new features in the Stargazer notebook * Update documentation * fix small typos --------- Co-authored-by: Alexander Fischer <alexander-fischer1801@t-online.de>
Configuration menu - View commit details
-
Copy full SHA for bf92748 - Browse repository at this point
Copy the full SHA bf92748View commit details -
Configuration menu - View commit details
-
Copy full SHA for a961ccd - Browse repository at this point
Copy the full SHA a961ccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for be8f3c1 - Browse repository at this point
Copy the full SHA be8f3c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d176b3f - Browse repository at this point
Copy the full SHA d176b3fView commit details
Commits on Aug 24, 2024
-
adding units to plot features, xlim, and ylim
Rafi Mikail committedAug 24, 2024 Configuration menu - View commit details
-
Copy full SHA for e4220bb - Browse repository at this point
Copy the full SHA e4220bbView commit details -
changing the aggregated outcome value
Rafi Mikail committedAug 24, 2024 Configuration menu - View commit details
-
Copy full SHA for d8a7ed3 - Browse repository at this point
Copy the full SHA d8a7ed3View commit details -
adding changes to the did documentation
Rafi Mikail committedAug 24, 2024 Configuration menu - View commit details
-
Copy full SHA for d7fe68d - Browse repository at this point
Copy the full SHA d7fe68dView commit details -
adding docstring for xlim, ylim, and units_to_plot
Rafi Mikail committedAug 24, 2024 Configuration menu - View commit details
-
Copy full SHA for cda98a8 - Browse repository at this point
Copy the full SHA cda98a8View commit details -
Rafi Mikail committed
Aug 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 2fe3ac6 - Browse repository at this point
Copy the full SHA 2fe3ac6View commit details -
Rafi Mikail committed
Aug 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 416d5f5 - Browse repository at this point
Copy the full SHA 416d5f5View commit details -
Rafi Mikail committed
Aug 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 3159e5f - Browse repository at this point
Copy the full SHA 3159e5fView commit details -
Rafi Mikail committed
Aug 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 8b9b9f6 - Browse repository at this point
Copy the full SHA 8b9b9f6View commit details -
Rafi Mikail committed
Aug 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 541654e - Browse repository at this point
Copy the full SHA 541654eView commit details -
Rafi Mikail committed
Aug 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 64c94a5 - Browse repository at this point
Copy the full SHA 64c94a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d30b060 - Browse repository at this point
Copy the full SHA d30b060View commit details -
Simultaneous CI option for iplot, coefplot (#587)
* add option 'joint' to iplot and coefplot * delete debug.py * no joint arg for tidy * fix multiple smaller issues * value error for multiple estimation * update tests * update did notebook * update did vignette * fix confint bug * fix bugs, make joint CIs work for matplotlib * cleanups * more cleanups * update did notebook
Configuration menu - View commit details
-
Copy full SHA for 9b0554b - Browse repository at this point
Copy the full SHA 9b0554bView commit details -
changing title for outcome plot
Rafi Mikail committedAug 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 78b95b5 - Browse repository at this point
Copy the full SHA 78b95b5View commit details -
Merge branch 'outcome_plot' of github.com:rafimikail/pyfixest into ou…
…tcome_plot
Rafi Mikail committedAug 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 2fc90a2 - Browse repository at this point
Copy the full SHA 2fc90a2View commit details -
re-run the notebook documentation
Rafi Mikail committedAug 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 7cf44c4 - Browse repository at this point
Copy the full SHA 7cf44c4View commit details -
Rafi Mikail committed
Aug 24, 2024 Configuration menu - View commit details
-
Copy full SHA for c6d67af - Browse repository at this point
Copy the full SHA c6d67afView commit details
Commits on Aug 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e31a28 - Browse repository at this point
Copy the full SHA 6e31a28View commit details -
Merge branch 'master' of github.com:rafimikail/pyfixest into outcome_…
…plot
Rafi Mikail committedAug 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 03f0f2d - Browse repository at this point
Copy the full SHA 03f0f2dView commit details -
Rafi Mikail committed
Aug 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 2686b9f - Browse repository at this point
Copy the full SHA 2686b9fView commit details -
Rafi Mikail committed
Aug 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 63b5f37 - Browse repository at this point
Copy the full SHA 63b5f37View commit details -
replacing local with the origin current did.ipynb
Rafi Mikail committedAug 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 4f6b98f - Browse repository at this point
Copy the full SHA 4f6b98fView commit details
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.