toolsandogh 0.4.1__tar.gz → 0.4.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 (42) hide show
  1. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/.github/workflows/ci.yml +2 -2
  2. {toolsandogh-0.4.1/src/toolsandogh.egg-info → toolsandogh-0.4.2}/PKG-INFO +1 -1
  3. {toolsandogh-0.4.1 → toolsandogh-0.4.2/src/toolsandogh.egg-info}/PKG-INFO +1 -1
  4. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh.egg-info/scm_version.json +2 -2
  5. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/.github/workflows/release.yml +0 -0
  6. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/.gitignore +0 -0
  7. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/.pre-commit-config.yaml +0 -0
  8. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/DESIGN.md +0 -0
  9. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/LICENSE +0 -0
  10. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/README.md +0 -0
  11. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/benchmarks/bench_locate.py +0 -0
  12. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/demos/demo_iscat_50nm_bead.py +0 -0
  13. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/pyproject.toml +0 -0
  14. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/setup.cfg +0 -0
  15. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/__init__.py +0 -0
  16. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/_canonicalize_video.py +0 -0
  17. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/_generate_video.py +0 -0
  18. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/_link.py +0 -0
  19. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/_load_video.py +0 -0
  20. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/_locate.py +0 -0
  21. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/_rolling.py +0 -0
  22. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/_rvt.py +0 -0
  23. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/_simulate_particles.py +0 -0
  24. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/_simulate_psf.py +0 -0
  25. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/_store_video.py +0 -0
  26. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/_validate_video.py +0 -0
  27. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/tests/__init__.py +0 -0
  28. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/tests/conftest.py +0 -0
  29. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/tests/test_canonicalize_video.py +0 -0
  30. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/tests/test_io.py +0 -0
  31. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/tests/test_link.py +0 -0
  32. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/tests/test_locate.py +0 -0
  33. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/tests/test_rolling.py +0 -0
  34. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/tests/test_simulate_particles.py +0 -0
  35. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/tests/test_simulate_psf.py +0 -0
  36. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/tests/testfile.tiff +0 -0
  37. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh.egg-info/SOURCES.txt +0 -0
  38. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh.egg-info/dependency_links.txt +0 -0
  39. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh.egg-info/requires.txt +0 -0
  40. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh.egg-info/scm_file_list.json +0 -0
  41. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh.egg-info/top_level.txt +0 -0
  42. {toolsandogh-0.4.1 → toolsandogh-0.4.2}/uv.lock +0 -0
@@ -16,7 +16,7 @@ jobs:
16
16
  # committed uv.lock via --frozen, so any lockfile drift fails loudly.
17
17
  pre-commit:
18
18
  runs-on: ubuntu-latest
19
- timeout-minutes: 8
19
+ timeout-minutes: 15
20
20
  env:
21
21
  # Uniform cache path across OSes so the actions/cache `path` below
22
22
  # matches what conftest.py writes (it honors this env var via
@@ -43,7 +43,7 @@ jobs:
43
43
  # uv.lock), so the lowest-direct cell exercises the real lower bounds.
44
44
  test:
45
45
  runs-on: ${{ matrix.os }}
46
- timeout-minutes: 8
46
+ timeout-minutes: 15
47
47
  env:
48
48
  JAX_COMPILATION_CACHE_DIR: ~/.cache/jax-compilation-cache
49
49
  # Self-diagnosing safety net for hangs: dump all thread stacks on
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: toolsandogh
3
- Version: 0.4.1
3
+ Version: 0.4.2
4
4
  Summary: A collection of Python scripts for iSCAT microscopy data analysis
5
5
  Author-email: Marco Heisig <marco.heisig@mpl.mpg.de>
6
6
  License-Expression: GPL-3.0-or-later
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: toolsandogh
3
- Version: 0.4.1
3
+ Version: 0.4.2
4
4
  Summary: A collection of Python scripts for iSCAT microscopy data analysis
5
5
  Author-email: Marco Heisig <marco.heisig@mpl.mpg.de>
6
6
  License-Expression: GPL-3.0-or-later
@@ -1,7 +1,7 @@
1
1
  {
2
- "tag": "0.4.1",
2
+ "tag": "0.4.2",
3
3
  "distance": 0,
4
- "node": "g9b90fe8346d7c8d5c670d123eaa3bca0e34355fd",
4
+ "node": "ga8d187143c3b6e231689d85e1d056ab4e5179ff8",
5
5
  "dirty": false,
6
6
  "branch": "HEAD",
7
7
  "node_date": "2026-07-16"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes