Skip to content

Releases: davidrimshnick/factorprism-releases

FactorPrism 3.0.1

11 Jun 20:09

Choose a tag to compare

FactorPrism 3.0.1

Visual fix on top of 3.0.0: the contribution waterfall ("How the change adds up") now trims its y-axis to the range the bridge actually moves through, so individual driver contributions are clearly visible instead of rendering as slivers against zero-based baseline/ending bars. Applies to both the Results page and the HTML report.

See the 3.0.0 release notes for everything new in 3.0.

SHA-256 checksums in SHA256SUMS.txt. A license file (.fplic) is required to run analyses and is issued separately.

FactorPrism 3.0.0

11 Jun 16:55

Choose a tag to compare

FactorPrism 3.0.0

One app, two ways to use it. This release unifies FactorPrism into a single cross-platform download: the familiar command line, plus a new browser-based visual interface — run FactorPrism ui and your browser opens with the full experience. Everything runs locally; your data never leaves your machine.

New: visual interface (FactorPrism ui)

  • Guided setup: load a CSV (auto-detects date/value columns), define hierarchies, drag-select the analysis window on a chart
  • Results, Summary view: contribution waterfall, what-lifted/what-pulled-down, and factor cards ranked by attention-worthiness — one Headline factor per run, with pattern badges (step change, building, one-time spike, …)
  • Results, Details view: drill into any category and segment with internal/external factor split
  • Exports: factors CSV, detailed CSV (identical to the CLI outputs), and a self-contained HTML report you can email (print to PDF from any browser)
  • Built-in demo dataset — see a full analysis in one click
  • Analysis setups save automatically; re-run them on fresh data from the Home page
  • Optional AI-written executive summaries and recommended actions (bring your own Anthropic API key; off by default)

Other changes

  • The executable is now named FactorPrism (was FactorPrismConsoleXP); all CLI commands work as before
  • Single-file binary is now compressed (smaller download)
  • macOS binary is Developer ID signed and notarized by Apple

Files

File Platform
FactorPrism-3.0.0-win-x64.zip Windows 10/11 (x64)
FactorPrism-3.0.0-osx-x64.zip macOS (Intel + Apple Silicon via Rosetta 2)
FactorPrism-3.0.0-linux-x64.zip Linux (x64)

SHA-256 checksums in SHA256SUMS.txt. A license file (.fplic) is required to run analyses and is issued separately — contact FactorPrism support for a trial.

FactorPrism Console 2.3.1

11 Jun 12:41

Choose a tag to compare

Includes everything in 2.3.0 (3.5x faster analysis) plus a simpler, cleaner interface: the analysis engine is no longer configurable, so there is one obvious way to run an analysis. Deprecated engine-selection settings are still accepted from old config files but no longer documented.

macOS binary signed and notarized. A license file (.fplic) is required — contact david@factorprism.com. Verify downloads with SHA256SUMS.txt.

FactorPrism Console 2.3.0

11 Jun 12:23

Choose a tag to compare

3.5x faster analysis plus a simplified solver surface.

  • Performance: F-test critical values are now computed once per solve instead of per candidate (the dominant hot spot); segment impact breakdowns compute lazily. 122K-row reference dataset: 96s -> 27s. Results are byte-identical to 2.2.0.
  • Solver surface reduced to the validated FPMatchingPursuit (default) plus GreedyTopDown/GreedyBottomUp baselines. Retired experimental solvers (FPMatchingPursuit_Log, FPOrthMP, FPOrthMP_Log) now produce a clear error directing to the default.
  • macOS binary signed and notarized.

A license file (.fplic) is required — contact david@factorprism.com. Verify downloads with SHA256SUMS.txt.

FactorPrism Console 2.2.0

11 Jun 02:27

Choose a tag to compare

First public release of the cross-platform FactorPrism Console.

A license file (.fplic) is required — contact david@factorprism.com.

Platform Download
Windows (x64) FactorPrismConsole-2.2.0-win-x64.zip
macOS (Intel & Apple Silicon via Rosetta) FactorPrismConsole-2.2.0-osx-x64.zip
Linux (x64) FactorPrismConsole-2.2.0-linux-x64.zip

Each zip contains the executable, a README with quick-start instructions, and an example configuration file. Verify downloads with SHA256SUMS.txt.

Highlights:

  • init / validate / run / license commands with full --help
  • Machine-readable --json output and --out - CSV streaming for scripting
  • Stable exit codes; clear, actionable error messages
  • macOS binary signed with Developer ID