New version: TransferMatrix v3.0.1#151096
Conversation
JuliaRegistrator
commented
Mar 23, 2026
- Registering package: TransferMatrix
- Repository: https://github.com/garrekstemo/TransferMatrix.jl
- Created by: @garrekstemo
- Version: v3.0.1
- Commit: 9ffd94e4e9b415d6777509dfd0160f56ff037b29
- Reviewed by: @garrekstemo
- Reference: garrekstemo/TransferMatrix.jl@9ffd94e#commitcomment-180288564
- Description: A general 4x4 transfer matrix for optical waves in layered media for Julia
- Release notes:
UUID: 2beed9eb-9e49-431e-8607-1bb8bf5c1db8 Repo: https://github.com/garrekstemo/TransferMatrix.jl.git Tree: 28fc406f369df30afc71db8e931867fbe6183317 Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3
* Add CLAUDE.md with project documentation * Update examples for v3 TransferResult return type transfer() now returns a TransferResult struct instead of a (Tpp, Tss, Rpp, Rss) tuple. Update dbr_cavity, fabry-perot, and quarter_wave examples to use field access (res.Tpp, etc.). * Fix thread safety bug in sweep_thickness sweep_thickness shared a single mutable layers vector across all threads. Concurrent mutations to layers_mut[t_index] caused a data race, producing scrambled output slices. Each call to make_layers now creates its own copy of the layer vector.
|
Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human. 1. AutoMerge Guidelines are all met! ✅Your new version registration met all of the guidelines for auto-merging and is scheduled to be merged in the next round (~20 minutes). 2. To pause or stop registrationIf you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text Tip: You can edit blocking comments to add |