All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated
spinedependency to v0.10.5+ (includes fix for drawing display info for truth-only data)
- Updated to Dash 4.0.0 with style adjustments
- Updated
spinedependency to v0.10.3+ (includes fix to underlying Drawer tool)
- Fixed attribute list allowed to be displayed/used as color
- Re-added auto-complete functionality to file path (it was gone when using Dash 4.0.0)
- Updated
spinedependency to v0.10.2+ (includes update allowing to display attributes on truth but not reco) - Ensure the overall proposed attribute set includes both reco and truth attributes
- Strip file names from white space on the edges to prevent loading issues
- Updated dependency from
spine-mltospine(now at v0.10.1+) - Enhanced geometry handling to automatically load geometry configuration from data files
- Prevent displaying stale geometry from previous entries when no geometry is specified
- Type hints for
initialize_readerandload_datafunctions in utils module
- Breaking: Update to support SPINE v0.8.0+ geometry system
- Fetch available geometries dynamically from SPINE's
geo_dict()instead of hard-coded list - Add geometry tag/version dropdown with automatic selection of latest version
- Split geometry selection into detector name and tag
- Dynamic geometry list populated from SPINE's geometry configuration
- Support for all SPINE geometries: 2x2, ICARUS, SBND, ND-LAr, ProtoDUNE-VD/SP/HD, DUNE10kt-1x2x6, FSD
- Automatic tag selection for geometry versions
- Updated DUNE log-in access list to include /data/dune and /data/pdune
- Add "Public" login option to access public datasets only
- Add logout button to allow one to change experiment directory
- Fix Makefile context check to properly evaluate kubectl context instead of comparing against literal string
- Add venv/ to .gitignore to prevent tracking virtual environments
- Add password update instructions to k8s README with rollout restart steps
- Add optional authentication system with experiment-based access control
- Add logout functionality with experiment name display in banner
- Add support for multiple folder paths per experiment (EXPERIMENT_PATHS)
- Add secure path validation to prevent directory traversal attacks
- Add generate-secrets.sh script for creating Kubernetes secrets with hashed passwords
- Add comprehensive authentication documentation (k8s/AUTHENTICATION.md)
- Consolidate 2x2 and NDLAR experiments into single 'DUNE' experiment with access to both /data/2x2 and /data/ndlar
- Update login page styling to match main application colors and layout
- Enhance path validation with os.path.normpath() and os.sep for security
- Implement SHA256 password hashing for credential storage
- Add session-based authentication with Flask sessions
- Implement experiment-specific folder access restrictions
- Add Docker containerization support
- Add Kubernetes deployment manifests (deployment, service, ingress)
- Add GitHub Actions workflow for automated Docker image publishing to GHCR
- Add automatic cleanup of old untagged Docker images
- Add comprehensive Kubernetes deployment documentation
- Add docker-run.sh script for local testing
- Add CRT hit visualization options to UI
- Improve flash matching logic and option naming
- Enhance layout with new controls for CRT hit visualization
- Update dependencies and project metadata in pyproject.toml
- Initial release