Releases: tylerburdsall/combigen
Version 1.4.1
Note: this release is for Windows x64 only
Release Notes:
- Further bug fixes, see version 1.4.0 for major release notes
Installation:
- Simply download combigen.exe and place anywhere on your machine
- Verify that the SHA256 hashsum matches with the provided sha256sum.txt. Open up PowerShell and navigate to the directory you placed combigen.exe
- Run this command:
Get-FileHash combigen.exe | Format-List
Verify that the hash matches the contents of sha256sum.txt
Version 1.4.0
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:
- Simply download combigen.exe and place anywhere on your machine
- Verify that the SHA256 hashsum matches with the provided sha256sum.txt. Open up PowerShell and navigate to the directory you placed combigen.exe
- Run this command:
Get-FileHash combigen.exe | Format-List
Verify that the hash matches the contents of sha256sum.txt
Version 1.3.2
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:
- Simply download
combigen.exe
and place anywhere on your machine - Verify that the SHA256 hashsum matches with the provided
sha256sum.txt
. The easiest way to do this:- Open up PowerShell and navigate to the directory you placed
combigen.exe
- Run this command:
Get-FileHash combigen.exe | Format-List
- Verify that the hash matches the contents of
sha256sum.txt
- Open up PowerShell and navigate to the directory you placed
Version 1.3.1
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:
- Simply download
combigen.exe
and place anywhere on your machine - Verify that the SHA256 hashsum matches with the provided
sha256sum.txt
. The easiest way to do this:- Open up PowerShell and navigate to the directory you placed
combigen.exe
- Run this command:
Get-FileHash combigen.exe | Format-List
- Verify that the hash matches the contents of
sha256sum.txt
- Open up PowerShell and navigate to the directory you placed
Version 1.3.0
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:
- Simply download
combigen.exe
and place anywhere on your machine - Verify that the SHA256 hashsum matches with the provided
sha256sum.txt
. The easiest way to do this:- Open up PowerShell and navigate to the directory you placed
combigen.exe
- Run this command:
Get-FileHash combigen.exe | Format-List
- Verify that the hash matches the contents of
sha256sum.txt
- Open up PowerShell and navigate to the directory you placed
Version 1.2.2
- Added a performance mode for larger combinations
- For Windows (x86/x86_64) download combigen.exe
Version 1.2
- 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
This is the first release for combigen
, contains the binary executables for Linux x86_64 and Windows x86_64.