Releases: lainx86/InterpKit
Releases · lainx86/InterpKit
InterpKit v2.0.0
The Native Rewrite: InterpKit v2.0.0
This major update completely rewrites InterpKit from Python to C++.
- Reimplemented all version 1.1 features in C++ for better performance.
- Reduced executable binary size from ~200MB to ~16MB (windows) and ~2MB (linux).
- Removed Python interpreter dependency (PyInstaller).
- Cross-Platform: Precompiled binaries for both Linux (
interpkit) and Windows (interpkit.exe) are now officially provided.
Full Changelog: v1.1...v2.0.0
SHA256 Checksums
To verify the integrity of the downloaded files, you can check them against the following hashes:
e31bda283d7371ddd426a2e12c86eba051ada8f34b48cca57bbb9d778c8d9b46 InterpKit-v2.0.0-Linux-x64.tar.gz
ec6deef940a70054f26d958d6f2f6580c2c8e8856e98ea1deae24783e4cf68b9 InterpKit-v2.0.0-Windows-x64.zip
InterpKit v1.1
The first stable release of InterpKit.
Features
- Search for upper/lower bounds from Excel files.
- Linear interpolation calculator.
- Modern CLI interface using Rich.