Skip to content

Commit 1d5ba24

Browse files
author
Jordan Benjamin
committed
update documentation
1 parent c38a9c3 commit 1d5ba24

10 files changed

Lines changed: 235 additions & 1139 deletions

RELEASE_NOTES_v0.3.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ StructureFunctions.jl v0.3.0 is a major release featuring a complete backend sys
6767

6868
### Testing
6969

70-
- **Unit tests**: 149/149 passing
70+
- **Unit tests**: 151/151 passing
7171
- **JET analysis**: 44/44 tests passing (all code paths validated)
7272
- **Docstring validation**: All public functions documented
7373
- **Example verification**: 5 worked examples, each validated
@@ -170,7 +170,7 @@ ed95f81 fix: unify backend execution system and resolve threadid buffer indexing
170170
### v0.3.0 (Current)
171171
- ✅ Full Python/GPU/distributed support
172172
- ✅ Comprehensive documentation
173-
-149/149 tests passing
173+
-151/151 tests passing
174174
- ✅ Production-ready
175175

176176
### v0.4.0 (Planned)

docs/Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[deps]
2+
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+
StructureFunctions = "e93fee26-4d5e-49c1-899d-490508cfd19b"
4+
5+
[compat]
6+
Documenter = "1"

examples/Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[deps]
2+
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
3+
StructureFunctions = "e93fee26-4d5e-49c1-899d-490508cfd19b"
4+
5+
[compat]
6+
CairoMakie = "0.15"

0 commit comments

Comments
 (0)