Changelog¶
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.
[Unreleased]¶
Added¶
- Expanded README with badges, features list, quick start, orbital example, and GUI instructions.
- Added this changelog.
Changed¶
- Applied Black formatting and Ruff auto-fixes across plotlymol3d and tests.
- Switched to a src/ layout and moved demos into examples/.
- Consolidated dev and runtime dependencies into a single requirements.txt.
[0.1.0] - 2026-01-31¶
Added¶
- Core 3D molecular visualization with Plotly and RDKit integration.
- Input support for SMILES, XYZ, MOL/PDB, and cube files.
- Streamlit GUI for interactive visualization.
- Test suite and CI workflows.