Skip to content

Releases: douglasdavis/pygram11

0.10.3

09 Oct 15:01
0.10.3
ededba7
Compare
Choose a tag to compare
  • Fix GitHub action to make sure pybind11 submodule is checked out for source distribution creation.

0.10.2

09 Oct 03:44
0.10.2
e6c2ea1
Compare
Choose a tag to compare
  • Vendor pybind11 2.6 series.
  • Some changes to backend types (std::size_t -> pybind11::ssize_t for sizes) (pybind/pybind11#2293)
  • Improvements to CI/CD: using cibuildwheel to build wheels.
  • Python 3.9 is now tested and compatible wheels are built.

0.10.2rc1

09 Oct 02:05
0.10.2rc1
e6c2ea1
Compare
Choose a tag to compare
0.10.2rc1 Pre-release
Pre-release

Test new release triggering wheel builds.

0.10.1

05 Sep 00:01
0.10.1
19b657a
Compare
Choose a tag to compare
  • Fix setup.py for building binaries for conda-forge.
  • Bump NumPy requirement to >=1.16 (see NEP 29)

0.10.0

30 Jun 19:05
0.10.0
327e8c6
Compare
Choose a tag to compare

Renamed internal Python module from histogram to hist. This avoids a clash with the module function of the same name. Some IDE features were confused.

0.9.1

26 May 23:42
0.9.1
5b3447b
Compare
Choose a tag to compare

Fixes issue with MANIFEST.in (a header was missing) to build from source.

0.9.0

26 May 23:31
0.9.0
51ef041
Compare
Choose a tag to compare
  • Repository reorganized to use PEP 517
  • Python API moved outside of __init__.py to histogram.py, functions are imported in __init__.py

0.8.2

18 May 21:56
0.8.2
7b7a72a
Compare
Choose a tag to compare
  • Remove requirement on specific NumPy version (it's not required to build, only to use).
  • Large improvements to documentation.

0.8.1

26 Apr 22:46
0.8.1
869394a
Compare
Choose a tag to compare
  • Bump the bundled pybind11 version to 2.5.0.
  • Renamed some backend files.

0.8.0

25 Feb 19:41
0.8.0
ecfac8a
Compare
Choose a tag to compare

Public API changes:

  • Remove previously deprecated omp function argument

Backend changed:

  • moved 1D backend back to pybind11 (template flexibility)
  • parallelization cutoffs consistently at array size of 5000 for all calculations
  • all non-floating point inputs are converted

Other:

  • Improved tests