Henry Schreiner
Henry Schreiner
There should be a version that can be used to make the version.py even in the git tarball now.
@amangoel185 could you add a test & changelog entry for this?
This needs tests, I believe it's not the correct fix and tests showed that. If no one else gets to it I'll eventually do it, but not for the next...
Set `SETUPTOOLS_SCM_PRETEND_VERSION` to the version and it won’t require git. I think we can actually make the git archive work by itself as well now with setuptools_scm 7+ and a...
There should be a version setuptools_scm can use even in the tarball now.
Note: these could be opt-in at first, since other ideas have been discussed. If they become popular and work well, they might even be able to be upstreamed into boost-histogram....
> what does j mean? Could it possibly be any other characters like i? It's using the fact that Python has built-in support for complex numbers; `2j+1` becomes `complex(2, 1)`....
> Should the Hist object own a name Axis names will need to be unique within a hist. This would be a likely source of bugs, and due to the...
Here's an outline for how this could work: ```python from functools import partial # from boost_histogram import Histogram class Histogram: def __init__(self, *axes): self._hist = axes self._ax = self._hist def...
FYI, I added the string shortcut to boost-histogram in a PR, but Hans didn't want it there yet (which I understand), so I've pulled it out - but you might...