Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion atmat/Contents.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
% Accelerator Toolbox
% Version 2.6.0 (atcollab) 20-Jun-2024
% Version 2.7 (atcollab) 14-Apr-2025
%
% Contents file for ATMAT and its subfolders.
%
Expand Down
4 changes: 2 additions & 2 deletions atmat/at.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
% Accelerator Toolbox
% Version 2.6.0 (atcollab) 20-Jun-2024
% Version 2.7 (atcollab) 14-Apr-2025
%
% The Accelerator Toolbox was originally created by Andrei Terebilo.
% Development is now continued by a multi-laboratory collaboration, <a href="matlab:web('https://github.com/atcollab')">atcollab</a>
Expand Down Expand Up @@ -140,4 +140,4 @@
%
% <a href="matlab:help symplectify">symplectify</a> - Makes a matrix more symplectic
%
%<a href="matlab:web('/Applications/MATLAB_R2024a.app/help/3ptoolbox/atacceleratortoolbox/doc/AT_page.html')">See documentation for AT</a>
%<a href="matlab:web('/Applications/MATLAB_R2024b.app/help/3ptoolbox/atacceleratortoolbox/doc/AT_page.html')">See documentation for AT</a>
Binary file added developer/matlab/release_notes/r2.7.mlx
Binary file not shown.
1 change: 1 addition & 0 deletions docs/atdocs/matlab/helptoc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<tocitem target="release_notes/r2.4.html">r2.4</tocitem>
<tocitem target="release_notes/r2.5.html">r2.5</tocitem>
<tocitem target="release_notes/r2.6.html">r2.6</tocitem>
<tocitem target="release_notes/r2.7.html">r2.7</tocitem>
</tocitem>
<tocitem target="https://atcollab.github.io/at/"
image="$toolbox/matlab/icons/webicon.gif">
Expand Down
11 changes: 8 additions & 3 deletions docs/atdocs/matlab/release_notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
To make changes, update the MATLAB code and republish this document.
-->
<title>Release notes</title>
<meta name="generator" content="MATLAB 24.1">
<meta name="generator" content="MATLAB 24.2">
<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/">
<meta name="DC.date" content="2024-06-20">
<meta name="DC.date" content="2025-04-16">
<meta name="DC.source" content="release_notes.m">
<style type="text/css">
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outine:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
Expand Down Expand Up @@ -91,9 +91,12 @@ <h1>Release notes</h1>
<p>
<a href="matlab:web(fullfile(docroot,'3ptoolbox','atacceleratortoolbox','doc','release_notes/r2.6.html'))">r2.6</a>
</p>
<p>
<a href="matlab:web(fullfile(docroot,'3ptoolbox','atacceleratortoolbox','doc','release_notes/r2.7.html'))">r2.7</a>
</p>
<p class="footer">
<br>
<a href="https://www.mathworks.com/products/matlab/">Published with MATLAB&reg; R2024a</a>
<a href="https://www.mathworks.com/products/matlab/">Published with MATLAB&reg; R2024b</a>
<br>
</p>
</div>
Expand All @@ -110,6 +113,8 @@ <h1>Release notes</h1>
%
% <matlab:web(fullfile(docroot,'3ptoolbox','atacceleratortoolbox','doc','release_notes/r2.6.html')) r2.6>
%
% <matlab:web(fullfile(docroot,'3ptoolbox','atacceleratortoolbox','doc','release_notes/r2.7.html')) r2.7>
%

##### SOURCE END #####
-->
Expand Down
101 changes: 101 additions & 0 deletions docs/atdocs/matlab/release_notes/r2.7.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/m/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ higher-level functions to provide physics results.
releases/r2.4
releases/r2.5
releases/r2.6
releases/r2.7
19 changes: 19 additions & 0 deletions docs/m/releases/r2.7.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.. role:: hidden

#############
:hidden:`2.7`
#############

.. raw:: html

<iframe id="myIframe" src="../../_static/matlab/release_notes/r2.7.html" title="Demo" style="width:100%; height:100vh; border: none; margin: 0; padding: 0; display: block;">
</iframe>
<script>
// Selecting the iframe element
var iframe = document.getElementById("myIframe");

// Adjusting the iframe height onload event
iframe.onload = function(){
iframe.style.height = iframe.contentWindow.document.body.scrollHeight + 'px';
}
</script>