Skip to content

Releases: LiangliangNan/PolyFit

PolyFit_v1.6.0

28 Mar 22:46

Choose a tag to compare

New: Python bindings

In addition to the GUI demo and the command-line examples (all based on C++), Python users can also call the PolyFit method in their Python code (see two Python examples).

Pre-built binaries

  • The pre-built GUI demo remains unchanged and can be downloaded here.

  • The pre-built Python bindings (*.whl files) can be downloaded from the Assets section below. Supported Python versions: 3.10, 3.11, 3.12, and 3.13.

PolyFit_v1.5

27 Jan 16:05

Choose a tag to compare

ATTENTION: A major bug was fixed in this release. Do NOT use previous versions.

  • Bug fixes.
  • HighDPI support (fixing UI layout issue on macOS).
  • Binary files for Windows, macOS, and Linux.

For Linux users:

  • FUSE (Filesystem in Userspace) might be needed to run AppImage files if not installed yet. You can install it using the following commands (for Ubuntu/Debian):
    • sudo apt update
    • sudo apt install libfuse2

PolyFit_v1.4

27 Nov 09:11

Choose a tag to compare

Use Gurobi by default if available (warning if Gurobi license not available or expired).

PolyFit_v1.3

09 May 07:11

Choose a tag to compare

Uses SCIP as the default solver.

PolyFit_v1.2

13 Apr 20:19

Choose a tag to compare

Added open source (and reasonably fast) solvers.

PolyFit_v1.0

28 Feb 14:03

Choose a tag to compare

PolyFit_v1.0 Pre-release
Pre-release

This is the initial release of PolyFit (on July 18, 2017).