Skip to content

Commit 45ed434

Browse files
committed
Add Sigima banner and update documentation to include Sigima library
1 parent 8b2deb4 commit 45ed434

9 files changed

Lines changed: 106 additions & 83 deletions

File tree

datalab/locale/fr/LC_MESSAGES/datalab.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: datalab\n"
88
"Report-Msgid-Bugs-To: p.raybaut@codra.fr\n"
9-
"POT-Creation-Date: 2025-11-07 18:27+0100\n"
9+
"POT-Creation-Date: 2025-11-07 20:43+0100\n"
1010
"PO-Revision-Date: 2025-05-22 15:46+0200\n"
1111
"Last-Translator: Christophe Debonnel <c.debonnel@codra.fr>\n"
1212
"Language: fr\n"

doc/images/logos/Sigima-Banner.png

17.6 KB
Loading

doc/index.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ DataLab
33

44
.. meta::
55
:description: Home of DataLab, the open-source platform for scientific and technical data processing and visualization
6-
:keywords: DataLab, scientific, data, processing, visualization, open-source, platform, Python, Qt, NumPy, SciPy, scikit-image, OpenCV, PlotPyStack, CODRA, Pierre Raybaut
6+
:keywords: DataLab, scientific, data, processing, visualization, open-source, platform, Python, Qt, NumPy, SciPy, scikit-image, OpenCV, PlotPyStack, Sigima, CODRA, Pierre Raybaut
77

88
DataLab is an **open-source platform for signal and image processing and visualization**
99
for research, education and industry. Leveraging the richness of the scientific Python
@@ -112,6 +112,14 @@ DataLab has been funded, chronologically, by the following stakeholders:
112112
DataLab is powered by `PlotPyStack <https://github.com/PlotPyStack>`_,
113113
the scientific Python-Qt visualization and graphical user interface stack.
114114

115+
.. figure:: images/logos/Sigima-Banner.png
116+
:align: center
117+
:width: 200 px
118+
:class: dark-light no-scaled-link
119+
120+
DataLab processing features are based on `Sigima <https://github.com/DataLab-Platform/Sigima>`_,
121+
the open-source signal and image processing library (part of the DataLab Platform).
122+
115123
.. toctree::
116124
:maxdepth: 2
117125
:hidden:
@@ -135,11 +143,12 @@ DataLab has been funded, chronologically, by the following stakeholders:
135143

136144
.. rubric:: Footnotes
137145

138-
.. [#f1] DataLab processing features are mainly based on `NumPy`_, `SciPy`_,
146+
.. [#f1] DataLab processing primitives are mainly based on `Sigima`_, `NumPy`_, `SciPy`_,
139147
`scikit-image`_, `OpenCV`_ and `PyWavelets`_ libraries. DataLab visualization
140148
capabilities are based on `PlotPyStack`_ toolkit, a set of Python libraries
141149
for building scientific applications with Qt graphical user interfaces.
142150
151+
.. _Sigima: https://github.com/DataLab-Platform/Sigima
143152
.. _NumPy: https://numpy.org/
144153
.. _SciPy: https://www.scipy.org/
145154
.. _scikit-image: https://scikit-image.org/

doc/intro/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ DataLab integrates seemlessly into your workflow thanks to three main operating
4343
DataLab leverages the power of Python and its scientific ecosystem, through the use of
4444
the following libraries:
4545

46+
- `Sigima <https://github.com/DataLab-Platform/Sigima>`_ for signal and image processing (part of the DataLab Platform)
4647
- `NumPy <https://numpy.org/>`_ for numerical computing (arrays, linear algebra, etc.)
4748
- `SciPy <https://www.scipy.org/>`_ for scientific computing (interpolation, special functions, etc.)
4849
- `scikit-image <https://scikit-image.org/>`_ and `OpenCV <https://opencv.org/>`_ for image processing

doc/locale/fr/LC_MESSAGES/features/validation/status.po

Lines changed: 72 additions & 66 deletions
Large diffs are not rendered by default.

doc/locale/fr/LC_MESSAGES/index.po

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: DataLab \n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2025-11-05 20:30+0100\n"
12+
"POT-Creation-Date: 2025-11-07 20:43+0100\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1515
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -21,8 +21,8 @@ msgstr ""
2121
msgid "Home of DataLab, the open-source platform for scientific and technical data processing and visualization"
2222
msgstr "Site de DataLab, la plateforme open-source de traitement et de visualisation de données scientifiques et techniques"
2323

24-
msgid "DataLab, scientific, data, processing, visualization, open-source, platform, Python, Qt, NumPy, SciPy, scikit-image, OpenCV, PlotPyStack, CODRA, Pierre Raybaut"
25-
msgstr "DataLab, scientifique, données, traitement, visualisation, open-source, plateforme, Python, Qt, NumPy, SciPy, scikit-image, OpenCV, PlotPyStack, CODRA, Pierre Raybaut"
24+
msgid "DataLab, scientific, data, processing, visualization, open-source, platform, Python, Qt, NumPy, SciPy, scikit-image, OpenCV, PlotPyStack, Sigima, CODRA, Pierre Raybaut"
25+
msgstr "DataLab, scientifique, données, traitement, visualisation, open-source, plateforme, Python, Qt, NumPy, SciPy, scikit-image, OpenCV, PlotPyStack, Sigima, CODRA, Pierre Raybaut"
2626

2727
msgid "DataLab"
2828
msgstr "DataLab"
@@ -112,11 +112,14 @@ msgstr "`NLnet Foundation <https://nlnet.nl>`_, dans le cadre du NGI0 Commons Fu
112112
msgid "DataLab is powered by `PlotPyStack <https://github.com/PlotPyStack>`_, the scientific Python-Qt visualization and graphical user interface stack."
113113
msgstr "DataLab est propulsé par `PlotPyStack <https://github.com/PlotPyStack>`_, les outils de visualisation et d'interface graphique scientifiques Python-Qt."
114114

115+
msgid "DataLab processing features are based on `Sigima <https://github.com/DataLab-Platform/Sigima>`_, the open-source signal and image processing library (part of the DataLab Platform)."
116+
msgstr "Les fonctionnalités de traitement de DataLab sont basées sur `Sigima <https://github.com/DataLab-Platform/Sigima>`_, la bibliothèque open-source de traitement du signal et de l'image (faisant partie de la plateforme DataLab)."
117+
115118
msgid "DataLab was created by `CODRA`_/`Pierre Raybaut`_ in 2023. It is developed and maintained by DataLab Platform Developers."
116119
msgstr "DataLab a été créé par `CODRA`_/`Pierre Raybaut`_ en 2023. Il est développé et maintenu par l'équipe de développement de la plateforme DataLab."
117120

118121
msgid "Footnotes"
119122
msgstr "Notes de bas de page"
120123

121-
msgid "DataLab processing features are mainly based on `NumPy`_, `SciPy`_, `scikit-image`_, `OpenCV`_ and `PyWavelets`_ libraries. DataLab visualization capabilities are based on `PlotPyStack`_ toolkit, a set of Python libraries for building scientific applications with Qt graphical user interfaces."
122-
msgstr "Les fonctionnalités de traitement de DataLab sont principalement basées sur les bibliothèques `NumPy`_, `SciPy`_, `scikit-image`_, `OpenCV`_ et `PyWavelets`_. Les capacités de visualisation de DataLab sont basées sur la boîte à outils `PlotPyStack`_, un ensemble de bibliothèques Python pour la réalisation d'applications scientifiques avec des interfaces graphiques Qt."
124+
msgid "DataLab processing primitives are mainly based on `Sigima`_, `NumPy`_, `SciPy`_, `scikit-image`_, `OpenCV`_ and `PyWavelets`_ libraries. DataLab visualization capabilities are based on `PlotPyStack`_ toolkit, a set of Python libraries for building scientific applications with Qt graphical user interfaces."
125+
msgstr "Les primitives de traitement de DataLab sont principalement basées sur les bibliothèques `Sigima`_, `NumPy`_, `SciPy`_, `scikit-image`_, `OpenCV`_ et `PyWavelets`_. Les capacités de visualisation de DataLab reposent sur l'outil `PlotPyStack`_, un ensemble de bibliothèques Python pour la création d'applications scientifiques avec des interfaces graphiques Qt."

doc/locale/fr/LC_MESSAGES/intro/index.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: DataLab \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-03-20 16:06+0100\n"
11+
"POT-Creation-Date: 2025-11-07 20:43+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -65,6 +65,9 @@ msgstr "**Piloté à distance** depuis votre propre logiciel, ou depuis un IDE (
6565
msgid "DataLab leverages the power of Python and its scientific ecosystem, through the use of the following libraries:"
6666
msgstr "DataLab s'appuie sur la puissance de Python et de son écosystème scientifique, grâce à l'utilisation des bibliothèques suivantes :"
6767

68+
msgid "`Sigima <https://github.com/DataLab-Platform/Sigima>`_ for signal and image processing (part of the DataLab Platform)"
69+
msgstr "`Sigima <https://github.com/DataLab-Platform/Sigima>`_ pour le traitement du signal et de l'image (faisant partie de la plateforme DataLab)"
70+
6871
msgid "`NumPy <https://numpy.org/>`_ for numerical computing (arrays, linear algebra, etc.)"
6972
msgstr "`NumPy <https://numpy.org/>`_ pour le calcul numérique (tableaux, algèbre linéaire, etc.)"
7073

doc/locale/fr/LC_MESSAGES/intro/installation.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: DataLab \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-10-18 10:28+0200\n"
11+
"POT-Creation-Date: 2025-11-07 20:43+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -209,7 +209,7 @@ msgstr "Langage de programmation Python"
209209
msgid "guidata"
210210
msgstr ""
211211

212-
msgid ">= 3.12"
212+
msgid ">= 3.13.2"
213213
msgstr ""
214214

215215
msgid "Automatic GUI generation for easy dataset editing and display"
@@ -218,7 +218,7 @@ msgstr "Génération automatique d'interfaces graphiques pour l'édition et l'af
218218
msgid "PlotPy"
219219
msgstr ""
220220

221-
msgid ">= 2.8.0"
221+
msgid ">= 2.8.1"
222222
msgstr ""
223223

224224
msgid "Curve and image plotting tools for Python/Qt applications"
@@ -227,7 +227,7 @@ msgstr "Outils de tracé de courbes et d'images pour les applications Python/Qt"
227227
msgid "Sigima"
228228
msgstr ""
229229

230-
msgid ">= 1.0.0a0"
230+
msgid ">= 1.0.1"
231231
msgstr ""
232232

233233
msgid "Scientific computing engine for 1D signals and 2D images, part of the DataLab open-source platform."
@@ -418,3 +418,4 @@ msgstr "Plugin pytest pour exécuter Xvfb (ou Xephyr/Xvnc) pour les tests."
418418

419419
msgid "Python 3.11 and PyQt5 are the reference for production release"
420420
msgstr "Python 3.11 et PyQt5 sont les références pour la version de production"
421+

doc/locale/fr/LC_MESSAGES/requirements.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: DataLab \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-10-11 11:27+0200\n"
11+
"POT-Creation-Date: 2025-11-07 20:43+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language: fr\n"
@@ -43,7 +43,7 @@ msgstr "Langage de programmation Python"
4343
msgid "guidata"
4444
msgstr ""
4545

46-
msgid ">= 3.12"
46+
msgid ">= 3.13.2"
4747
msgstr ""
4848

4949
msgid "Automatic GUI generation for easy dataset editing and display"
@@ -52,7 +52,7 @@ msgstr "Génération automatique d'interface graphique pour l'édition et l'affi
5252
msgid "PlotPy"
5353
msgstr ""
5454

55-
msgid ">= 2.8.0"
55+
msgid ">= 2.8.1"
5656
msgstr ""
5757

5858
msgid "Curve and image plotting tools for Python/Qt applications"
@@ -61,7 +61,7 @@ msgstr "Outils de tracé de courbes et d'images pour les applications Python/Qt"
6161
msgid "Sigima"
6262
msgstr ""
6363

64-
msgid ">= 1.0.0a0"
64+
msgid ">= 1.0.1"
6565
msgstr ""
6666

6767
msgid "Scientific computing engine for 1D signals and 2D images, part of the DataLab open-source platform."

0 commit comments

Comments
 (0)