Skip to content

1.1.0 - Rebuilt against a parser whose division was wrong

Latest

Choose a tag to compare

@pisarev pisarev released this 13 Aug 12:13
· 2 commits to main since this release

The plugin itself did not change in this release. It is rebuilt, and that is the
point of it.

Rebuild it, or the numbers can be wrong

The build shipped as 1.0.9 carries a defect in the accelerator it links: with a
function call on the right of a division, a / f(b) * c was evaluated as
a / (f(b) * c). A plotted curve from such a formula was wrong rather than
merely slower. If you have 1.0.9 installed, replace it.

The same rebuild picks up the value record now being the same size on 32 and 64
bits, so a saved script is portable between them.

What is in the archive

GraphBuilder-npp-1.1.0-win64.zip holds the Lazarus build of the library, the
WebView2 loader it needs, the panel page and installation instructions. Sizes
and checksums in INSTALL.txt are computed from the very files that go into the
archive.

The Delphi build is not published. It exists so that two independent builds can
be compared export by export before a release, and that comparison is part of
the battery.

Download

GraphBuilder-npp-1.1.0-win64.zip - 1 419 700 bytes, sha256
2bcd8c45103fc87355caf282ab831715af20dbdc98edfa58d3f610d4a7b188df.

Unpack it into a folder named GraphBuilderLaz inside the Notepad++ plugins
folder, or let Plugins Admin do it. 64-bit Windows; it needs the WebView2
runtime, which Windows 11 already has. Built with Lazarus and Free Pascal.