Compare commits

...

4 Commits

Author SHA1 Message Date
2856f9fd5a chore: update subproject commit reference in statnerd
Some checks are pending
Build LaTeX Document / build_latex (push) Waiting to run
2025-02-23 22:37:48 +01:00
99867d8f5c chore: update subproject commit reference in statnerd and update notebook
Some checks failed
Build LaTeX Document / build_latex (push) Failing after 14s
2025-02-22 23:08:05 +01:00
110774e255 chore: update .gitignore to include Node.js files and update subproject commit reference in statnerd
All checks were successful
Build LaTeX Document / build_latex (push) Successful in 2m12s
2025-02-20 23:56:09 +01:00
44d06128c1 chore: update subproject commit reference in statnerd
All checks were successful
Build LaTeX Document / build_latex (push) Successful in 1m56s
2025-02-15 14:12:45 +01:00
3 changed files with 3595 additions and 41 deletions

8
.gitignore vendored
View File

@@ -295,4 +295,10 @@ env/
__pycache__/
test/
venv/
.venv/
.venv/
# Node.js
**/node_modules/
npm-debug.log
yarn-error.log
yarn-debug.log*

File diff suppressed because one or more lines are too long