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.
Files changed (60) hide show
  1. {chipstream-0.2.0 → chipstream-0.2.1}/CHANGELOG +3 -0
  2. {chipstream-0.2.0/chipstream.egg-info → chipstream-0.2.1}/PKG-INFO +2 -2
  3. {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/_version.py +2 -2
  4. {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/gui/main_window.ui +6 -0
  5. {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/manager.py +1 -1
  6. {chipstream-0.2.0 → chipstream-0.2.1/chipstream.egg-info}/PKG-INFO +2 -2
  7. {chipstream-0.2.0 → chipstream-0.2.1}/chipstream.egg-info/requires.txt +1 -1
  8. {chipstream-0.2.0 → chipstream-0.2.1}/pyproject.toml +1 -1
  9. {chipstream-0.2.0 → chipstream-0.2.1}/.github/workflows/check.yml +0 -0
  10. {chipstream-0.2.0 → chipstream-0.2.1}/.github/workflows/deploy_github.yml +0 -0
  11. {chipstream-0.2.0 → chipstream-0.2.1}/.github/workflows/deploy_pypi.yml +0 -0
  12. {chipstream-0.2.0 → chipstream-0.2.1}/.gitignore +0 -0
  13. {chipstream-0.2.0 → chipstream-0.2.1}/.readthedocs.yml +0 -0
  14. {chipstream-0.2.0 → chipstream-0.2.1}/LICENSE +0 -0
  15. {chipstream-0.2.0 → chipstream-0.2.1}/README.rst +0 -0
  16. {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/ChipStream.icns +0 -0
  17. {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/ChipStream.ico +0 -0
  18. {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/ChipStreamLauncher.py +0 -0
  19. {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/ChipStreamLauncherCLI.py +0 -0
  20. {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/Readme.md +0 -0
  21. {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/hook-chipstream.py +0 -0
  22. {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/macos_ChipStream.spec +0 -0
  23. {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/macos_build_app.sh +0 -0
  24. {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/macos_build_requirements.txt +0 -0
  25. {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/win_ChipStream.spec +0 -0
  26. {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/win_build_requirements.txt +0 -0
  27. {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/win_chipstream.iss_dummy +0 -0
  28. {chipstream-0.2.0 → chipstream-0.2.1}/build-recipes/win_make_iss.py +0 -0
  29. {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/__init__.py +0 -0
  30. {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/cli/__init__.py +0 -0
  31. {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/cli/cli_common.py +0 -0
  32. {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/cli/cli_main.py +0 -0
  33. {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/cli/cli_proc.py +0 -0
  34. {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/cli/cli_valid.py +0 -0
  35. {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/gui/__init__.py +0 -0
  36. {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/gui/img/chipstream_icon.png +0 -0
  37. {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/gui/main_window.py +0 -0
  38. {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/gui/splash.py +0 -0
  39. {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/gui/table_progress.py +0 -0
  40. {chipstream-0.2.0 → chipstream-0.2.1}/chipstream/path_cache.py +0 -0
  41. {chipstream-0.2.0 → chipstream-0.2.1}/chipstream.egg-info/SOURCES.txt +0 -0
  42. {chipstream-0.2.0 → chipstream-0.2.1}/chipstream.egg-info/dependency_links.txt +0 -0
  43. {chipstream-0.2.0 → chipstream-0.2.1}/chipstream.egg-info/entry_points.txt +0 -0
  44. {chipstream-0.2.0 → chipstream-0.2.1}/chipstream.egg-info/top_level.txt +0 -0
  45. {chipstream-0.2.0 → chipstream-0.2.1}/docs/artwork/chipstream_icon.svg +0 -0
  46. {chipstream-0.2.0 → chipstream-0.2.1}/docs/artwork/chipstream_splash.png +0 -0
  47. {chipstream-0.2.0 → chipstream-0.2.1}/docs/artwork/chipstream_splash.svg +0 -0
  48. {chipstream-0.2.0 → chipstream-0.2.1}/docs/conf.py +0 -0
  49. {chipstream-0.2.0 → chipstream-0.2.1}/docs/index.rst +0 -0
  50. {chipstream-0.2.0 → chipstream-0.2.1}/docs/requirements.txt +0 -0
  51. {chipstream-0.2.0 → chipstream-0.2.1}/setup.cfg +0 -0
  52. {chipstream-0.2.0 → chipstream-0.2.1}/tests/conftest.py +0 -0
  53. {chipstream-0.2.0 → chipstream-0.2.1}/tests/data/fmt-hdf5_cytoshot_full-features_legacy_allev_2023.zip +0 -0
  54. {chipstream-0.2.0 → chipstream-0.2.1}/tests/helper_methods.py +0 -0
  55. {chipstream-0.2.0 → chipstream-0.2.1}/tests/requirements-full.txt +0 -0
  56. {chipstream-0.2.0 → chipstream-0.2.1}/tests/requirements.txt +0 -0
  57. {chipstream-0.2.0 → chipstream-0.2.1}/tests/test_cli.py +0 -0
  58. {chipstream-0.2.0 → chipstream-0.2.1}/tests/test_gui.py +0 -0
  59. {chipstream-0.2.0 → chipstream-0.2.1}/tests/test_manager.py +0 -0
  60. {chipstream-0.2.0 → chipstream-0.2.1}/tests/test_path_cache.py +0 -0
@@ -1,3 +1,6 @@
1
+ 0.2.1
2
+ - fix: cast string to paths when adding a new path to the manager (#6)
3
+ - setup: bump dcnum from 0.16.8 to 0 17.2
1
4
  0.2.0
2
5
  - feat: allow to specify an output directory in the GUI (#3)
3
6
  - 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.0
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.16.8
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
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '0.2.0'
16
- __version_tuple__ = version_tuple = (0, 2, 0)
15
+ __version__ = version = '0.2.1'
16
+ __version_tuple__ = version_tuple = (0, 2, 1)
@@ -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.0
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.16.8
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
@@ -1,4 +1,4 @@
1
- dcnum>=0.16.8
1
+ dcnum>=0.17.2
2
2
  h5py<4,>=3.0.0
3
3
  numpy<2,>=1.21
4
4
 
@@ -27,7 +27,7 @@ classifiers = [
27
27
  ]
28
28
  license = {text = "GPL version 3.0 or later"}
29
29
  dependencies = [
30
- "dcnum>=0.16.8",
30
+ "dcnum>=0.17.2",
31
31
  "h5py>=3.0.0, <4",
32
32
  "numpy>=1.21, <2", # CVE-2021-33430
33
33
  ]
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