<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Release</title><link>https://sourceforge.net/p/wavepacket/cpp/wiki/Release/</link><description>Recent changes to Release</description><atom:link href="https://sourceforge.net/p/wavepacket/cpp/wiki/Release/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 22 Apr 2024 21:34:37 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/wavepacket/cpp/wiki/Release/feed" rel="self" type="application/rss+xml"/><item><title>Release modified by Ulf Lorenz</title><link>https://sourceforge.net/p/wavepacket/cpp/wiki/Release/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v38
+++ v39
@@ -22,7 +22,10 @@
     * for movies, checking the difference may help https://stackoverflow.com/questions/25774996/how-to-compare-show-the-difference-between-2-videos-in-ffmpeg
     * check all plotting output of the Python demos that it looks ok
 * tag the release
-* build Windows Pythn package and test it
+* build Windows Python package
+    * check: Which Python version to use, update Readme_PythonPackage.md if required
+    * build the package according to instructions
+    * test it
 * build and upload packages (.zip, .tbz, Readme file)
 * upload and link the new docs
 * upload demos and link the new ones
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ulf Lorenz</dc:creator><pubDate>Mon, 22 Apr 2024 21:34:37 -0000</pubDate><guid>https://sourceforge.netd427fc102b18048b02b25f5906445eeb67cf7b3d</guid></item><item><title>Release modified by Ulf Lorenz</title><link>https://sourceforge.net/p/wavepacket/cpp/wiki/Release/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v37
+++ v38
@@ -22,6 +22,7 @@
     * for movies, checking the difference may help https://stackoverflow.com/questions/25774996/how-to-compare-show-the-difference-between-2-videos-in-ffmpeg
     * check all plotting output of the Python demos that it looks ok
 * tag the release
+* build Windows Pythn package and test it
 * build and upload packages (.zip, .tbz, Readme file)
 * upload and link the new docs
 * upload demos and link the new ones
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ulf Lorenz</dc:creator><pubDate>Sun, 07 Apr 2024 20:00:00 -0000</pubDate><guid>https://sourceforge.netf5bdc6be26b4085e6aa453619ac26ce2f1cdcdc7</guid></item><item><title>Release modified by Ulf Lorenz</title><link>https://sourceforge.net/p/wavepacket/cpp/wiki/Release/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v36
+++ v37
@@ -16,7 +16,7 @@
 * check version number in code, template and documentation
 * check that the documentation compiles without severe warnings or errors
 * check that compilation works with different compilers and for C++-14 and 17 =&amp;gt; use test_all.sh script under tools/
-* check that compiltion works with the VM setup using the vcpkg-only variant.
+* check that compiltion works with the current Vagrantfile
 * check that wp-build script works
 * check the binary test output against last version's reference
     * for movies, checking the difference may help https://stackoverflow.com/questions/25774996/how-to-compare-show-the-difference-between-2-videos-in-ffmpeg
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ulf Lorenz</dc:creator><pubDate>Sun, 07 Apr 2024 19:59:32 -0000</pubDate><guid>https://sourceforge.net59ad70f0d072ab16fd9da677e1617d1ab7a5ff3b</guid></item><item><title>Release modified by Ulf Lorenz</title><link>https://sourceforge.net/p/wavepacket/cpp/wiki/Release/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v35
+++ v36
@@ -16,7 +16,6 @@
 * check version number in code, template and documentation
 * check that the documentation compiles without severe warnings or errors
 * check that compilation works with different compilers and for C++-14 and 17 =&amp;gt; use test_all.sh script under tools/
-* check that compilation works from scratch with the latest virtual machine setup (including python bindings)
 * check that compiltion works with the VM setup using the vcpkg-only variant.
 * check that wp-build script works
 * check the binary test output against last version's reference
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ulf Lorenz</dc:creator><pubDate>Sun, 07 Apr 2024 19:58:34 -0000</pubDate><guid>https://sourceforge.net1350d161d2be92d4738c1a26d6a191a462eca2f4</guid></item><item><title>Release modified by Ulf Lorenz</title><link>https://sourceforge.net/p/wavepacket/cpp/wiki/Release/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v34
+++ v35
@@ -3,7 +3,7 @@
 * check that requirements.txt is still up-to-date
     * install pip-tools in a venv
     * run $venv/bin/pip-compile -o requirements.txt requirements.in
-    * check that everything works with the new requirements.txt
+    * check that everything works with the new requirements.txt, in particular the virtual machine image
 * run checkers on the code (see tools/checkers.txt)
     * cppcheck to find potential problems (see tools/wavepacket.cppcheck for the configuration file)
         * update suppressions for cppcheck
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ulf Lorenz</dc:creator><pubDate>Fri, 29 Dec 2023 13:23:34 -0000</pubDate><guid>https://sourceforge.net906d1d6ba97a9af4fa8d6042d6344b33e9bd08bb</guid></item><item><title>Release modified by Ulf Lorenz</title><link>https://sourceforge.net/p/wavepacket/cpp/wiki/Release/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v33
+++ v34
@@ -1,5 +1,9 @@
 Just to make sure nothing is forgotten when releasing a new version:

+* check that requirements.txt is still up-to-date
+    * install pip-tools in a venv
+    * run $venv/bin/pip-compile -o requirements.txt requirements.in
+    * check that everything works with the new requirements.txt
 * run checkers on the code (see tools/checkers.txt)
     * cppcheck to find potential problems (see tools/wavepacket.cppcheck for the configuration file)
         * update suppressions for cppcheck
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ulf Lorenz</dc:creator><pubDate>Tue, 26 Dec 2023 10:23:31 -0000</pubDate><guid>https://sourceforge.net289f30f81b6a8347263e03daf35848913cccc5a8</guid></item><item><title>Release modified by Ulf Lorenz</title><link>https://sourceforge.net/p/wavepacket/cpp/wiki/Release/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v32
+++ v33
@@ -13,6 +13,7 @@
 * check that the documentation compiles without severe warnings or errors
 * check that compilation works with different compilers and for C++-14 and 17 =&amp;gt; use test_all.sh script under tools/
 * check that compilation works from scratch with the latest virtual machine setup (including python bindings)
+* check that compiltion works with the VM setup using the vcpkg-only variant.
 * check that wp-build script works
 * check the binary test output against last version's reference
     * for movies, checking the difference may help https://stackoverflow.com/questions/25774996/how-to-compare-show-the-difference-between-2-videos-in-ffmpeg
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ulf Lorenz</dc:creator><pubDate>Sun, 16 Jul 2023 12:36:35 -0000</pubDate><guid>https://sourceforge.net87183f3b28f953f189615dc7bad2c5a928df6ba4</guid></item><item><title>Release modified by Ulf Lorenz</title><link>https://sourceforge.net/p/wavepacket/cpp/wiki/Release/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v31
+++ v32
@@ -16,6 +16,7 @@
 * check that wp-build script works
 * check the binary test output against last version's reference
     * for movies, checking the difference may help https://stackoverflow.com/questions/25774996/how-to-compare-show-the-difference-between-2-videos-in-ffmpeg
+    * check all plotting output of the Python demos that it looks ok
 * tag the release
 * build and upload packages (.zip, .tbz, Readme file)
 * upload and link the new docs
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ulf Lorenz</dc:creator><pubDate>Fri, 07 Apr 2023 09:51:12 -0000</pubDate><guid>https://sourceforge.net321e5a2b2397bbfccfbc35d2d6acaee0d25f45e1</guid></item><item><title>Release modified by Ulf Lorenz</title><link>https://sourceforge.net/p/wavepacket/cpp/wiki/Release/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v30
+++ v31
@@ -15,11 +15,11 @@
 * check that compilation works from scratch with the latest virtual machine setup (including python bindings)
 * check that wp-build script works
 * check the binary test output against last version's reference
+    * for movies, checking the difference may help https://stackoverflow.com/questions/25774996/how-to-compare-show-the-difference-between-2-videos-in-ffmpeg
 * tag the release
 * build and upload packages (.zip, .tbz, Readme file)
 * upload and link the new docs
 * upload demos and link the new ones
-    * Note: If graphics changed, recreate the movies
 * update the wiki (release page, feature page, front page wiki, demo wiki?)
 * announce
     * mailing list
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ulf Lorenz</dc:creator><pubDate>Sun, 28 Aug 2022 21:48:15 -0000</pubDate><guid>https://sourceforge.net53214af2b85d4fbfafb2ca7ec35204566fa5cf51</guid></item><item><title>Release modified by Ulf Lorenz</title><link>https://sourceforge.net/p/wavepacket/cpp/wiki/Release/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v29
+++ v30
@@ -14,6 +14,7 @@
 * check that compilation works with different compilers and for C++-14 and 17 =&amp;gt; use test_all.sh script under tools/
 * check that compilation works from scratch with the latest virtual machine setup (including python bindings)
 * check that wp-build script works
+* check the binary test output against last version's reference
 * tag the release
 * build and upload packages (.zip, .tbz, Readme file)
 * upload and link the new docs
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ulf Lorenz</dc:creator><pubDate>Sat, 13 Aug 2022 15:34:45 -0000</pubDate><guid>https://sourceforge.net022a6d83a674db4071480dad71074bc1ed518fc4</guid></item></channel></rss>