chipstream 0.2.0__tar.gz → 0.2.2__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.2}/.github/workflows/check.yml +2 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/.github/workflows/deploy_github.yml +2 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/CHANGELOG +5 -0
- {chipstream-0.2.0/chipstream.egg-info → chipstream-0.2.2}/PKG-INFO +2 -2
- {chipstream-0.2.0 → chipstream-0.2.2}/chipstream/_version.py +2 -2
- {chipstream-0.2.0 → chipstream-0.2.2}/chipstream/gui/main_window.ui +6 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/chipstream/manager.py +1 -1
- {chipstream-0.2.0 → chipstream-0.2.2/chipstream.egg-info}/PKG-INFO +2 -2
- {chipstream-0.2.0 → chipstream-0.2.2}/chipstream.egg-info/requires.txt +1 -1
- {chipstream-0.2.0 → chipstream-0.2.2}/pyproject.toml +1 -1
- {chipstream-0.2.0 → chipstream-0.2.2}/.github/workflows/deploy_pypi.yml +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/.gitignore +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/.readthedocs.yml +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/LICENSE +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/README.rst +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/build-recipes/ChipStream.icns +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/build-recipes/ChipStream.ico +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/build-recipes/ChipStreamLauncher.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/build-recipes/ChipStreamLauncherCLI.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/build-recipes/Readme.md +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/build-recipes/hook-chipstream.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/build-recipes/macos_ChipStream.spec +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/build-recipes/macos_build_app.sh +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/build-recipes/macos_build_requirements.txt +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/build-recipes/win_ChipStream.spec +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/build-recipes/win_build_requirements.txt +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/build-recipes/win_chipstream.iss_dummy +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/build-recipes/win_make_iss.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/chipstream/__init__.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/chipstream/cli/__init__.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/chipstream/cli/cli_common.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/chipstream/cli/cli_main.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/chipstream/cli/cli_proc.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/chipstream/cli/cli_valid.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/chipstream/gui/__init__.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/chipstream/gui/img/chipstream_icon.png +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/chipstream/gui/main_window.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/chipstream/gui/splash.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/chipstream/gui/table_progress.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/chipstream/path_cache.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/chipstream.egg-info/SOURCES.txt +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/chipstream.egg-info/dependency_links.txt +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/chipstream.egg-info/entry_points.txt +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/chipstream.egg-info/top_level.txt +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/docs/artwork/chipstream_icon.svg +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/docs/artwork/chipstream_splash.png +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/docs/artwork/chipstream_splash.svg +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/docs/conf.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/docs/index.rst +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/docs/requirements.txt +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/setup.cfg +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/tests/conftest.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/tests/data/fmt-hdf5_cytoshot_full-features_legacy_allev_2023.zip +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/tests/helper_methods.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/tests/requirements-full.txt +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/tests/requirements.txt +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/tests/test_cli.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/tests/test_gui.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/tests/test_manager.py +0 -0
- {chipstream-0.2.0 → chipstream-0.2.2}/tests/test_path_cache.py +0 -0
|
@@ -42,6 +42,8 @@ jobs:
|
|
|
42
42
|
python -m pip install --upgrade pip wheel
|
|
43
43
|
python -m pip install coverage flake8 pytest
|
|
44
44
|
# install base dependencies
|
|
45
|
+
# https://github.com/luispedro/mahotas/issues/144
|
|
46
|
+
pip install mahotas==1.4.13
|
|
45
47
|
pip install .
|
|
46
48
|
pip install -r tests/requirements.txt
|
|
47
49
|
# show installed packages
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
0.2.2
|
|
2
|
+
- maintenance release
|
|
3
|
+
0.2.1
|
|
4
|
+
- fix: cast string to paths when adding a new path to the manager (#6)
|
|
5
|
+
- setup: bump dcnum from 0.16.8 to 0 17.2
|
|
1
6
|
0.2.0
|
|
2
7
|
- feat: allow to specify an output directory in the GUI (#3)
|
|
3
8
|
- feat: allow to select the pixel size in the GUI (#4)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: chipstream
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
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.2
|
|
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
|