chipstream 0.2.1__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.
Files changed (60) hide show
  1. {chipstream-0.2.1 → chipstream-0.2.2}/.github/workflows/check.yml +2 -0
  2. {chipstream-0.2.1 → chipstream-0.2.2}/.github/workflows/deploy_github.yml +2 -0
  3. {chipstream-0.2.1 → chipstream-0.2.2}/CHANGELOG +2 -0
  4. {chipstream-0.2.1/chipstream.egg-info → chipstream-0.2.2}/PKG-INFO +1 -1
  5. {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/_version.py +2 -2
  6. {chipstream-0.2.1 → chipstream-0.2.2/chipstream.egg-info}/PKG-INFO +1 -1
  7. {chipstream-0.2.1 → chipstream-0.2.2}/.github/workflows/deploy_pypi.yml +0 -0
  8. {chipstream-0.2.1 → chipstream-0.2.2}/.gitignore +0 -0
  9. {chipstream-0.2.1 → chipstream-0.2.2}/.readthedocs.yml +0 -0
  10. {chipstream-0.2.1 → chipstream-0.2.2}/LICENSE +0 -0
  11. {chipstream-0.2.1 → chipstream-0.2.2}/README.rst +0 -0
  12. {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/ChipStream.icns +0 -0
  13. {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/ChipStream.ico +0 -0
  14. {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/ChipStreamLauncher.py +0 -0
  15. {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/ChipStreamLauncherCLI.py +0 -0
  16. {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/Readme.md +0 -0
  17. {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/hook-chipstream.py +0 -0
  18. {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/macos_ChipStream.spec +0 -0
  19. {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/macos_build_app.sh +0 -0
  20. {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/macos_build_requirements.txt +0 -0
  21. {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/win_ChipStream.spec +0 -0
  22. {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/win_build_requirements.txt +0 -0
  23. {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/win_chipstream.iss_dummy +0 -0
  24. {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/win_make_iss.py +0 -0
  25. {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/__init__.py +0 -0
  26. {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/cli/__init__.py +0 -0
  27. {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/cli/cli_common.py +0 -0
  28. {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/cli/cli_main.py +0 -0
  29. {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/cli/cli_proc.py +0 -0
  30. {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/cli/cli_valid.py +0 -0
  31. {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/gui/__init__.py +0 -0
  32. {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/gui/img/chipstream_icon.png +0 -0
  33. {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/gui/main_window.py +0 -0
  34. {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/gui/main_window.ui +0 -0
  35. {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/gui/splash.py +0 -0
  36. {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/gui/table_progress.py +0 -0
  37. {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/manager.py +0 -0
  38. {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/path_cache.py +0 -0
  39. {chipstream-0.2.1 → chipstream-0.2.2}/chipstream.egg-info/SOURCES.txt +0 -0
  40. {chipstream-0.2.1 → chipstream-0.2.2}/chipstream.egg-info/dependency_links.txt +0 -0
  41. {chipstream-0.2.1 → chipstream-0.2.2}/chipstream.egg-info/entry_points.txt +0 -0
  42. {chipstream-0.2.1 → chipstream-0.2.2}/chipstream.egg-info/requires.txt +0 -0
  43. {chipstream-0.2.1 → chipstream-0.2.2}/chipstream.egg-info/top_level.txt +0 -0
  44. {chipstream-0.2.1 → chipstream-0.2.2}/docs/artwork/chipstream_icon.svg +0 -0
  45. {chipstream-0.2.1 → chipstream-0.2.2}/docs/artwork/chipstream_splash.png +0 -0
  46. {chipstream-0.2.1 → chipstream-0.2.2}/docs/artwork/chipstream_splash.svg +0 -0
  47. {chipstream-0.2.1 → chipstream-0.2.2}/docs/conf.py +0 -0
  48. {chipstream-0.2.1 → chipstream-0.2.2}/docs/index.rst +0 -0
  49. {chipstream-0.2.1 → chipstream-0.2.2}/docs/requirements.txt +0 -0
  50. {chipstream-0.2.1 → chipstream-0.2.2}/pyproject.toml +0 -0
  51. {chipstream-0.2.1 → chipstream-0.2.2}/setup.cfg +0 -0
  52. {chipstream-0.2.1 → chipstream-0.2.2}/tests/conftest.py +0 -0
  53. {chipstream-0.2.1 → chipstream-0.2.2}/tests/data/fmt-hdf5_cytoshot_full-features_legacy_allev_2023.zip +0 -0
  54. {chipstream-0.2.1 → chipstream-0.2.2}/tests/helper_methods.py +0 -0
  55. {chipstream-0.2.1 → chipstream-0.2.2}/tests/requirements-full.txt +0 -0
  56. {chipstream-0.2.1 → chipstream-0.2.2}/tests/requirements.txt +0 -0
  57. {chipstream-0.2.1 → chipstream-0.2.2}/tests/test_cli.py +0 -0
  58. {chipstream-0.2.1 → chipstream-0.2.2}/tests/test_gui.py +0 -0
  59. {chipstream-0.2.1 → chipstream-0.2.2}/tests/test_manager.py +0 -0
  60. {chipstream-0.2.1 → 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
@@ -29,6 +29,8 @@ jobs:
29
29
  run: |
30
30
  python -m pip install --upgrade pip
31
31
  pip install setuptools wheel twine
32
+ # https://github.com/luispedro/mahotas/issues/144
33
+ pip install mahotas==1.4.13
32
34
  pip install .[cli,gui]
33
35
  - name: Build macOS app
34
36
  if: runner.os == 'macOS'
@@ -1,3 +1,5 @@
1
+ 0.2.2
2
+ - maintenance release
1
3
  0.2.1
2
4
  - fix: cast string to paths when adding a new path to the manager (#6)
3
5
  - setup: bump dcnum from 0.16.8 to 0 17.2
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: chipstream
3
- Version: 0.2.1
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>
@@ -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.1'
16
- __version_tuple__ = version_tuple = (0, 2, 1)
15
+ __version__ = version = '0.2.2'
16
+ __version_tuple__ = version_tuple = (0, 2, 2)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: chipstream
3
- Version: 0.2.1
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>
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