From 6e0789d614b898906001e539c6c63471840ba75a Mon Sep 17 00:00:00 2001 From: Oleg Sheynin Date: Thu, 30 Jul 2026 02:41:36 +0000 Subject: [PATCH] Release v1.0.4 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 520e45a..900101d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ All notable changes to this project are documented in this file. No unreleased changes yet. +## 2026-07-30 v1.0.4 + +- Updated notebook and Panel analysis for the SP Quant result database schema, + including explicit `trading_instructions` columns for action, assets, + scaled disequilibrium, and beta. +- Changed selected-pair market charts to read from the `market` table and kept + legacy packed instruction JSON support for older result databases. +- Added `scaled_disequilibrium` and `beta` to selected-pair theoretical + execution displays. +- Improved VS Code notebook usability with the `jupyter_bokeh` dependency, + direct Plotly figure rendering, and a dropdown Analyze control for individual + pair selection. +- Made the Panel app use the dark theme by default and reduced the sidebar + width from 430 px to 215 px with responsive sidebar controls. +- Expanded tests and notebook verification coverage for the new database schema + and Panel layout defaults. + ## 2026-07-29 v1.0.3 - Removed invalid fixed sizing mode from Panel Tabulator grids to avoid Bokeh