Skip to content

Releases: vbrusca/ZigMatrixUtils

v0.631

20 Sep 15:46
bd0f07d
Compare
Choose a tag to compare

Built and tested against zig version 'zig-windows-x86_64-0.14.0-dev.1588+2111f4c38'.

v0.63

01 Jul 19:33
Compare
Choose a tag to compare

Latest version with completed material, unit tests, and extended unit tests for section 6-3. Built with version "zig-windows-x86_64-0.12.0".

v0.621

27 Jun 10:19
Compare
Choose a tag to compare

Slight function documentation adjustment. Updated version of the library with the latest material added after reviewing section 6-2. Addition of functions "rotCntrClck45DegAboutZaxisXvec3", "projThroughXyPlaneXvec3", "projOntoXyPlaneXvec3", "scanRdcXmtx", with unit tests and extended tests. Built with version "zig-windows-x86_64-0.12.0".

v0.62

27 Jun 10:13
Compare
Choose a tag to compare

Updated version of the library with the latest material added after reviewing section 6-2. Addition of functions "rotCntrClck45DegAboutZaxisXvec3", "projThroughXyPlaneXvec3", "projOntoXyPlaneXvec3", "scanRdcXmtx", with unit tests and extended tests. Built with version "zig-windows-x86_64-0.12.0".

v0.61

25 Jun 12:16
Compare
Choose a tag to compare

Updated version of the library with the latest material added after reviewing section 6-1. Addition of test for linear transformation matrices, 'isLinXform', and some simple transformation functions, 'rotCntrClckAboutOriginXvec2', 'projOntoZplaneXvec3'. Built with version "zig-windows-x86_64-0.12.0".

v0.55

19 Jun 10:01
02f8b4d
Compare
Choose a tag to compare

Latest release with functions, unit tests, and extended tests that cover section 5-5. This is the last section in chapter 5 the next release will be for chapter 6. Built against "zig-windows-x86_64-0.12.0".

v0.54

18 Jun 21:01
Compare
Choose a tag to compare

A release to capture completing all the functions and unit tests needed to complete section 5-4. Built against "zig-windows-x86_64-0.12.0".

v0.531

29 May 15:21
4c3b330
Compare
Choose a tag to compare

Some slight adjustment for Zig version 0.12.0.

v0.53

12 May 11:34
Compare
Choose a tag to compare
v0.53 Pre-release
Pre-release

Containing all functions and test up to and including section 5.3.

v0.52

26 Apr 17:35
6d96209
Compare
Choose a tag to compare
v0.52 Pre-release
Pre-release

Version 0.52 with basis material covered up to section 5.2. Updated function list with more support for different calling patterns, also more support for known matrix/vector sizes. Includes performance statistics on certain function calls during unit tests.