You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* do not need pylintrc since we have ruff
* simplify project build and package installation from setup.py to pyproject, including the versioning using __version__ attribute
* remove .txt files from rtd and gitpod
* rename experimental -> extras
* Adjustment to requirements
* remove __all__
* Adjust setup.py
* Add numpy to build-system requires
* remove requirements.txt
* Read dynamic version from text file
* Delete .gitattributes
* Move `conftest.py` to tests folder
* Simplify setup.py
* Switch to `hatchling` based build
* Include tests in sdist
Co-authored-by: Ben Mares <[email protected]>
* Build project with `hatch` in `pypi.yml`
* Back to build in the pypi CI
* Add `__version__` to `__init__.py`
* Add Python 3.13 classifier
* Add missing histogram and dask_histogram extras
---------
Co-authored-by: Jesse Grabowski <[email protected]>
Co-authored-by: Jesse Grabowski <[email protected]>
Co-authored-by: Ben Mares <[email protected]>
0 commit comments