Thomas Schmelzer
Thomas Schmelzer
This particular change has no effect as in pyproject we point to src/pypfopt rather than pypfopt. No import has to be changed
@fkiraly This is the move to uv. I have updated the pyproject.toml file for it, removed poetry.lock and created a uv.lock file with **uv sync --all-extras** Again, I have deactivated...
@fkiraly this could be merged
Fair point to use uv pip install.
```python # testing all notebooks name: TEST on: - push jobs: test: runs-on: ubuntu-latest strategy: matrix: python-version: ['3.11', '3.12'] notebook: [ Ch02-statlearn-lab.ipynb, Ch03-linreg-lab.ipynb, Ch04-classification-lab.ipynb, Ch05-resample-lab.ipynb, Ch06-varselect-lab.ipynb, Ch07-nonlin-lab.ipynb, Ch08-baggboost-lab.ipynb, Ch09-svm-lab.ipynb, Ch10-deeplearning-lab.ipynb,...
I recommend to upload the coverage as artifact and then construct a little html page on the fly, for an example: https://tschm.github.io/jquantstats/ The link in the README of jquantstats is...
pip install -r requirements.txt is dangerous. It assumes there is a global pip and would install those dependencies defined in requirements.txt straight in a global python setup which is ultimately...
I have no experience with conda and it's not needed these days. I have also observed over the years tons of issues with all those solvers cvxpy comes out of...
The bad performance of conda was the reason we moved to poetry in 2021 :-) We love a good lock file
Book is constructing a static webpage collecting test reports, test coverage etc.