Renamed internal Python files hist.py and misc.py to _hist.py and _misc.py, respectively. The contents of these modules are brought in to the main pygram11 module namespace by imports in __init__.py (the submodules themselves are not meant to be part of the public API). This avoids tab completions of pygram11.hi yielding pygram11.hist when we actually want pygram11.histogram
Enable keyword arguments of to_raster to propagate to rasterio Removed deprecated pyproj conventions...
This lesson shows you how to download and install Python modules. There are many ways to install ext...
OpenMP is now required to build from source (not a difficult dependency to satisfy) omp function arg...
Renamed internal Python module from histogram to hist. This avoids a clash with a member function. S...
Repository reorganized to use PEP 517 Python API moved outside of __init__.py to histogram.py, func...
Recognizes PySpark Columns as a kind of user function. Wraps PySpark DataFrames with Histogrammar me...
General: Update to Python 3.11, drop Python 3.8 support Turn simple files into submodules for clean...
This release adds a new module, `module_utils`, and some additional functions to the `file_utils` mo...
This version only changes the setup script so that the version on PyPI exactly matches the version i...
Fix GitHub action to make sure pybind11 submodule is checked out for source distribution creation
What's Changed Dropped support for Python 3.7 Improved how submodules are imported Full Changelog:...
Second 0.5 series alpha. Added fixed bin one dimensional multiweight histogramming to front end Pyt...
An overview of Python histogramming packages and presentation of boost-histogram
Enable keyword arguments of to_raster to propagate to rasterio Removed deprecated pyproj conventions...
OpenMP configuration redesigned. constants have been removed in favor of new pygram11.config module....
Enable keyword arguments of to_raster to propagate to rasterio Removed deprecated pyproj conventions...
This lesson shows you how to download and install Python modules. There are many ways to install ext...
OpenMP is now required to build from source (not a difficult dependency to satisfy) omp function arg...
Renamed internal Python module from histogram to hist. This avoids a clash with a member function. S...
Repository reorganized to use PEP 517 Python API moved outside of __init__.py to histogram.py, func...
Recognizes PySpark Columns as a kind of user function. Wraps PySpark DataFrames with Histogrammar me...
General: Update to Python 3.11, drop Python 3.8 support Turn simple files into submodules for clean...
This release adds a new module, `module_utils`, and some additional functions to the `file_utils` mo...
This version only changes the setup script so that the version on PyPI exactly matches the version i...
Fix GitHub action to make sure pybind11 submodule is checked out for source distribution creation
What's Changed Dropped support for Python 3.7 Improved how submodules are imported Full Changelog:...
Second 0.5 series alpha. Added fixed bin one dimensional multiweight histogramming to front end Pyt...
An overview of Python histogramming packages and presentation of boost-histogram
Enable keyword arguments of to_raster to propagate to rasterio Removed deprecated pyproj conventions...
OpenMP configuration redesigned. constants have been removed in favor of new pygram11.config module....
Enable keyword arguments of to_raster to propagate to rasterio Removed deprecated pyproj conventions...
This lesson shows you how to download and install Python modules. There are many ways to install ext...
OpenMP is now required to build from source (not a difficult dependency to satisfy) omp function arg...