chipstream 0.2.0__tar.gz → 0.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {chipstream-0.2.0 → chipstream-0.2.1}/CHANGELOG +3 -0
- {chipstream-0.2.0/chipstream.egg-info → chipstream-0.2.1}/PKG-INFO +2 -2
- {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/_version.py +2 -2
- {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/gui/main_window.ui +6 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/manager.py +1 -1
- {chipstream-0.2.0 → chipstream-0.2.1/chipstream.egg-info}/PKG-INFO +2 -2
- {chipstream-0.2.0 → chipstream-0.2.1}/chipstream.egg-info/requires.txt +1 -1
- {chipstream-0.2.0 → chipstream-0.2.1}/pyproject.toml +1 -1
- {chipstream-0.2.0 → chipstream-0.2.1}/.github/workflows/check.yml +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/.github/workflows/deploy_github.yml +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/.github/workflows/deploy_pypi.yml +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/.gitignore +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/.readthedocs.yml +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/LICENSE +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/README.rst +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/ChipStream.icns +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/ChipStream.ico +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/ChipStreamLauncher.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/ChipStreamLauncherCLI.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/Readme.md +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/hook-chipstream.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/macos_ChipStream.spec +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/macos_build_app.sh +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/macos_build_requirements.txt +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/win_ChipStream.spec +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/win_build_requirements.txt +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/win_chipstream.iss_dummy +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/win_make_iss.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/__init__.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/cli/__init__.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/cli/cli_common.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/cli/cli_main.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/cli/cli_proc.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/cli/cli_valid.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/gui/__init__.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/gui/img/chipstream_icon.png +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/gui/main_window.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/gui/splash.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/gui/table_progress.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/path_cache.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/chipstream.egg-info/SOURCES.txt +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/chipstream.egg-info/dependency_links.txt +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/chipstream.egg-info/entry_points.txt +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/chipstream.egg-info/top_level.txt +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/docs/artwork/chipstream_icon.svg +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/docs/artwork/chipstream_splash.png +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/docs/artwork/chipstream_splash.svg +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/docs/conf.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/docs/index.rst +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/docs/requirements.txt +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/setup.cfg +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/tests/conftest.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/tests/data/fmt-hdf5_cytoshot_full-features_legacy_allev_2023.zip +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/tests/helper_methods.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/tests/requirements-full.txt +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/tests/requirements.txt +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/tests/test_cli.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/tests/test_gui.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/tests/test_manager.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.1}/tests/test_path_cache.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: chipstream
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: GUI for DC data postprocessing
|
|
5
5
|
Author: Paul Müller
|
|
6
6
|
Maintainer-email: Paul Müller <dev@craban.de>
|
|
@@ -17,7 +17,7 @@ Classifier: Intended Audience :: Science/Research
|
|
|
17
17
|
Requires-Python: <4,>=3.10
|
|
18
18
|
Description-Content-Type: text/x-rst
|
|
19
19
|
License-File: LICENSE
|
|
20
|
-
Requires-Dist: dcnum>=0.
|
|
20
|
+
Requires-Dist: dcnum>=0.17.2
|
|
21
21
|
Requires-Dist: h5py<4,>=3.0.0
|
|
22
22
|
Requires-Dist: numpy<2,>=1.21
|
|
23
23
|
Provides-Extra: cli
|
|
@@ -15,8 +15,14 @@
|
|
|
15
15
|
</property>
|
|
16
16
|
<widget class="QWidget" name="centralwidget">
|
|
17
17
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="4,1">
|
|
18
|
+
<property name="leftMargin">
|
|
19
|
+
<number>9</number>
|
|
20
|
+
</property>
|
|
18
21
|
<item>
|
|
19
22
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
23
|
+
<property name="leftMargin">
|
|
24
|
+
<number>4</number>
|
|
25
|
+
</property>
|
|
20
26
|
<item>
|
|
21
27
|
<widget class="QLabel" name="label_2">
|
|
22
28
|
<property name="sizePolicy">
|
|
@@ -47,7 +47,7 @@ class ChipStreamJobManager:
|
|
|
47
47
|
def add_path(self, path):
|
|
48
48
|
if not self.is_busy():
|
|
49
49
|
# Only append paths if we are currently not busy
|
|
50
|
-
self._path_in_list.append([path, "created"])
|
|
50
|
+
self._path_in_list.append([pathlib.Path(path), "created"])
|
|
51
51
|
|
|
52
52
|
def clear(self):
|
|
53
53
|
"""Clear all data"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: chipstream
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: GUI for DC data postprocessing
|
|
5
5
|
Author: Paul Müller
|
|
6
6
|
Maintainer-email: Paul Müller <dev@craban.de>
|
|
@@ -17,7 +17,7 @@ Classifier: Intended Audience :: Science/Research
|
|
|
17
17
|
Requires-Python: <4,>=3.10
|
|
18
18
|
Description-Content-Type: text/x-rst
|
|
19
19
|
License-File: LICENSE
|
|
20
|
-
Requires-Dist: dcnum>=0.
|
|
20
|
+
Requires-Dist: dcnum>=0.17.2
|
|
21
21
|
Requires-Dist: h5py<4,>=3.0.0
|
|
22
22
|
Requires-Dist: numpy<2,>=1.21
|
|
23
23
|
Provides-Extra: cli
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|