|
| 1 | +## CatGo 1.4.9 |
| 2 | + |
| 3 | +CatGo 1.4.9 makes large trajectory work fast and editable across the web app, |
| 4 | +desktop app, VS Code, and Antigravity. It also adds physics-aware verification |
| 5 | +for CatBot numerical results, per-pane structure-toolbar customization, and a |
| 6 | +periodic-aware JavaScript bond fallback for frontend-only sessions. |
| 7 | + |
| 8 | +### Highlights |
| 9 | + |
| 10 | +- **Fast trajectories on every CatGo surface** — indexed structure-only |
| 11 | + streaming avoids eagerly loading full multi-frame files and keeps the same |
| 12 | + trajectory behavior across browser, desktop, VS Code, and Antigravity. |
| 13 | +- **Edits remain valid across changing frame topologies** — add or remove atoms, |
| 14 | + continue playback, save the edited trajectory as extXYZ, or export every |
| 15 | + selected frame as a separate POSCAR. |
| 16 | +- **CatBot checks the physics, not only process exit codes** — `catgo_verify` |
| 17 | + records provenance and applies workflow-consistency and scientific gates |
| 18 | + before numerical results can be trusted or submitted onward. |
| 19 | +- **A structure toolbar that fits each pane** — collapse it, choose individual |
| 20 | + tools, restore defaults, and retain open tool panels even when their buttons |
| 21 | + are hidden. |
| 22 | + |
| 23 | +### Added |
| 24 | + |
| 25 | +#### Cross-platform trajectory workflow |
| 26 | + |
| 27 | +- Added indexed readers and frame streaming for supported text, compressed, |
| 28 | + ASE, HDF5, and JSON trajectory families without making the UI parse every |
| 29 | + frame up front. |
| 30 | +- Added a structure-only default path for responsive initial loading while |
| 31 | + frame metadata and plot data remain lazy. |
| 32 | +- Added variable-topology edit tracking so each frame can carry its actual atom |
| 33 | + count after atoms are added or deleted. |
| 34 | +- Added edited extXYZ saving and per-frame POSCAR export from the trajectory |
| 35 | + export panel. |
| 36 | + |
| 37 | +#### Physics verification |
| 38 | + |
| 39 | +- Added provenance and verifiability checks for claimed numerical quantities; |
| 40 | + absent or empty evidence cannot silently certify a result. |
| 41 | +- Added targeted gates for common silent-failure classes, including inconsistent |
| 42 | + reference energies, stale convergence claims, invalid vibrational data, |
| 43 | + scheduler/result disagreement, and implausible electrochemical outputs. |
| 44 | +- Added cross-step workflow checks and verification coverage accounting. An |
| 45 | + empty all-skipped verification does not clear an unverified session. |
| 46 | +- Added submission enforcement so numerical tools mark a session unverified and |
| 47 | + HPC submission remains blocked until a real verification gate has run. |
| 48 | + |
| 49 | +#### Structure tools |
| 50 | + |
| 51 | +- Added per-pane toolbar collapse and per-tool visibility with persisted |
| 52 | + preferences, legacy-key migration, responsive settings, capability filtering, |
| 53 | + accessibility labels, bilingual strings, and one-click default restoration. |
| 54 | + |
| 55 | +### Fixed |
| 56 | + |
| 57 | +#### Trajectory editing and interaction |
| 58 | + |
| 59 | +- Fixed playback after atom deletion or insertion and invalid frame payloads |
| 60 | + caused by assuming that every frame has the original atom count. |
| 61 | +- Fixed atom and bond picking in trajectory views, ordered three-atom angle |
| 62 | + measurement, and pointer cleanup that could rotate the whole structure after |
| 63 | + an atom selection. |
| 64 | +- Fixed stale topology and bond caches after editing, including transitions |
| 65 | + between frames with different atom counts. |
| 66 | +- Improved analytic bond joins and paused-frame supersampling while retaining |
| 67 | + native-device-pixel-ratio rendering during playback. |
| 68 | + |
| 69 | +#### Periodic bond fallback |
| 70 | + |
| 71 | +- Made the JavaScript bond path periodic-boundary aware for orthogonal and |
| 72 | + skewed cells, including self-image bonds and parity with the WASM cutoff and |
| 73 | + atomic-radius rules. |
| 74 | +- Prevented frontend-only or temporarily unavailable-backend sessions from |
| 75 | + caching non-periodic bond results for periodic structures. |
| 76 | + |
| 77 | +#### Documentation |
| 78 | + |
| 79 | +- Corrected the canonical CatGo acknowledgement URL to |
| 80 | + `https://app.catgo-ucsd.org` throughout active documentation and release |
| 81 | + metadata. |
| 82 | + |
| 83 | +### Upgrade notes |
| 84 | + |
| 85 | +- No project, structure-file, or workflow-data migration is required. |
| 86 | +- Existing toolbar preferences migrate automatically; use **Restore defaults** |
| 87 | + in toolbar settings if you want the new standard layout. |
| 88 | +- Edited variable-topology trajectories should be saved as extXYZ. POSCAR export |
| 89 | + writes one independent structure file per frame. |
| 90 | +- CatBot sessions that produce numerical scientific results may now require a |
| 91 | + successful `catgo_verify` run before HPC submission. This is an intentional |
| 92 | + safety gate, not a job failure. |
| 93 | + |
| 94 | +### Included pull requests |
| 95 | + |
| 96 | +- [#566](https://github.com/Hello-QM/catgo-LRG/pull/566) — Correct the CatGo |
| 97 | + citation URL. |
| 98 | +- [#567](https://github.com/Hello-QM/catgo-LRG/pull/567) — Stream trajectories |
| 99 | + across platforms and harden editing, export, interaction, and rendering. |
| 100 | +- [#546](https://github.com/Hello-QM/catgo-LRG/pull/546) — Add the CatBot |
| 101 | + physics-verification layer and guarded submission flow. |
| 102 | +- [#568](https://github.com/Hello-QM/catgo-LRG/pull/568) — Add the collapsible, |
| 103 | + customizable structure toolbar and periodic-aware JavaScript bond fallback. |
| 104 | + |
| 105 | +### Downloads |
| 106 | + |
| 107 | +- **Windows** — `.msi` or `-setup.exe` |
| 108 | +- **macOS** — `.dmg` for Apple Silicon |
| 109 | +- **Linux** — `.deb` or `.rpm` |
| 110 | +- **Android** — `CatGo-v*-android-universal.apk` |
| 111 | +- **iOS** — [TestFlight beta](https://testflight.apple.com/join/FdHup5Hz) |
| 112 | + |
| 113 | +### License and citation |
| 114 | + |
| 115 | +CatGo 1.4.9 distributions use **AGPL-3.0-or-later**. |
| 116 | + |
| 117 | +If CatGo contributes to your work, please include this acknowledgement and the |
| 118 | +preferred citation: |
| 119 | + |
| 120 | +> This work used CatGo (https://app.catgo-ucsd.org). |
| 121 | +
|
| 122 | +Please cite DOI |
| 123 | +[`10.26434/chemrxiv.15002984/v1`](https://doi.org/10.26434/chemrxiv.15002984/v1). |
| 124 | +This request is not an additional condition of the AGPL license. Third-party |
| 125 | +materials retain their own terms. |
| 126 | + |
| 127 | +Historical AGPL grants remain in effect. |
| 128 | + |
| 129 | +See the |
| 130 | +[CHANGELOG](https://github.com/Hello-QM/catgo-LRG/blob/main/CHANGELOG.md) |
| 131 | +for the complete release history. |
0 commit comments