Add CHANGELOG.md with TNRKit v0.5.0 release notes#158
Closed
Copilot wants to merge 2 commits into
Closed
Conversation
Co-authored-by: VictorVanthilt <73738005+VictorVanthilt@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add release notes for TNRKit 0.5.0
Add CHANGELOG.md with TNRKit v0.5.0 release notes
Mar 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents all changes since v0.4.0 in a new
CHANGELOG.md, with explicit coverage of every breaking interface change affecting exported symbols.Breaking Changes
Unified model interface (#149)
All
_symmetricmodel variants removed. Symmetry type is now passed as the first positional argument; no-argument / bare-β calls now return the maximally symmetric tensor by default.Removed exports:
classical_ising_symmetric,classical_ising_symmetric_3D,classical_ising_triangular_symmetric,classical_potts_symmetric,classical_clock_symmetric,classical_XY_U1_symmetric,classical_XY_O2_symmetric,phi4_real_symmetric,phi4_complex_symmetric.All model functions now accept a
T::Type{<:Number}keyword to control element type.LoopTNRrun!interface (#144)Six-argument form replaced by
LoopParametersstruct:The simplified
run!(scheme, trscheme, criterion)form still works.New Methods
CorrelationHOTRG(CorrelationHOTRG #139) — two-point correlators at distance 2ⁿ via HOTRGc3vCTM_honeycomb(Implement c3vCTM on the honeycomb lattice #141) — C3v-symmetric CTMRG for honeycomb latticesNew Exports
LoopParameters(Nuclear norm regularized LoopTNR #144) — bundles loop optimization config; enables NNR-TNRVN_entropy,loop_entropy(Nuclear norm regularized LoopTNR #144) — entanglement entropy utilities forLoopTNRclassical_ising_honeycomb,ising_βc_honeycomb,f_onsager_honeycomb(Implement c3vCTM on the honeycomb lattice #141)classical_XY,XY_βc— unifiesclassical_XY_U1_symmetric/classical_XY_O2_symmetricBugfixes
svd_trunc→eigh_truncfor projectors (Fix twist and use eigh_trunc in 3D HOTRG #145)🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.