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.24.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: refs/heads/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 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. fix link formatting (#585)

    s3alfisc authored Aug 22, 2024
    Copy the full SHA
    be8f3c1 View commit details
  3. 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
  6. updating did ipynb

    Rafi Mikail committed Aug 25, 2024
    Copy the full SHA
    3b0f8d4 View commit details
  7. Update visualize.py

    minor docs update
    s3alfisc authored Aug 25, 2024
    Copy the full SHA
    9bd63f7 View commit details
  8. adding panelview to the docs

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

    …tcome_plot
    Rafi Mikail committed Aug 25, 2024
    Copy the full SHA
    060f3c7 View commit details
  10. set development mode

    Rafi Mikail committed Aug 25, 2024
    Copy the full SHA
    596234f View commit details
  11. fixing visualize.py

    Rafi Mikail committed Aug 25, 2024
    Copy the full SHA
    34b255a View commit details
Showing with 72,901 additions and 34,551 deletions.
  1. +229 −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. +109 −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. +101 −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. +229 −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,112 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. +8 −6 docs/latexdocs/SampleTableDoc.tex
  42. BIN docs/latexdocs/SampleTableDoc2.pdf
  43. +7 −4 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. +0 −7 docs/quarto_example/QuartoExample.qmd
  53. +0 −116 docs/quarto_example/QuartoExample.quarto_ipynb
  54. +937 −533 docs/quickstart.ipynb
  55. +590 −0 docs/quickstart.qmd
  56. +3,234 −0 docs/regression_decomposition.ipynb
  57. +0 −949 docs/replicating-the-effect.ipynb
  58. +160 −0 docs/replicating-the-effect.qmd
  59. +135 −0 docs/ssc.qmd
  60. +0 −2,824 docs/stargazer.ipynb
  61. +475 −0 docs/stata-2-pyfixest.qmd
  62. +610 −0 docs/table-layout.qmd
  63. +1 −0 figures/aai-institute-logo.svg
  64. +322 −0 joss_paper/paper.bib
  65. +64 −0 joss_paper/pyfixest_joss.md
  66. +0 −65 justfile
  67. +0 −26 mypy.ini
  68. +18,053 −0 pixi.lock
  69. +0 −4,847 poetry.lock
  70. +32 −12 pyfixest/__init__.py
  71. +11 −0 pyfixest/core/__init__.py
  72. +22 −0 pyfixest/core/_core_impl.pyi
  73. +3 −0 pyfixest/core/collinear.py
  74. +1 −0 pyfixest/core/crv1.py
  75. +73 −0 pyfixest/core/demean.py
  76. +3 −0 pyfixest/core/nested_fixed_effects.py
  77. 0 pyfixest/core/py.typed
  78. +11 −0 pyfixest/did/__init__.py
  79. +16,306 −16,306 pyfixest/did/data/df_het.csv
  80. +32 −26 pyfixest/did/did.py
  81. +49 −22 pyfixest/did/did2s.py
  82. +70 −21 pyfixest/did/estimation.py
  83. +0 −123 pyfixest/did/event_study.py
  84. +8 −7 pyfixest/did/lpdid.py
  85. +462 −0 pyfixest/did/saturated_twfe.py
  86. +3 −3 pyfixest/did/twfe.py
  87. +258 −4 pyfixest/did/visualize.py
  88. +12 −17 pyfixest/errors/__init__.py
  89. +262 −298 pyfixest/estimation/FixestMulti_.py
  90. +32 −6 pyfixest/estimation/FormulaParser.py
  91. +23 −7 pyfixest/estimation/__init__.py
  92. +47 −0 pyfixest/estimation/backends.py
  93. +1,009 −0 pyfixest/estimation/decomposition.py
  94. +98 −7 pyfixest/estimation/demean_.py
  95. +92 −0 pyfixest/estimation/demean_jax_.py
  96. +137 −0 pyfixest/estimation/detect_singletons_jax.py
  97. +828 −66 pyfixest/estimation/estimation.py
  98. +109 −0 pyfixest/estimation/fegaussian_.py
  99. +552 −0 pyfixest/estimation/feglm_.py
  100. +127 −96 pyfixest/estimation/feiv_.py
  101. +105 −0 pyfixest/estimation/felogit_.py
  102. +981 −462 pyfixest/estimation/feols_.py
  103. +480 −0 pyfixest/estimation/feols_compressed_.py
  104. +395 −88 pyfixest/estimation/fepois_.py
  105. +119 −0 pyfixest/estimation/feprobit_.py
  106. +92 −0 pyfixest/estimation/jax/demean_jax_.py
  107. +137 −0 pyfixest/estimation/jax/detect_singletons_jax.py
  108. +50 −0 pyfixest/estimation/literals.py
  109. +143 −18 pyfixest/estimation/model_matrix_fixest_.py
  110. +219 −76 pyfixest/estimation/multcomp.py
  111. +84 −0 pyfixest/estimation/numba/find_collinear_variables_nb.py
  112. +90 −0 pyfixest/estimation/numba/nested_fixef_nb.py
  113. +213 −0 pyfixest/estimation/prediction.py
  114. +240 −0 pyfixest/estimation/quantreg/QuantregMulti.py
  115. +3 −0 pyfixest/estimation/quantreg/__init__.py
  116. +218 −0 pyfixest/estimation/quantreg/frisch_newton_ip.py
  117. +526 −0 pyfixest/estimation/quantreg/quantreg_.py
  118. +15 −0 pyfixest/estimation/quantreg/utils.py
  119. +35 −21 pyfixest/estimation/ritest.py
  120. +46 −0 pyfixest/estimation/solvers.py
  121. +42 −11 pyfixest/estimation/vcov_utils.py
  122. +12 −3 pyfixest/report/__init__.py
  123. +341 −0 pyfixest/report/make_table.py
  124. +625 −293 pyfixest/report/summarize.py
  125. +82 −20 pyfixest/report/utils.py
  126. +450 −93 pyfixest/report/visualize.py
  127. +730 −0 pyfixest/report/visualize_decomposition.py
  128. +1 −1 pyfixest/utils/__init__.py
  129. +28 −0 pyfixest/utils/check_r_install.py
  130. +22 −52 pyfixest/utils/dev_utils.py
  131. +310 −0 pyfixest/utils/dgps.py
  132. +35 −0 pyfixest/utils/set_rpy2_path.py
  133. +77 −77 pyfixest/utils/utils.py
  134. +190 −60 pyproject.toml
  135. +13 −0 r_test_requirements.R
  136. +55 −0 scripts/run_notebooks.py
  137. +165 −0 src/collinear.rs
  138. +99 −0 src/crv1.rs
  139. +219 −0 src/demean.rs
  140. +17 −0 src/lib.rs
  141. +101 −0 src/nested_fixed_effects.rs
  142. BIN tests/.coverage
  143. +84 −0 tests/data/all_did2s_dfs.csv
  144. +84 −0 tests/data/all_did2s_dfs_weights.csv
  145. +501 −0 tests/data/gelbach.csv
  146. BIN tests/data/gelbach.dta
  147. +1,134 −0 tests/data/gelbach.txt
  148. +205 −0 tests/data/gelbach_x1.txt
  149. +101 −0 tests/data/ppmlhdfe_separation_examples/01.csv
  150. +6 −0 tests/data/ppmlhdfe_separation_examples/02.csv
  151. +17 −0 tests/data/ppmlhdfe_separation_examples/03.csv
  152. +101 −0 tests/data/ppmlhdfe_separation_examples/04.csv
  153. +10 −0 tests/data/ppmlhdfe_separation_examples/05.csv
  154. +12 −0 tests/data/ppmlhdfe_separation_examples/06.csv
  155. +19 −0 tests/data/ppmlhdfe_separation_examples/07.csv
  156. +10 −0 tests/data/ppmlhdfe_separation_examples/08.csv
  157. +8 −0 tests/data/ppmlhdfe_separation_examples/09.csv
  158. +11 −0 tests/data/ppmlhdfe_separation_examples/10.csv
  159. +359 −0 tests/data/ppmlhdfe_separation_examples/11.csv
  160. +19 −0 tests/data/ppmlhdfe_separation_examples/12.csv
  161. +19 −0 tests/data/ppmlhdfe_separation_examples/13.csv
  162. +15 −0 tests/data/ppmlhdfe_separation_examples/14.csv
  163. +24 −0 tests/data/ppmlhdfe_separation_examples/15.csv
  164. +101 −0 tests/data/ppmlhdfe_separation_examples/16.csv
  165. +101 −0 tests/data/ppmlhdfe_separation_examples/17.csv
  166. +101 −0 tests/data/ppmlhdfe_separation_examples/18.csv
  167. +4 −0 tests/data/ppmlhdfe_separation_examples/readme.md
  168. +101 −2 tests/test_api.py
  169. +1 −1 tests/test_ccv.py
  170. +30 −0 tests/test_collinearity.py
  171. +10 −9 tests/test_confint.py
  172. +55 −0 tests/test_count_fixef_fully_nested.py
  173. +34 −0 tests/test_crv1.py
  174. +527 −0 tests/test_decomposition.py
  175. +349 −8 tests/test_demean.py
  176. +78 −4 tests/test_detect_singletons.py
  177. +177 −0 tests/test_dgps.py
  178. +340 −121 tests/test_did.py
  179. +353 −0 tests/test_dtable.py
  180. +409 −45 tests/test_errors.py
  181. +214 −0 tests/test_event_study.py
  182. +23 −0 tests/test_exceptions.py
  183. +167 −0 tests/test_feols_compressed.py
  184. +82 −0 tests/test_feols_feglm_internally.py
  185. +17 −33 tests/test_i.py
  186. +42 −24 tests/test_iv.py
  187. +71 −14 tests/test_multcomp.py
  188. +76 −2 tests/test_others.py
  189. +103 −1 tests/test_plots.py
  190. +76 −9 tests/test_poisson.py
  191. +102 −39 tests/test_predict_resid_fixef.py
  192. +312 −0 tests/test_quantreg.py
  193. +39 −57 tests/test_ritest.py
  194. +4 −2 tests/test_ses.py
  195. +0 −165 tests/test_solver.py
  196. +58 −0 tests/test_solvers.py
  197. +0 −81 tests/test_ssc.py
  198. +5 −0 tests/test_summarise.py
  199. +0 −193 tests/test_vcov.py
  200. +107 −16 tests/test_visualize.py
  201. +864 −142 tests/test_vs_fixest.py
  202. +31 −48 tests/test_wald_test.py
  203. +6 −3 tests/test_wildboottest.py
  204. +20 −16 tests/test_wls_types.py
  205. +2 −2 tests/texfiles/test.tex
229 changes: 229 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -168,6 +168,235 @@
"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"
]
},
{
"login": "Erica-Ryan",
"name": "Erica Ryan",
"avatar_url": "https://avatars.githubusercontent.com/u/27149581?v=4",
"profile": "https://github.com/Erica-Ryan",
"contributions": [
"code"
]
}
],
"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