Releases: aneeshnaik/lintsampler
Releases · aneeshnaik/lintsampler
v1.0.0
v0.3.0: Major API change: new public classes
This release has some major API changes and new functionality compared with v0.2.0:
- New public class
LintSampler
which handles all core functionality - Additional classes
DensityTree
,DensityGrid
,DensityStructure
which can be used to construct pdf evaluation domains in more advanced use cases - These public classes replace the previous public functions
sample
andgridsample
v0.2.0
Add __version__ to __init__ and update python dep in pyproject.toml
v0.1.3
Update myst-nb dependency in docs environment
v0.1.2
Add numpy upper limit to pyproject dependencies
v0.1.1
Write PyPI publish workflow