File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed
Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 11-- Semantic Version (http:// semver.org/ ) of Opt
22opt_version_major = 0
3- opt_version_minor = 1
3+ opt_version_minor = 2
44opt_version_patch = 0
55opt_version_string = "v" ..tostring (opt_version_major).."." ..tostring (opt_version_minor).."." ..tostring (opt_version_patch)
Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5+ and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6+
7+ ## [ Unreleased]
8+
9+ ## [ 0.2.0] - 2017-10-22
10+ ### Added
11+ - Changelog
12+ - Semantic version number
13+ - threadsPerBlock initialization parameter. Globally sets #threads/block
14+ - Auto-detection of native double-precision floating point atomics
15+
16+ ### Fixed
17+ - Longstanding code emission bug on graph domains
18+
19+ ## [ 0.1.1] - 2017-07-05
20+ ### Added
21+ - Simple tests/
22+
23+ ### Fixed
24+ - Memory leaks
25+
26+ ## [ 0.1.0] - 2017-03-02
27+ ### Added
28+ - All of Opt! This was the initial public release.
29+
30+ [ Unreleased ] : https://github.com/niessner/Opt/compare/v0.2.0...HEAD
31+ [ 0.2.0 ] : https://github.com/niessner/Opt/compare/v0.1.1...v0.2.0
32+ [ 0.1.1 ] : https://github.com/niessner/Opt/v0.1.0...v0.1.1
You can’t perform that action at this time.
0 commit comments