Skip to content

Releases: AcademySoftwareFoundation/openqmc

v0.7.1

23 Aug 20:53
72617f5

Choose a tag to compare

Minor patch release primarily to resolve issue with unwanted static noise patterns across frames.

Added

  • SVG formated version of the logo to the images folder.

Changed

  • Update org name to AcademySoftwareFoundation.
  • Add back per-frame randomization to sampler state.

v0.7.0

15 Mar 19:58
85f5298

Choose a tag to compare

Added

  • Documentation and comments to track the generation and use of Sobol matrices.

Fixed

  • Docker developement environments now correctly forward the port for Jupyter Notebooks.

Removed

  • Temporal axis from blue noise variants, moving from STBN to SBN methods.

v0.6.0

04 Aug 18:53
4b13698

Choose a tag to compare

Added

  • New oqmc::SamplerInterface::newDomainChain() function is a shorthand for two oqmc::SamplerInterface::newDomain().
  • Support and documentation for using Docker Compose to set up a development environment.

v0.5.0

04 May 23:19
59e5cf0

Choose a tag to compare

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.

v0.4.0

30 Jan 19:53
80d1489

Choose a tag to compare

Changed

  • Improvements to the trace tool, aimed at making the API calls clearer when used as an example.