Skip to content

Commit 4ca4e1f

Browse files
committed
v1.2.1: see Release_Notes
1 parent c16a81e commit 4ca4e1f

File tree

14 files changed

+3876
-34
lines changed

14 files changed

+3876
-34
lines changed

Release_Notes.html

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
span.underline{text-decoration: underline;}
1212
div.column{display: inline-block; vertical-align: top; width: 50%;}
1313
</style>
14-
<link rel="stylesheet" href="../_htmresc/mini-st_2020.css" />
14+
<link rel="stylesheet" href="_htmresc/mini-st_2020.css" />
1515
<!--[if lt IE 9]>
1616
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
1717
<![endif]-->
@@ -31,11 +31,32 @@ <h1 id="purpose">Purpose</h1>
3131
<div class="col-sm-12 col-lg-8">
3232
<h1 id="update-history">Update History</h1>
3333
<div class="collapse">
34-
<input type="checkbox" id="collapse-section2" checked aria-hidden="true"> <label for="collapse-section2" aria-hidden="true">v1.1.0 / 20-Jun-25</label>
34+
<input type="checkbox" id="collapse-section4" checked aria-hidden="true"> <label for="collapse-section3" aria-hidden="true">v1.2.1 / 29-Aug-25</label>
3535
<div>
3636
<h2 id="main-changes">Main Changes</h2>
37+
<h3 id="patch-release">Patch Release</h3>
38+
<ul>
39+
<li>Solved issue #1 - pull request #2: accepted proposal from <span class="citation" data-cites="YumTaha">@YumTaha</span></li>
40+
<li>Added stdatalog_API_examples_SerialLink.py example in stdatalog_examples_tests</li>
41+
</ul>
42+
</div>
43+
</div>
44+
<div class="collapse">
45+
<input type="checkbox" id="collapse-section3" checked aria-hidden="true"> <label for="collapse-section3" aria-hidden="true">v1.2.0 / 24-Jul-25</label>
46+
<div>
47+
<h2 id="main-changes-1">Main Changes</h2>
3748
<h3 id="maintenance-release">Maintenance Release</h3>
3849
<ul>
50+
<li>Solved issue #3 Documentation Mismatch in Assisted Segmentation README</li>
51+
</ul>
52+
</div>
53+
</div>
54+
<div class="collapse">
55+
<input type="checkbox" id="collapse-section2" checked aria-hidden="true"> <label for="collapse-section2" aria-hidden="true">v1.1.0 / 20-Jun-25</label>
56+
<div>
57+
<h2 id="main-changes-2">Main Changes</h2>
58+
<h3 id="maintenance-release-1">Maintenance Release</h3>
59+
<ul>
3960
<li>Added support to Python 3.13</li>
4061
<li>Updated SDK examples with plots: use Plotly instead of matplotlib</li>
4162
<li>Fixed separator char (‘\’ to ‘/’)</li>
@@ -46,7 +67,7 @@ <h3 id="maintenance-release">Maintenance Release</h3>
4667
<div class="collapse">
4768
<input type="checkbox" id="collapse-section1" aria-hidden="true"> <label for="collapse-section1" aria-hidden="true">v1.0.0 / 17-Jan-25</label>
4869
<div>
49-
<h2 id="main-changes-1">Main Changes</h2>
70+
<h2 id="main-changes-3">Main Changes</h2>
5071
<h3 id="first-official-release">First official release</h3>
5172
</div>
5273
</div>

Release_Notes.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ header-includes: <link rel="icon" type="image/x-icon" href="_htmresc/favicon.png
1111
# Release Notes for <mark>stdatalog_examples</mark>
1212
Copyright &copy; 2025 STMicroelectronics
1313

14-
[![ST logo](../_htmresc/st_logo_2020.png)](https://www.st.com){.logo}
14+
[![ST logo](_htmresc/st_logo_2020.png)](https://www.st.com){.logo}
1515
</center>
1616

1717

@@ -24,6 +24,39 @@ This folder contains a set of examples and tutorials to help you get started wit
2424
::: {.col-sm-12 .col-lg-8}
2525
# Update History
2626

27+
::: {.collapse}
28+
<input type="checkbox" id="collapse-section4" checked aria-hidden="true">
29+
<label for="collapse-section3" aria-hidden="true">v1.2.1 / 29-Aug-25</label>
30+
<div>
31+
32+
33+
## Main Changes
34+
35+
### Patch Release
36+
37+
- Solved issue #1 - pull request #2: accepted proposal from @YumTaha
38+
- Added stdatalog_API_examples_SerialLink.py example in stdatalog_examples\function_tests
39+
40+
41+
</div>
42+
:::
43+
44+
::: {.collapse}
45+
<input type="checkbox" id="collapse-section3" checked aria-hidden="true">
46+
<label for="collapse-section3" aria-hidden="true">v1.2.0 / 24-Jul-25</label>
47+
<div>
48+
49+
50+
## Main Changes
51+
52+
### Maintenance Release
53+
54+
- Solved issue #3 Documentation Mismatch in Assisted Segmentation README
55+
56+
57+
</div>
58+
:::
59+
2760
::: {.collapse}
2861
<input type="checkbox" id="collapse-section2" checked aria-hidden="true">
2962
<label for="collapse-section2" aria-hidden="true">v1.1.0 / 20-Jun-25</label>

_htmresc/Add button.svg

Lines changed: 2 additions & 0 deletions
Loading

_htmresc/STDATALOG-PYSDK_Software_Architecture.svg

Lines changed: 1 addition & 0 deletions
Loading

_htmresc/Update.svg

Lines changed: 2 additions & 0 deletions
Loading

_htmresc/favicon.png

4.03 KB
Loading

0 commit comments

Comments
 (0)