From d271d9d987af4c695dbd6d5eb4981c4cb802e277 Mon Sep 17 00:00:00 2001 From: Kipton Barros Date: Fri, 6 Dec 2024 13:20:44 -0700 Subject: [PATCH] Tweak --- docs/src/versions.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/src/versions.md b/docs/src/versions.md index 2b0729fcd..09be9537e 100644 --- a/docs/src/versions.md +++ b/docs/src/versions.md @@ -10,9 +10,8 @@ * Add [`print_irreducible_bz_paths`](@ref), which builds on [Brillouin.jl](https://github.com/thchr/Brillouin.jl) and [SeeK-path](http://www.materialscloud.org/tools/seekpath/). -* Add prototype function [`view_bz`](@ref) for visualizing reciprocal-space - objects in the context of the first Brillouin zone. -* Fix [`load_nxs`](@ref) for compatibility with recent JLD2. +* Add function [`view_bz`](@ref) for visualizing reciprocal-space objects in the + context of the first Brillouin zone. * Fix Makie precompiles for faster time-to-first-plot in Julia 1.11 ([PR #329](https://github.com/SunnySuite/Sunny.jl/pull/329)).