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 from poetry and just to pixi #595

Merged
merged 112 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
112 commits
Select commit Hold shift + click to select a range
c403860
move to pixi, first commit
s3alfisc Aug 29, 2024
5672f7c
bring back ruff to pyproject.toml
s3alfisc Aug 30, 2024
c95368f
bring back size checks
s3alfisc Aug 30, 2024
bc52b40
update ci
s3alfisc Aug 30, 2024
83d621e
update env file
s3alfisc Aug 30, 2024
e23457d
small toml updates
s3alfisc Aug 30, 2024
365b07a
rename docs tasks, rename test env to dev
s3alfisc Aug 31, 2024
75f64e9
delete files
s3alfisc Aug 31, 2024
a156b07
depend on pypi only
s3alfisc Aug 31, 2024
14071c0
add other authors
s3alfisc Aug 31, 2024
9a4e145
update description
s3alfisc Aug 31, 2024
77b1a5b
tweaks
s3alfisc Aug 31, 2024
32f4a4b
even more tweaks
s3alfisc Aug 31, 2024
0d69591
solve merge conflicts
s3alfisc Sep 1, 2024
3e69fdc
Merge branch 'master' into pixi
s3alfisc Sep 1, 2024
eaf6442
add linting and test data tasks
s3alfisc Sep 1, 2024
3556882
Merge branch 'pixi' of https://github.com/s3alfisc/pyfixest into pixi
s3alfisc Sep 1, 2024
815a376
update contributing md
s3alfisc Sep 1, 2024
61b4544
add wildboottest 0.3.2 dependency
s3alfisc Sep 1, 2024
0f61b9b
address review comments
s3alfisc Sep 1, 2024
0c02911
add badges to readmes
s3alfisc Sep 1, 2024
f48bcd6
move filterwarnings to correct section
s3alfisc Sep 1, 2024
610e81f
add jinja2
s3alfisc Sep 1, 2024
bdbe2d9
add rpy2 via conda
s3alfisc Sep 1, 2024
6fc256d
update lock file
s3alfisc Sep 1, 2024
7cb23b5
install r packages via pixi
s3alfisc Sep 1, 2024
22f9690
define install-r
s3alfisc Sep 1, 2024
72633c2
rebuild lock file
s3alfisc Sep 18, 2024
64423e6
do not install r binaries
s3alfisc Sep 18, 2024
4ef9dea
align with master
s3alfisc Sep 18, 2024
6f1b354
test
s3alfisc Sep 19, 2024
346902c
fix syntax error
s3alfisc Sep 19, 2024
71bd8f4
fail fast
s3alfisc Sep 19, 2024
ef0d2ff
tweak
s3alfisc Sep 19, 2024
e44b4b7
export r library paths
s3alfisc Sep 19, 2024
75c6922
another test
s3alfisc Sep 19, 2024
edc160e
set r home
s3alfisc Sep 19, 2024
79f5e5f
another attempt
s3alfisc Sep 19, 2024
7974bc9
another attempt
s3alfisc Sep 19, 2024
ba49144
tweak
s3alfisc Sep 19, 2024
665d88d
tweak
s3alfisc Sep 19, 2024
44bc91c
pixi install
s3alfisc Sep 19, 2024
f3d5bc9
tweak
s3alfisc Sep 19, 2024
4eb1afc
another attempt
s3alfisc Sep 22, 2024
1580d5b
Merge branch 'master' into pixi
s3alfisc Sep 22, 2024
695d71b
update pixi lock
s3alfisc Sep 22, 2024
10ec658
add r dependencies to toml
s3alfisc Sep 22, 2024
aa243d0
switch back to install-r
s3alfisc Sep 22, 2024
d75c928
test on windows
s3alfisc Sep 22, 2024
fe71422
mac
s3alfisc Sep 22, 2024
394a14d
cache pixi
s3alfisc Sep 22, 2024
18a54af
back to windows
s3alfisc Sep 22, 2024
bb8adbd
no host
s3alfisc Sep 22, 2024
fddc0da
install compiled linux from r universe
s3alfisc Sep 22, 2024
ec435b3
update r installs
s3alfisc Sep 22, 2024
ffe75a5
install binary
s3alfisc Sep 22, 2024
506ca75
try rstudio pkg manager
s3alfisc Sep 22, 2024
caee64c
revert to r2u
s3alfisc Sep 22, 2024
207263d
install r packages by hand
s3alfisc Sep 22, 2024
7460366
install fixest and broom from conda
s3alfisc Sep 22, 2024
35debeb
update pixi lock
s3alfisc Sep 22, 2024
a9b562c
install in pixi path
s3alfisc Sep 22, 2024
bd10055
add r2u
s3alfisc Sep 22, 2024
e67bcb6
debug
s3alfisc Sep 22, 2024
ec292f4
update debug env
s3alfisc Sep 22, 2024
4357a74
set r lib to install to
s3alfisc Sep 22, 2024
98ebbfd
fix typo
s3alfisc Sep 22, 2024
2ba76bb
one more time
s3alfisc Sep 22, 2024
fc8039a
More debugging
s3alfisc Sep 22, 2024
ee859ee
one more time
s3alfisc Sep 22, 2024
cb714bd
Udpate r paths in scripts
s3alfisc Sep 22, 2024
5a357d4
add build env & action
s3alfisc Sep 22, 2024
c242d6c
wfl cleanup
s3alfisc Sep 22, 2024
9c7077f
4 threads
s3alfisc Sep 22, 2024
e149e0c
bring back full ci
s3alfisc Sep 22, 2024
7334f1b
Install pixi
s3alfisc Sep 22, 2024
6236231
install stats & base
s3alfisc Sep 22, 2024
5f5d8e7
build docs via pixi
s3alfisc Sep 22, 2024
f31b961
add publish step for docs
s3alfisc Sep 22, 2024
b261395
Merge branch 'master' into pixi
s3alfisc Sep 22, 2024
692d479
delete poetry lock
s3alfisc Sep 22, 2024
3f76113
update readme ipynb
s3alfisc Sep 22, 2024
6f11bc9
update readme md
s3alfisc Sep 22, 2024
63bc574
Merge branch 'pixi' of https://github.com/s3alfisc/pyfixest into pixi
s3alfisc Sep 22, 2024
cb4f945
resolve merge conflicts
s3alfisc Sep 23, 2024
1963596
rebuild pixi lock file
s3alfisc Sep 25, 2024
ca719d5
Merge branch 'master' into pixi
s3alfisc Sep 25, 2024
0f5e8f9
print r version
s3alfisc Sep 25, 2024
b44688c
Merge branch 'pixi' of https://github.com/s3alfisc/pyfixest into pixi
s3alfisc Sep 25, 2024
e0bb411
install r version
s3alfisc Sep 25, 2024
3c55501
r2u before r
s3alfisc Sep 25, 2024
c6eb06f
try cleanup
s3alfisc Sep 25, 2024
7e98b1b
try cleanup
s3alfisc Sep 25, 2024
020ffa8
revert and install r version
s3alfisc Sep 25, 2024
733e3d6
install r and test on windows
s3alfisc Sep 26, 2024
b22b3b9
fix path for windows
s3alfisc Sep 26, 2024
b0324e3
revert ubuntu
s3alfisc Sep 26, 2024
7e86d99
tweaks
s3alfisc Sep 26, 2024
dbcdece
dont run bootstrap ivdiag
s3alfisc Sep 26, 2024
37ea3d3
move wald testing to car::linearHypothesis
s3alfisc Sep 26, 2024
8756dc2
update readme
s3alfisc Sep 26, 2024
0eef330
install all relevant packages
s3alfisc Sep 26, 2024
0e5274d
fix IV tests
s3alfisc Sep 26, 2024
10f7fa1
do not install poetry for docs
s3alfisc Sep 26, 2024
c3a94d0
fix typo
s3alfisc Sep 26, 2024
ade98b2
docs to inherit from dev
s3alfisc Sep 26, 2024
92b427f
rebuild lock
s3alfisc Sep 27, 2024
f9d7ec4
slight reorg of lock file
s3alfisc Sep 27, 2024
dbe2eb9
Update lock
s3alfisc Sep 27, 2024
eb164d2
update lock
s3alfisc Sep 27, 2024
24e3047
Update contributing.md
s3alfisc Sep 27, 2024
452010b
support mac
s3alfisc Sep 27, 2024
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
Empty file.
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
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ readme.ipynb
#docs/site_libs
#site_libs
tests/.coverage
.venv/
.venv/# pixi environments
.pixi
*.egg-info
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: check-yaml
args: [--allow-multiple-documents]
- id: check-toml
- id: check-added-large-files
#- id: check-added-large-files
s3alfisc marked this conversation as resolved.
Show resolved Hide resolved

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.2
Expand Down
Empty file added =0.1.0
Empty file.
Empty file added =14.0.2
Empty file.
116 changes: 0 additions & 116 deletions docs/quarto_example/QuartoExample.quarto_ipynb

This file was deleted.

Loading
Loading