Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: py-econometrics/pyfixest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.23.0
Choose a base ref
...
head repository: py-econometrics/pyfixest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Jun 9, 2024

  1. Copy the full SHA
    4648c7d View commit details
  2. type separation method

    leostimpfle committed Jun 9, 2024
    Copy the full SHA
    abe079b View commit details

Commits on Jun 10, 2024

  1. add separation_check arg

    leostimpfle committed Jun 10, 2024
    Copy the full SHA
    1c8498d View commit details
  2. update test_poisson

    leostimpfle committed Jun 10, 2024
    Copy the full SHA
    d67db99 View commit details
  3. fix bugs

    leostimpfle committed Jun 10, 2024
    Copy the full SHA
    09fc032 View commit details
  4. remove unused variable

    leostimpfle committed Jun 10, 2024
    Copy the full SHA
    d14e6bb View commit details

Commits on Jul 1, 2024

  1. Copy the full SHA
    7ce587c View commit details

Commits on Jul 2, 2024

  1. improve rectifier

    leostimpfle committed Jul 2, 2024
    Copy the full SHA
    b4ee738 View commit details

Commits on Jul 3, 2024

  1. cosmetics

    leostimpfle committed Jul 3, 2024
    Copy the full SHA
    d66f69f View commit details

Commits on Jul 4, 2024

  1. use Optional

    leostimpfle committed Jul 4, 2024
    Copy the full SHA
    d8d4891 View commit details

Commits on Jul 14, 2024

  1. ensure consistent index

    leostimpfle committed Jul 14, 2024
    Copy the full SHA
    6822451 View commit details
  2. use input fml and data

    leostimpfle committed Jul 14, 2024
    Copy the full SHA
    662b152 View commit details

Commits on Aug 9, 2024

  1. 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>
    dsliwka and s3alfisc authored Aug 9, 2024
    Copy the full SHA
    bf56e88 View commit details
  2. 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>
    allcontributors[bot] authored Aug 9, 2024
    Copy the full SHA
    72e1967 View commit details

Commits on Aug 11, 2024

  1. Copy the full SHA
    1e221ef View commit details

Commits on Aug 13, 2024

  1. Add labels argument to coefplot() and iplot() (#580)

    * add labels argument for plots
    
    * add tests!
    
    * add rename_event_study_coefs function to relabel DiD figures
    s3alfisc authored Aug 13, 2024
    Copy the full SHA
    a1c3af7 View commit details

Commits on Aug 14, 2024

  1. adding option to input the type of panelview

    Rafi Mikail committed Aug 14, 2024
    Copy the full SHA
    be2e782 View commit details
  2. changing the grid style

    Rafi Mikail committed Aug 14, 2024
    Copy the full SHA
    0f28434 View commit details
  3. set development mode for mac

    Rafi Mikail committed Aug 14, 2024
    Copy the full SHA
    892826f View commit details
  4. adding customizable figure size

    Rafi Mikail committed Aug 14, 2024
    Copy the full SHA
    cb004dd View commit details
  5. Copy the full SHA
    2fbf0da View commit details

Commits on Aug 15, 2024

  1. adding subsamp feature to outcome plot

    Rafi Mikail committed Aug 15, 2024
    Copy the full SHA
    f14264a View commit details
  2. adding docstring

    Rafi Mikail committed Aug 15, 2024
    Copy the full SHA
    f0335f1 View commit details
  3. removing comments

    Rafi Mikail committed Aug 15, 2024
    Copy the full SHA
    2cccb70 View commit details

Commits on Aug 22, 2024

  1. add outcome example for docstring

    Rafi Mikail committed Aug 22, 2024
    Copy the full SHA
    5d88555 View commit details
  2. 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>
    dsliwka and s3alfisc authored Aug 22, 2024
    Copy the full SHA
    bf92748 View commit details
  3. bump version to 0.24 (#584)

    s3alfisc authored Aug 22, 2024
    Copy the full SHA
    a961ccd View commit details
  4. fix link formatting (#585)

    s3alfisc authored Aug 22, 2024
    Copy the full SHA
    be8f3c1 View commit details
  5. update quarto example link

    s3alfisc committed Aug 22, 2024
    Copy the full SHA
    d176b3f View commit details

Commits on Aug 24, 2024

  1. adding units to plot features, xlim, and ylim

    Rafi Mikail committed Aug 24, 2024
    Copy the full SHA
    e4220bb View commit details
  2. changing the aggregated outcome value

    Rafi Mikail committed Aug 24, 2024
    Copy the full SHA
    d8a7ed3 View commit details
  3. adding changes to the did documentation

    Rafi Mikail committed Aug 24, 2024
    Copy the full SHA
    d7fe68d View commit details
  4. adding docstring for xlim, ylim, and units_to_plot

    Rafi Mikail committed Aug 24, 2024
    Copy the full SHA
    cda98a8 View commit details
  5. adding several test

    Rafi Mikail committed Aug 24, 2024
    Copy the full SHA
    2fe3ac6 View commit details
  6. changing the test file

    Rafi Mikail committed Aug 24, 2024
    Copy the full SHA
    416d5f5 View commit details
  7. removing test ipynb

    Rafi Mikail committed Aug 24, 2024
    Copy the full SHA
    3159e5f View commit details
  8. slight changes on the ipynb

    Rafi Mikail committed Aug 24, 2024
    Copy the full SHA
    8b9b9f6 View commit details
  9. changing import

    Rafi Mikail committed Aug 24, 2024
    Copy the full SHA
    541654e View commit details
  10. revert back justfile

    Rafi Mikail committed Aug 24, 2024
    Copy the full SHA
    64c94a5 View commit details
  11. Copy the full SHA
    d30b060 View commit details
  12. 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
    s3alfisc authored Aug 24, 2024
    Copy the full SHA
    9b0554b View commit details
  13. changing title for outcome plot

    Rafi Mikail committed Aug 24, 2024
    Copy the full SHA
    78b95b5 View commit details
  14. Merge branch 'outcome_plot' of github.com:rafimikail/pyfixest into ou…

    …tcome_plot
    Rafi Mikail committed Aug 24, 2024
    Copy the full SHA
    2fc90a2 View commit details
  15. re-run the notebook documentation

    Rafi Mikail committed Aug 24, 2024
    Copy the full SHA
    7cf44c4 View commit details
  16. rerun the import

    Rafi Mikail committed Aug 24, 2024
    Copy the full SHA
    c6d67af View commit details

Commits on Aug 25, 2024

  1. Copy the full SHA
    6e31a28 View commit details
  2. Merge branch 'master' of github.com:rafimikail/pyfixest into outcome_…

    …plot
    Rafi Mikail committed Aug 25, 2024
    Copy the full SHA
    03f0f2d View commit details
  3. rerun the did notebook

    Rafi Mikail committed Aug 25, 2024
    Copy the full SHA
    2686b9f View commit details
  4. check did ipynb

    Rafi Mikail committed Aug 25, 2024
    Copy the full SHA
    63b5f37 View commit details
  5. replacing local with the origin current did.ipynb

    Rafi Mikail committed Aug 25, 2024
    Copy the full SHA
    4f6b98f View commit details
Showing with 70,839 additions and 32,596 deletions.
  1. +230 −0 .all-contributorsrc
  2. BIN .coverage
  3. +2 −0 .gitattributes
  4. +0 −38 .github/release-config.yml
  5. +184 −0 .github/workflows/build-and-relase.yaml
  6. +112 −22 .github/workflows/ci-tests.yaml
  7. +63 −0 .github/workflows/extended_tests.yaml
  8. +0 −24 .github/workflows/release-drafter.yml
  9. +17 −2 .gitignore
  10. +6 −6 .pre-commit-config.yaml
  11. +19 −0 CITATION.cff
  12. +131 −0 CODE_OF_CONDUCT.md
  13. +325 −0 Cargo.lock
  14. +23 −0 Cargo.toml
  15. +103 −8 README.md
  16. +6 −0 THIRD_PARTY_PERMISSIONS.md
  17. +25 −13 benchmarks/data_generation.r
  18. +1,494 −0 benchmarks/gpu_benchmarks.ipynb
  19. +1,465 −0 benchmarks/gpu_big_benchmarks.ipynb
  20. +25 −0 benchmarks/gpu_results.csv
  21. +121 −0 benchmarks/gpu_runtime_res.csv
  22. +546 −504 benchmarks/lets-plot-images/benchmarks_ols.svg
  23. +420 −426 benchmarks/lets-plot-images/benchmarks_poisson.svg
  24. +406 −0 benchmarks/quantreg_benchmarks.ipynb
  25. BIN benchmarks/quantreg_benchmarks.png
  26. +450 −300 benchmarks/results_py.csv
  27. +746 −304 benchmarks/run_benchmarks.ipynb
  28. +1,125 −945 benchmarks/visualise_benchmarks.ipynb
  29. +8 −0 codecov.yml
  30. +51 −23 docs/_quarto.yml
  31. +14 −5 docs/_sidebar.yml
  32. +187 −1 docs/{news.qmd → changelog.qmd}
  33. +0 −1,577 docs/compare-fixest-pyfixest.ipynb
  34. +299 −0 docs/compare-fixest-pyfixest.qmd
  35. +73 −109 docs/contributing.qmd
  36. +0 −1,110 docs/difference-in-differences.ipynb
  37. +404 −0 docs/difference-in-differences.qmd
  38. BIN docs/figures/gpu_benchmarks.png
  39. BIN docs/figures/quantreg_benchmarks.png
  40. BIN docs/latexdocs/SampleTableDoc.pdf
  41. +48 −0 docs/latexdocs/SampleTableDoc.tex
  42. BIN docs/latexdocs/SampleTableDoc2.pdf
  43. +49 −0 docs/latexdocs/SampleTableDoc2.tex
  44. BIN docs/latexdocs/SampleTableDoc3.pdf
  45. +52 −0 docs/latexdocs/SampleTableDoc3.tex
  46. +0 −415 docs/marginaleffects.ipynb
  47. +100 −0 docs/marginaleffects.qmd
  48. +2,356 −0 docs/multiple_testing.ipynb
  49. +59 −7 docs/pyfixest.md
  50. +53 −0 docs/pyfixest_gpu.ipynb
  51. +161 −0 docs/quantile-regression.qmd
  52. +69 −0 docs/quarto_example/QuartoExample.qmd
  53. +937 −533 docs/quickstart.ipynb
  54. +590 −0 docs/quickstart.qmd
  55. +2,979 −0 docs/regression_decomposition.ipynb
  56. +0 −949 docs/replicating-the-effect.ipynb
  57. +160 −0 docs/replicating-the-effect.qmd
  58. +135 −0 docs/ssc.qmd
  59. +0 −1,154 docs/stargazer.ipynb
  60. +475 −0 docs/stata-2-pyfixest.qmd
  61. +610 −0 docs/table-layout.qmd
  62. +1 −0 figures/aai-institute-logo.svg
  63. +0 −65 justfile
  64. +0 −26 mypy.ini
  65. +18,053 −0 pixi.lock
  66. +0 −4,847 poetry.lock
  67. +32 −12 pyfixest/__init__.py
  68. +11 −0 pyfixest/core/__init__.py
  69. +22 −0 pyfixest/core/_core_impl.pyi
  70. +3 −0 pyfixest/core/collinear.py
  71. +1 −0 pyfixest/core/crv1.py
  72. +73 −0 pyfixest/core/demean.py
  73. +3 −0 pyfixest/core/nested_fixed_effects.py
  74. 0 pyfixest/core/py.typed
  75. +11 −0 pyfixest/did/__init__.py
  76. +16,306 −16,306 pyfixest/did/data/df_het.csv
  77. +32 −26 pyfixest/did/did.py
  78. +49 −22 pyfixest/did/did2s.py
  79. +70 −21 pyfixest/did/estimation.py
  80. +0 −123 pyfixest/did/event_study.py
  81. +8 −7 pyfixest/did/lpdid.py
  82. +462 −0 pyfixest/did/saturated_twfe.py
  83. +3 −3 pyfixest/did/twfe.py
  84. +258 −4 pyfixest/did/visualize.py
  85. +12 −17 pyfixest/errors/__init__.py
  86. +262 −298 pyfixest/estimation/FixestMulti_.py
  87. +32 −6 pyfixest/estimation/FormulaParser.py
  88. +23 −7 pyfixest/estimation/__init__.py
  89. +47 −0 pyfixest/estimation/backends.py
  90. +373 −0 pyfixest/estimation/decomposition.py
  91. +98 −7 pyfixest/estimation/demean_.py
  92. +92 −0 pyfixest/estimation/demean_jax_.py
  93. +137 −0 pyfixest/estimation/detect_singletons_jax.py
  94. +828 −66 pyfixest/estimation/estimation.py
  95. +109 −0 pyfixest/estimation/fegaussian_.py
  96. +552 −0 pyfixest/estimation/feglm_.py
  97. +127 −96 pyfixest/estimation/feiv_.py
  98. +105 −0 pyfixest/estimation/felogit_.py
  99. +940 −460 pyfixest/estimation/feols_.py
  100. +480 −0 pyfixest/estimation/feols_compressed_.py
  101. +397 −88 pyfixest/estimation/fepois_.py
  102. +119 −0 pyfixest/estimation/feprobit_.py
  103. +92 −0 pyfixest/estimation/jax/demean_jax_.py
  104. +137 −0 pyfixest/estimation/jax/detect_singletons_jax.py
  105. +50 −0 pyfixest/estimation/literals.py
  106. +143 −18 pyfixest/estimation/model_matrix_fixest_.py
  107. +219 −76 pyfixest/estimation/multcomp.py
  108. +84 −0 pyfixest/estimation/numba/find_collinear_variables_nb.py
  109. +90 −0 pyfixest/estimation/numba/nested_fixef_nb.py
  110. +213 −0 pyfixest/estimation/prediction.py
  111. +240 −0 pyfixest/estimation/quantreg/QuantregMulti.py
  112. +3 −0 pyfixest/estimation/quantreg/__init__.py
  113. +218 −0 pyfixest/estimation/quantreg/frisch_newton_ip.py
  114. +526 −0 pyfixest/estimation/quantreg/quantreg_.py
  115. +15 −0 pyfixest/estimation/quantreg/utils.py
  116. +35 −21 pyfixest/estimation/ritest.py
  117. +46 −0 pyfixest/estimation/solvers.py
  118. +42 −11 pyfixest/estimation/vcov_utils.py
  119. +12 −3 pyfixest/report/__init__.py
  120. +1,060 −171 pyfixest/report/summarize.py
  121. +170 −0 pyfixest/report/utils.py
  122. +478 −86 pyfixest/report/visualize.py
  123. +1 −1 pyfixest/utils/__init__.py
  124. +28 −0 pyfixest/utils/check_r_install.py
  125. +22 −52 pyfixest/utils/dev_utils.py
  126. +310 −0 pyfixest/utils/dgps.py
  127. +35 −0 pyfixest/utils/set_rpy2_path.py
  128. +77 −77 pyfixest/utils/utils.py
  129. +190 −60 pyproject.toml
  130. +13 −0 r_test_requirements.R
  131. +55 −0 scripts/run_notebooks.py
  132. +165 −0 src/collinear.rs
  133. +99 −0 src/crv1.rs
  134. +219 −0 src/demean.rs
  135. +17 −0 src/lib.rs
  136. +101 −0 src/nested_fixed_effects.rs
  137. BIN tests/.coverage
  138. +84 −0 tests/data/all_did2s_dfs.csv
  139. +84 −0 tests/data/all_did2s_dfs_weights.csv
  140. +501 −0 tests/data/gelbach.csv
  141. BIN tests/data/gelbach.dta
  142. +1,134 −0 tests/data/gelbach.txt
  143. +101 −0 tests/data/ppmlhdfe_separation_examples/01.csv
  144. +6 −0 tests/data/ppmlhdfe_separation_examples/02.csv
  145. +17 −0 tests/data/ppmlhdfe_separation_examples/03.csv
  146. +101 −0 tests/data/ppmlhdfe_separation_examples/04.csv
  147. +10 −0 tests/data/ppmlhdfe_separation_examples/05.csv
  148. +12 −0 tests/data/ppmlhdfe_separation_examples/06.csv
  149. +19 −0 tests/data/ppmlhdfe_separation_examples/07.csv
  150. +10 −0 tests/data/ppmlhdfe_separation_examples/08.csv
  151. +8 −0 tests/data/ppmlhdfe_separation_examples/09.csv
  152. +11 −0 tests/data/ppmlhdfe_separation_examples/10.csv
  153. +359 −0 tests/data/ppmlhdfe_separation_examples/11.csv
  154. +19 −0 tests/data/ppmlhdfe_separation_examples/12.csv
  155. +19 −0 tests/data/ppmlhdfe_separation_examples/13.csv
  156. +15 −0 tests/data/ppmlhdfe_separation_examples/14.csv
  157. +24 −0 tests/data/ppmlhdfe_separation_examples/15.csv
  158. +101 −0 tests/data/ppmlhdfe_separation_examples/16.csv
  159. +101 −0 tests/data/ppmlhdfe_separation_examples/17.csv
  160. +101 −0 tests/data/ppmlhdfe_separation_examples/18.csv
  161. +4 −0 tests/data/ppmlhdfe_separation_examples/readme.md
  162. +101 −2 tests/test_api.py
  163. +1 −1 tests/test_ccv.py
  164. +30 −0 tests/test_collinearity.py
  165. +10 −9 tests/test_confint.py
  166. +55 −0 tests/test_count_fixef_fully_nested.py
  167. +34 −0 tests/test_crv1.py
  168. +311 −0 tests/test_decomposition.py
  169. +349 −8 tests/test_demean.py
  170. +78 −4 tests/test_detect_singletons.py
  171. +177 −0 tests/test_dgps.py
  172. +340 −121 tests/test_did.py
  173. +353 −0 tests/test_dtable.py
  174. +363 −48 tests/test_errors.py
  175. +214 −0 tests/test_event_study.py
  176. +23 −0 tests/test_exceptions.py
  177. +167 −0 tests/test_feols_compressed.py
  178. +82 −0 tests/test_feols_feglm_internally.py
  179. +17 −33 tests/test_i.py
  180. +42 −24 tests/test_iv.py
  181. +71 −14 tests/test_multcomp.py
  182. +128 −2 tests/test_others.py
  183. +126 −1 tests/test_plots.py
  184. +76 −9 tests/test_poisson.py
  185. +102 −39 tests/test_predict_resid_fixef.py
  186. +312 −0 tests/test_quantreg.py
  187. +39 −57 tests/test_ritest.py
  188. +4 −2 tests/test_ses.py
  189. +0 −165 tests/test_solver.py
  190. +58 −0 tests/test_solvers.py
  191. +0 −81 tests/test_ssc.py
  192. +36 −0 tests/test_summarise.py
  193. +0 −193 tests/test_vcov.py
  194. +107 −16 tests/test_visualize.py
  195. +864 −142 tests/test_vs_fixest.py
  196. +31 −48 tests/test_wald_test.py
  197. +6 −3 tests/test_wildboottest.py
  198. +20 −16 tests/test_wls_types.py
  199. +22 −0 tests/texfiles/test.tex
230 changes: 230 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -158,6 +158,236 @@
"contributions": [
"code"
]
},
{
"login": "dsliwka",
"name": "Dirk Sliwka",
"avatar_url": "https://avatars.githubusercontent.com/u/49401450?v=4",
"profile": "https://dsliwka.github.io/",
"contributions": [
"code",
"doc"
]
},
{
"login": "daltonm-bls",
"name": "daltonm-bls",
"avatar_url": "https://avatars.githubusercontent.com/u/78225214?v=4",
"profile": "https://github.com/daltonm-bls",
"contributions": [
"bug"
]
},
{
"login": "marcandre259",
"name": "Marc-André",
"avatar_url": "https://avatars.githubusercontent.com/u/19809475?v=4",
"profile": "https://github.com/marcandre259",
"contributions": [
"code",
"bug"
]
},
{
"login": "kylebutts",
"name": "Kyle F Butts",
"avatar_url": "https://avatars.githubusercontent.com/u/19961439?v=4",
"profile": "https://github.com/kylebutts",
"contributions": [
"data"
]
},
{
"login": "MarcoGorelli",
"name": "Marco Edward Gorelli",
"avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4",
"profile": "https://fosstodon.org/@marcogorelli",
"contributions": [
"review"
]
},
{
"login": "vincentarelbundock",
"name": "Vincent Arel-Bundock",
"avatar_url": "https://avatars.githubusercontent.com/u/987057?v=4",
"profile": "http://arelbundock.com",
"contributions": [
"code"
]
},
{
"login": "IshwaraHegde97",
"name": "IshwaraHegde97",
"avatar_url": "https://avatars.githubusercontent.com/u/187858441?v=4",
"profile": "https://github.com/IshwaraHegde97",
"contributions": [
"code"
]
},
{
"login": "RoyalTS",
"name": "Tobias Schmidt",
"avatar_url": "https://avatars.githubusercontent.com/u/702580?v=4",
"profile": "https://github.com/RoyalTS",
"contributions": [
"doc"
]
},
{
"login": "escherpf",
"name": "escherpf",
"avatar_url": "https://avatars.githubusercontent.com/u/3789736?v=4",
"profile": "https://github.com/escherpf",
"contributions": [
"bug",
"code"
]
},
{
"login": "ivanhigueram",
"name": "Iván Higuera Mendieta",
"avatar_url": "https://avatars.githubusercontent.com/u/9004403?v=4",
"profile": "http://www.ivanhigueram.com",
"contributions": [
"code"
]
},
{
"login": "adamvig96",
"name": "Ádám Vig",
"avatar_url": "https://avatars.githubusercontent.com/u/52835042?v=4",
"profile": "https://github.com/adamvig96",
"contributions": [
"code"
]
},
{
"login": "elchorro",
"name": "Szymon Sacher",
"avatar_url": "https://avatars.githubusercontent.com/u/13162607?v=4",
"profile": "http://szymon.info",
"contributions": [
"code"
]
},
{
"login": "AronNemeth",
"name": "AronNemeth",
"avatar_url": "https://avatars.githubusercontent.com/u/96979880?v=4",
"profile": "https://github.com/AronNemeth",
"contributions": [
"code"
]
},
{
"login": "DTchebotarev",
"name": "Dmitri Tchebotarev",
"avatar_url": "https://avatars.githubusercontent.com/u/6100882?v=4",
"profile": "https://github.com/DTchebotarev",
"contributions": [
"code"
]
},
{
"login": "FuZhiyu",
"name": "FuZhiyu",
"avatar_url": "https://avatars.githubusercontent.com/u/11523699?v=4",
"profile": "https://github.com/FuZhiyu",
"contributions": [
"bug",
"code"
]
},
{
"login": "mortizm1988",
"name": "Marcelo Ortiz M.",
"avatar_url": "https://avatars.githubusercontent.com/u/70643379?v=4",
"profile": "http://www.marceloortizm.com",
"contributions": [
"doc"
]
},
{
"login": "jestover",
"name": "Joseph Stover",
"avatar_url": "https://avatars.githubusercontent.com/u/11298484?v=4",
"profile": "https://github.com/jestover",
"contributions": [
"doc"
]
},
{
"login": "JaapCTJ",
"name": "JaapCTJ",
"avatar_url": "https://avatars.githubusercontent.com/u/157970664?v=4",
"profile": "https://github.com/JaapCTJ",
"contributions": [
"code"
]
},
{
"login": "shapiromh",
"name": "Matt Shapiro",
"avatar_url": "https://avatars.githubusercontent.com/u/2327833?v=4",
"profile": "http://shapiromh.com",
"contributions": [
"code"
]
},
{
"login": "schroedk",
"name": "Kristof Schröder",
"avatar_url": "https://avatars.githubusercontent.com/u/38397037?v=4",
"profile": "https://github.com/schroedk",
"contributions": [
"code"
]
},
{
"login": "WiktorTheScriptor",
"name": "Wiktor ",
"avatar_url": "https://avatars.githubusercontent.com/u/162815872?v=4",
"profile": "https://github.com/WiktorTheScriptor",
"contributions": [
"code"
]
},
{
"login": "damandhaliwal",
"name": "Daman Dhaliwal",
"avatar_url": "https://avatars.githubusercontent.com/u/48694192?v=4",
"profile": "https://damandhaliwal.me",
"contributions": [
"code"
]
},
{
"login": "markkaj",
"name": "Jaakko Markkanen",
"avatar_url": "https://avatars.githubusercontent.com/u/24573803?v=4",
"profile": "https://markkaj.github.io/",
"contributions": [
"bug"
]
},
{
"login": "jsr-p",
"name": "Jonas Skjold Raaschou-Pedersen",
"avatar_url": "https://avatars.githubusercontent.com/u/49307119?v=4",
"profile": "https://jsr-p.github.io/",
"contributions": [
"code",
"doc"
]
},
{
"login": "bobby1030",
"name": "Bobby Ho",
"avatar_url": "https://avatars.githubusercontent.com/u/10739091?v=4",
"profile": "http://bobbyho.me",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 8,
Binary file removed .coverage
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# GitHub syntax highlighting
pixi.lock linguist-language=YAML linguist-generated=true
38 changes: 0 additions & 38 deletions .github/release-config.yml

This file was deleted.

Loading