Skip to content

v0.5.0

Choose a tag to compare

@joshbainbridge joshbainbridge released this 04 May 23:19
· 76 commits to main since this release
59e5cf0

Added

  • Initial support for Microsoft Windows OS has been added and is now supported on the CI. Details in the documentation.
  • New integer range based variants of both oqmc::SamplerInterface::drawSample() and oqmc::SamplerInterface::drawRnd().

Changed

  • Samplers no longer have an upper index limit of 2^16 and can take any positive integer on construction or when splitting.
  • Simplified the API, updating oqmc::SamplerInterface::newDomainDistrib() and oqmc::SamplerInterface::newDomainSplit().

Removed

  • Due to the changes above, the oqmc::SamplerInterface::nextDomainIndex() has been removed. Usage info in the documentation.