Skip to content

Commit eaed1cb

Browse files
committed
Update changelog and dependencies: add fix for intensity profile tools and update PlotPy version to 2.7.5
Fix #243
1 parent c838cde commit eaed1cb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.
1515
* Fixed [Issue #240](https://github.com/DataLab-Platform/DataLab/issues/240) - Text Import Wizard does not preserve user-defined data type (e.g. `int16`, `float32`, etc.)
1616
* Fixed [Issue #235](https://github.com/DataLab-Platform/DataLab/issues/235) - Text Import Wizard: add support for importing signal files with integer values
1717
* Fixed [Issue #236](https://github.com/DataLab-Platform/DataLab/issues/236) - Text Import Wizard: add support for `.mca` files
18+
* Fixed [Issue #243](https://github.com/DataLab-Platform/DataLab/issues/243) - View in a new window (image): intensity profile tools are sometimes disabled (fixed in PlotPy v2.7.5)
1819

1920
## DataLab Version 0.20.0 ##
2021

doc/locale/fr/LC_MESSAGES/contributing/changelog.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: DataLab \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-07-15 11:32+0200\n"
10+
"POT-Creation-Date: 2025-07-15 15:32+0200\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language: fr\n"
@@ -57,6 +57,9 @@ msgstr "Correction de l'[Issue #235](https://github.com/DataLab-Platform/DataLab
5757
msgid "Fixed [Issue #236](https://github.com/DataLab-Platform/DataLab/issues/236) - Text Import Wizard: add support for `.mca` files"
5858
msgstr "Correction de l'[Issue #236](https://github.com/DataLab-Platform/DataLab/issues/236) - L'Assistant d'importation de texte : ajout de la prise en charge des fichiers `.mca`"
5959

60+
msgid "Fixed [Issue #243](https://github.com/DataLab-Platform/DataLab/issues/243) - View in a new window (image): intensity profile tools are sometimes disabled (fixed in PlotPy v2.7.5)"
61+
msgstr "Correction de l'[Issue #243](https://github.com/DataLab-Platform/DataLab/issues/243) - Afficher dans une nouvelle fenêtre (image) : les outils de profil d'intensité sont parfois désactivés (corrigé dans PlotPy v2.7.5)"
62+
6063
msgid "DataLab Version 0.20.0"
6164
msgstr "DataLab Version 0.20.0"
6265

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ classifiers = [
4141
requires-python = ">=3.9, <4"
4242
dependencies = [
4343
"guidata >= 3.9",
44-
"PlotPy >= 2.7.4",
44+
"PlotPy >= 2.7.5",
4545
"SciPy >= 1.5",
4646
"scikit-image >= 0.18",
4747
"pandas >= 1.2",

0 commit comments

Comments
 (0)