Skip to content

Releases: aneeshnaik/lintsampler

v1.0.0

Choose a tag to compare

@aneeshnaik aneeshnaik released this 25 Sep 14:16
4f8c20c

Version accepted by Journal of Open Source Software (JOSS)

v0.3.0: Major API change: new public classes

Choose a tag to compare

@aneeshnaik aneeshnaik released this 14 Jun 10:21

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 and gridsample

v0.2.0

Choose a tag to compare

@aneeshnaik aneeshnaik released this 03 May 08:10
Add __version__ to __init__ and update python dep in pyproject.toml

v0.1.3

Choose a tag to compare

@aneeshnaik aneeshnaik released this 21 Mar 17:58
Update myst-nb dependency in docs environment

v0.1.2

Choose a tag to compare

@aneeshnaik aneeshnaik released this 21 Mar 09:06
Add numpy upper limit to pyproject dependencies

v0.1.1

Choose a tag to compare

@aneeshnaik aneeshnaik released this 21 Mar 08:43
Write PyPI publish workflow