Skip to content

Commit 8e15c40

Browse files
committed
Update CHANGELOG.md
1 parent 16c18cd commit 8e15c40

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## [Unreleased]
9+
## [2.0a2] - 2026-03-02
1010

1111
### Added
1212

1313
- Added casm.project.DirectoryStructureV1 to separate CASM v1 project structure from CASM v2 project structure.
1414
- Added `start` and `stop` methods to `casm.vis` to start and stop the `casm-vis` servers.
15+
- Added `casm-vis prim` and `casm-vis structure` commands to visualization prim and structure JSON files outside of a project context.
16+
- Added rendered notebooks in the `Usage` documentation section.
1517

1618
### Changed
1719

1820
- Changed casm.project.DirectoryStructure to remove CASM v1 project structure paths, change paths to v2 project locations, and to deprecate methods with `_v2` suffix.
1921
- Changed `casm-vis` interface to use `casm-vis start` and `casm-vis stop` commands.
22+
- Use FastAPI instead of Flask and uvicorn instead of gunicorn.
2023

2124

2225
## [2.0a1] - 2025-08-08

0 commit comments

Comments
 (0)