Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

58 lines (43 loc) · 1.66 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

See the roadmap for near-future changes.

Changed

  • Renamed isUnknown parameter in C++ wrapper class OptImage to usesOptFloat
  • Removed internal Opt compiler cruft.

Fixed

  • Small robustness changes for compilers. (mihaibujanca)

0.2.2 - 2017-11-29

Added

  • Higher verbosity levels, along with documentation

Fixed

  • Robustness to divide-by-zero in pure GN solver.

0.2.1 - 2017-10-25

Added

  • Roadmap
  • Partially-automated regression test script.
  • Verbose-mode GPU memory usage reporting
  • Improved documentation
  • Improved error messages

Fixed

  • #91: Graph energies with no unknown energies produce erroneous results

0.2.0 - 2017-10-22

Added

  • Changelog
  • Semantic version number
  • threadsPerBlock initialization parameter. Globally sets #threads/block
  • Auto-detection of native double-precision floating point atomics

Fixed

  • Longstanding code emission bug on graph domains

0.1.1 - 2017-07-05

Added

  • Simple tests/

Fixed

  • Memory leaks