Eomys / SciDataTool

SciDataTool is an open-source Python package for scientific data handling. The objective is to provide a user-friendly, unified, flexible module to postprocess any kind of signal. It is meant to be used by researchers, R&D engineers and teachers in any scientific area. This package allows to efficiently store data fields in the time/space or in the frequency domain, to easily perform Fourier Transforms, to extract slices, to convert units, to compare several fields, etc. It therefore leads to simplified plot commands.
Apache License 2.0
26 stars 21 forks source link

[CO] Moving the GUI to a new package #113

Closed BonneelP closed 2 years ago

BonneelP commented 2 years ago

Hello all,

This Pull Request doesn't add a new feature but move the GUI part of SciDataTool to a new repository. There are several reasons why we want to remove the GUI from this package:

All the code of the GUI have been moved to the new repository SciDataTool-GUI and SciDataTool next release 2.5.0 will be the first release without GUI. Release 2.4.10 is still accessible and can still be used to access the GUI by waiting the first SciDataTool-GUI official release (we don't know when we will have time to carry on all the modifications).

We are going to merge this PR this week in order to be able to correct the pyleecan notebook issue as we want to clean the project before ICEM 2022. But we are still open to question or remarks on how to improve SciDataTool and how to handle the GUI issue.

Best regards, Pierre