Changelog¶
- Author:
rgpycrumbs 1.4.0 (2026-03-15)¶
Removed¶
Moved ChemGP plotting (
chemgp/plotting.py,chemgp/plot_gp.py,chemgp/hdf5_io.py), NEB CLI (eon/plt_neb.py), ChemGP JSONL parsers (parsers/chemgp.py), and PLUMED parsing (plumed/fes_calculation.py) to chemparseplot. Usechemparseplot.parseandchemparseplot.scriptsfor these modules going forward. (scope_migration)
Added¶
Updated
plt-nebdocumentation with comprehensive usage examples, options table, and troubleshooting guide for landscape plotting. (docs_plt_neb)Tutorial documentation following Diataxis structure: quickstart, first-project tutorial, how-to guides (install, troubleshooting, FAQ), reference (glossary), and developer guides (testing, lazy imports, best practices). (docs_tutorials)
Added 2D landscape plotting capabilities to
plt-nebwith gradient-enhanced surface methods (grad_imq,grad_matern), structure strip rendering, and colorbar legend support. (feat_plt_neb_landscape)
Developer¶
Added
batchcommand with--parallel/-jflag for concurrent plot generation using ThreadPoolExecutor. Provides 3-5x speedup for batch operations with 4-8 workers. Pattern adopted from nebmmf_repro project. (perf_batch)Added
safe_plot()decorator andvalidate_hdf5_structure()function for robust error handling. Better error messages for missing files and invalid structures. (perf_errorhandling)Added complete type hints to chemgp modules (hdf5_io.py, plotting.py) reaching 90%+ coverage. Improves IDE support and code documentation. (perf_typehints)
Changed¶
Changed default surface method in
plt-nebfromrbftograd_imqfor higher-quality gradient-enhanced interpolation. (feat_plt_neb_defaults)
rgpycrumbs v1.3.0 (2026-03-09)¶
Added¶
[all]optional dependency extra combining plot, eon, and other extras. (all-extra)ASV benchmark infrastructure with asv-perch CI integration. (asv-benchmarks)
ChemGP JSONL parsers for optimization logs, convergence data, and GP diagnostics (
rgpycrumbs.parsers.chemgp). (chemgp-parsers)Dynamic dependency resolution via
ensure_importfor optional packages. (ensure-import)plt-gpPEP 723 CLI script for ChemGP figure generation with batch mode and landscape subcommand. (plt-gp-cli)
Developer¶
ASV benchmark infrastructure, prek linting, taplo formatting, codespell configuration. (dev-infra)
Changed¶
Documentation overhaul: Shibuya theme, quickstart page, Google-style docstrings, CI/PyPI badges, and README generation from Org source. (docs-overhaul)
Fixed¶
Skip missing H5 inputs in batch mode instead of failing. (batch-skip)
Fix
plt-nebkeyword arguments forcompute_profile_rmsdcall. (plt-neb-kwargs)CI formatting and py3.10 compatibility fixes. (ci-py310)
rgpycrumbs v1.2.0 (2026-02-24)¶
Added¶
Added –strip-renderer CLI option for selecting structure rendering backend. (#1)
Export Nystrom threshold, default inducing count, and
nystrom_paths_neededfromrgpycrumbs.surfacesso callers can trim data before expensive RMSD/IRA aggregation. (#2)Added –source traj support to plt_neb for loading NEB paths from ASE-readable trajectory files (extxyz, .traj, etc.). (#3)
Added –source hdf5 support to plt_neb for loading NEB paths from ChemGP HDF5 output files. (#4)
Added –n-inducing flag to eON surface-fitting CLI for controlling the Nystrom approximation inducing-point count. (#5)
Developer¶
Added versionadded directives to all public API docstrings. (#7)
Changed¶
Per-image RMSD alignment in rgpycrumbs.geom now runs in parallel over threads for improved performance on large NEB paths. (#6)
rgpycrumbs v1.1.0 (2026-02-21)¶
Added¶
Comprehensive pytest suite for surface models, covering fit, prediction, variance, and optimization.
Developer¶
Added detailed API docstrings and Org-mode documentation for surfaces, including uncertainty and variance windowing.
Changed¶
Refactored rgpycrumbs.surfaces into a structured package with BaseSurface and BaseGradientSurface abstractions.
rgpycrumbs v1.0.1 (2026-02-17)¶
Added¶
CI workflow to auto-generate
README.mdfromreadme_src.orgon push to main.Downstream users page (
used_by.org) listing public projects that depend onrgpycrumbs.
Changed¶
Updated
readme_src.orgwith currentuv+hatch-vcs+twinedevelopment and release workflow.
rgpycrumbs v1.0.0 (2026-02-17)¶
Removed¶
ira_modfrom pip-installable optional dependencies (conda-only; managed exclusively viapixi). (#37)pdmandpipfrompixibase dependencies. (#37)
Added¶
Library modules extracted from chemparseplot:
basetypes(NEB, dimer, saddle point data types),surfaces(JAX-based GP surface fitting with gradient-enhanced kernels),interpolation(spline helpers), andparsers(common parsing patterns). (#36)Public API with lazy loading via
__getattr__forsurfaces,basetypes, andinterpolationmodules. (#36)Click-based CLI dispatcher with
rgpycrumbsentry point. (#36)Optional dependency groups for
surfaces(JAX),analysis(ASE, scipy), andinterpolation(scipy). (#36)testandlintoptional dependency groups inpyproject.toml. (#37)richas a core dependency (used across CLI modules). (#37)
Changed¶
uv-first development workflow;pixinow only needed for conda-gated features (IRA, fragments). (#37)CI split into
uvjob (pure, interpolation, align tests on Python 3.10-3.12) andpixijob (fragments, surfaces tests requiring conda packages). (#37)
Fixed¶
Interpolation tests correctly marked as
interpolation(needs scipy), notpure. (#37)
rgpycrumbs v0.1.2 (2026-01-28)¶
Fixed¶
Additional imports
rgpycrumbs v0.1.1 (2026-01-28)¶
Fixed¶
Add an __init__ for modules
Rework documentation
Changelog¶
v0.1.0 - 2026-01-28¶
Added¶
feat(eon): add dictionary support (#28ac681.eon)
feat(jup): add subprocess run helpers for atomistic-cookbook (#a60da70.jup)
Added alignment using IRA for splitting con files.
Added robust alignment API using Isomorphic Robust Alignment (IRA) with ASE fallback.
Fallback to using ase minimize_rotations_and_translations if IRA fails.
Generate hydrated logging configurations for MLFlow.
feat(pltneb): Add a strip to handle sub-figures uniformly
feat(pltneb): Add multiple structures and labels
feat(pltneb): Automatically determine the smoothing factor from the global median RMSD step distance
Developer¶
Refactored alignment internals into structured dataclasses for improved API clarity.
v0.0.6 - 2025-12-23¶
Added¶
Added a new fragment detection tool () supporting both Geometric (covalent radii) and Bond Order (GFN2-xTB) methodologies.
feat(cli): drop dependency on click
feat(pltneb): Add ‘ira-kmax’ to tweak settings for IRA
Fixed¶
Refactored internal import helper to use , fixing support for nested module imports (e.g., ).
v0.0.5 - 2025-12-06¶
Added¶
feat(pltneb): Add ‘index’ rc-mode to plot against image number
Changed¶
Use white as a default background for plots
feat(cache1D): Add disk caching for 1D profiles with rmsd using Parquet
feat(cache2D): Add disk caching for 2D landscape plots using Parquet
Fixed¶
fix(plt_neb): Use standard spline for RMSD profiles to fix artifacts
v0.0.4 - 2025-12-01¶
Added¶
Added
_import_from_parent_envhelper to enable fallback imports from the parent python environment.Updated
con_splitterto handle multi-path trajectories via--images-per-pathand--path-indexarguments.
Changed¶
Migrated linting configuration to
tool.ruff.lintand applied global formatting fixes.Refactored CLI architecture to support dynamic command dispatch and environment propagation for isolated scripts.
Updated
plt_nebto use the new import helper for optionalira_modloading.
Fixed¶
Added conditional skipping for
ptmdisptests whenaseis not present in the environment.Fixed variable name typo in
plt_nebwhen falling back to globbed overlay data.
v0.0.3 - 2025-10-27¶
Added¶
Add a FES direct reconstruction helper
Add a version picker for the prefix package deleter
Add an eigenvalue plotter
Add more options for NEB visualization
Add the PES estimated NEB plot
Add the ruhi colorscheme
Changed¶
Use hermite interpolation for NEB plots
v0.0.2 - 2025-09-06¶
Added¶
Helper to delete prefix packages
Helper to generate initial paths for EON’s NEB
EON helpers using OVITO
Enable image insets for the NEB