Skip to content

Releases: tylerburdsall/combigen

Version 1.4.1

27 Dec 20:40
4d04849
Compare
Choose a tag to compare

Note: this release is for Windows x64 only

Release Notes:

  • Further bug fixes, see version 1.4.0 for major release notes

Installation:

  1. Simply download combigen.exe and place anywhere on your machine
  2. Verify that the SHA256 hashsum matches with the provided sha256sum.txt. Open up PowerShell and navigate to the directory you placed combigen.exe
  3. Run this command:
Get-FileHash combigen.exe | Format-List

Verify that the hash matches the contents of sha256sum.txt

Version 1.4.0

27 Dec 00:44
fb787db
Compare
Choose a tag to compare

Note: this release is for Windows x64 only

Release Notes:

  • Significantly reduces memory usage for generating random samples when using memory mode
  • Fixes bug that wouldn't display headers when using the -k flag

Installation:

  1. Simply download combigen.exe and place anywhere on your machine
  2. Verify that the SHA256 hashsum matches with the provided sha256sum.txt. Open up PowerShell and navigate to the directory you placed combigen.exe
  3. Run this command:
Get-FileHash combigen.exe | Format-List

Verify that the hash matches the contents of sha256sum.txt

Version 1.3.2

29 Nov 21:09
4d40aa9
Compare
Choose a tag to compare

Note: this release is only for x64 Windows

Minor Release Update
This update further reduces memory usage. For major release notes , see the version 1.3.0 notes.

Installation:

  1. Simply download combigen.exe and place anywhere on your machine
  2. Verify that the SHA256 hashsum matches with the provided sha256sum.txt. The easiest way to do this:
    1. Open up PowerShell and navigate to the directory you placed combigen.exe
    2. Run this command:
    Get-FileHash combigen.exe | Format-List
    1. Verify that the hash matches the contents of sha256sum.txt

Version 1.3.1

29 Nov 19:49
d696562
Compare
Choose a tag to compare

Note: this release is only for x64 Windows

Minor Release Update
This update further reduces memory usage. For major release notes , see the version 1.3.0 notes.

Installation:

  1. Simply download combigen.exe and place anywhere on your machine
  2. Verify that the SHA256 hashsum matches with the provided sha256sum.txt. The easiest way to do this:
    1. Open up PowerShell and navigate to the directory you placed combigen.exe
    2. Run this command:
    Get-FileHash combigen.exe | Format-List
    1. Verify that the hash matches the contents of sha256sum.txt

Version 1.3.0

29 Nov 16:24
734fc4a
Compare
Choose a tag to compare

Note: this .exe file is for x64 Windows only

New features:

  • Support working with much larger sets of data
  • Utilizes the Boost library
  • Support arrays of string arrays
  • Multiple bug fixes

Installation:

  1. Simply download combigen.exe and place anywhere on your machine
  2. Verify that the SHA256 hashsum matches with the provided sha256sum.txt. The easiest way to do this:
    1. Open up PowerShell and navigate to the directory you placed combigen.exe
    2. Run this command:
    Get-FileHash combigen.exe | Format-List
    1. Verify that the hash matches the contents of sha256sum.txt

Version 1.2.2

09 May 21:28
a1868c9
Compare
Choose a tag to compare
  • Added a performance mode for larger combinations
  • For Windows (x86/x86_64) download combigen.exe

Version 1.2

08 May 21:43
198a6e7
Compare
Choose a tag to compare
  • Provides a simpler interface while also focusing on memory-optimization.
  • Simpler code base
  • Easier usage
  • Windows binary supports x86/x86_64

Initial Release - 1.0

04 May 23:55
Compare
Choose a tag to compare

This is the first release for combigen, contains the binary executables for Linux x86_64 and Windows x86_64.