Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Mar 15, 2024
1 parent 91341b0 commit 1789315
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
"PYTHON": "${env:CDL_PYTHONEXE}",
"UNATTENDED": "1",
"NSIS_COPYRIGHT_INFO": "Copyright (c) DataLab Project 2023",
"NSIS_HELP_LINK": "https://datalab-platform.github.io/",
"NSIS_HELP_LINK": "https://datalab-platform.com/",
"NSIS_URLUPDATEINFO": "https://github.com/DataLab-Platform/DataLab/releases",
"NSIS_URLINFOABOUT": "https://github.com/DataLab-Platform/DataLab"
}
Expand Down
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Changelog #

See DataLab [roadmap page](https://DataLab-Platform.github.io/en/contributing/roadmap.html)
See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.html)
for future and past milestones.

## DataLab Version 0.14.1 ##

🎉 New domain name: [datalab-platform.com](https://datalab-platform.com)

💥 New features:

* Added support for colormap inversion in Image View:
Expand Down Expand Up @@ -245,7 +247,7 @@ for future and past milestones.

📚 Documentation:

* New [Tutorial section](https://DataLab-Platform.github.io/en/intro/tutorials/index.html) in the documentation:
* New [Tutorial section](https://datalab-platform.com/en/intro/tutorials/index.html) in the documentation:
* This section provides a set of tutorials to learn how to use DataLab
* The following video tutorials are available:
* Quick demo
Expand All @@ -255,7 +257,7 @@ for future and past milestones.
* Detecting blobs on an image
* Measuring Fabry-Perot fringes
* Prototyping a custom processing pipeline
* New [API section](https://DataLab-Platform.github.io/en/api/index.html) in the documentation:
* New [API section](https://datalab-platform.com/en/api/index.html) in the documentation:
* This section explains how to use DataLab as a Python library, by covering the
following topics:
* How to use DataLab algorithms on NumPy arrays
Expand Down Expand Up @@ -515,9 +517,9 @@ New features:
HDF5 import feature
* More features to come...
* Added remote control feature: DataLab can be controlled remotely via a
TCP/IP connection (see [Remote control](https://DataLab-Platform.github.io/en/remote_control.html))
TCP/IP connection (see [Remote control](https://datalab-platform.com/en/remote_control.html))
* Added macro commands: DataLab can be controlled via a macro file (see
[Macro commands](https://DataLab-Platform.github.io/en/macro_commands.html))
[Macro commands](https://datalab-platform.com/en/macro_commands.html))
* General features:
* Added settings dialog box (see "Settings" entry in "File" menu):
* General settings
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ the project, whether you are a developer or not.
There are many ways to contribute to DataLab project, depending on how much time you
have, your experience with open source projects, and your skills.

To get started, please refer to our [contributing documentation](https://DataLab-Platform.github.io/en/contributing/index.html) for detailed instructions on how to contribute to the project.
To get started, please refer to our [contributing documentation](https://datalab-platform.com/en/contributing/index.html) for detailed instructions on how to contribute to the project.

Happy contributing!
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
DataLab is an **open-source platform for scientific and technical data processing
and visualization** with unique features designed to meet industrial requirements.

See [DataLab website](https://DataLab-Platform.github.io/) for more details.
See [DataLab website](https://datalab-platform.com/) for more details.

ℹ️ Created by [Codra](https://codra.net/)/[Pierre Raybaut](https://github.com/PierreRaybaut) in 2023, developed and maintained by DataLab Platform Developers.

Expand All @@ -29,14 +29,14 @@ Try DataLab online, without installing anything, using Binder:

----

✨ Add features to DataLab by writing your own [plugin](https://DataLab-Platform.github.io/en/features/general/plugins.html)
✨ Add features to DataLab by writing your own [plugin](https://datalab-platform.com/en/features/general/plugins.html)
(see [plugin examples](https://github.com/DataLab-Platform/DataLab/tree/main/plugins/examples))
or macro (see [macro examples](https://github.com/DataLab-Platform/DataLab/tree/main/macros/examples))

✨ DataLab may be remotely controlled from a third-party application (such as Jupyter,
Spyder or any IDE):

* Using the integrated [remote control](https://DataLab-Platform.github.io/en/features/general/remote.html)
* Using the integrated [remote control](https://datalab-platform.com/en/features/general/remote.html)
feature (this requires to install DataLab as a Python package)

* Using the lightweight [DataLab Simple Client](https://github.com/DataLab-Platform/DataLabSimpleClient) (`pip install cdlclient`)
2 changes: 1 addition & 1 deletion cdl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import os

__version__ = "0.14.1"
__docurl__ = __homeurl__ = "https://DataLab-Platform.github.io/"
__docurl__ = __homeurl__ = "https://datalab-platform.com/"
__supporturl__ = "https://github.com/DataLab-Platform/DataLab/issues/new/choose"

os.environ["CDL_VERSION"] = __version__
Expand Down
2 changes: 1 addition & 1 deletion doc/contributing/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Installing all required packages :

pip install --upgrade -r dev\requirements.txt

ℹ️ See [Installation](https://DataLab-Platform.github.io/en/intro/installation.html)
ℹ️ See [Installation](https://datalab-platform.com/en/intro/installation.html)
for more details on reference Python and Qt versions.

If you are using [WinPython](https://winpython.github.io/), thank you for supporting
Expand Down
4 changes: 2 additions & 2 deletions doc/locale/fr/LC_MESSAGES/contributing/changelog.po
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ msgstr "Prototypage d'un pipeline de traitement personnalisé"

#: ../../../CHANGELOG.md:258
msgid ""
"New [API section](https://DataLab-Platform.github.io/en/api/index.html) "
"New [API section](https://datalab-platform.com/en/api/index.html) "
"in the documentation:"
msgstr ""
"Nouvelle [section API](https://DataLab-"
Expand Down Expand Up @@ -2173,7 +2173,7 @@ msgid ""
msgstr ""
"Ajout de la fonctionnalité de contrôle à distance : DataLab peut être "
"contrôlé à distance via une connexion TCP/IP (voir [Contrôle à "
"distance](https://DataLab-Platform.github.io/fr/remote_control.html))"
"distance](https://datalab-platform.com/fr/remote_control.html))"

#: ../../../CHANGELOG.md:519
msgid ""
Expand Down
4 changes: 2 additions & 2 deletions doc/locale/fr/LC_MESSAGES/contributing/environment.po
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ msgstr "Installation de tous les paquets requis :"
#: ../../dev/environment.md:57
msgid ""
"ℹ️ See "
"[Installation](https://DataLab-Platform.github.io/en/intro/installation.html)"
"[Installation](https://datalab-platform.com/en/intro/installation.html)"
" for more details on reference Python and Qt versions."
msgstr "Voir [Installation](https://DataLab-Platform.github.io/en/intro/installation.html) pour plus de détails sur les versions de référence de Python et Qt."
msgstr "Voir [Installation](https://datalab-platform.com/en/intro/installation.html) pour plus de détails sur les versions de référence de Python et Qt."

#: ../../dev/environment.md:60
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion plugins/examples/cdl_custom_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
This plugin is not installed by default. To install it, copy this file to
your DataLab plugins directory (see `DataLab documentation
<https://DataLab-Platform.github.io/en/features/general/plugins.html>`_).
<https://datalab-platform.com/en/features/general/plugins.html>`_).
"""

import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion plugins/examples/cdl_example_imageproc.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
This plugin is not installed by default. To install it, copy this file to
your DataLab plugins directory (see `DataLab documentation
<https://DataLab-Platform.github.io/en/features/general/plugins.html>`_).
<https://datalab-platform.com/en/features/general/plugins.html>`_).
"""

import numpy as np
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ dependencies = [
dynamic = ["version"]

[project.urls]
Homepage = "https://DataLab-Platform.github.io/"
Documentation = "https://DataLab-Platform.github.io/"
Homepage = "https://datalab-platform.com/"
Documentation = "https://datalab-platform.com/"

[project.scripts]
cdl-alltests = "cdl.tests.all_tests:run"
Expand Down

0 comments on commit 1789315

Please sign in to comment.