Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix the probme when alpha is too low the result is incorrect. * ignore slice type limit (int) * Fix ruff syntax * add pyright config and type ignore * Fix type in rcimodel and remove responsibility of scale from Indexsnapshot * Remove floating point error in intensity. * Fix tox (mypy) * IndexedSnapshop accept nan value inside with corrsponding tests. * Tests for input data with NAN values. * Quick_start and some features in blrprx model. * Delete useless file. * Fix some typing and linting for mypy and ruff. * Fix tox and use poetry correctly. Minor text change in quick_start.py. * Testing Github workflow doc generation. * Fixing python 3.10 treated as 3.1. Now using 3.11. * Publish the 1.0.0 pyblrp. Change theme of doc. * Fix doc theme package name. * Fix the READMD url and image trasparency. * Fix s some requirements.txt files and tox.ini settings for mypy and ruff using poetry export command. * Remove hash from requirements.txt requirements-dev.txt and docs/requirements-doc.txt * Only run mypy and ruff on ubuntu-latest. * Fix github action envs. * Fix github action envs. * Fix github action.: * Fix github action. * Remove doc building from tox.ini. * Remove all requirements.txt files and rename doce building github action. * Fix Doc building with github action. * Fix tox.ini for python3.12. * Fix github action python version. Remove blue underscore of badges in README.md. * Adding Documentation link to README.md. * Fine tuning on github action for performance. * Rename the github action name. * Rename the github action name. * Rename the github action name. * Fix quick_start.ipynb * Fix hard coded index of worst fitted month in quick_start.ipynb
- Loading branch information