PaIRS-UniNa 0.2.4__cp311-cp311-win_amd64.whl → 0.2.5__cp311-cp311-win_amd64.whl

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.

Potentially problematic release.


This version of PaIRS-UniNa might be problematic. Click here for more details.

Files changed (53) hide show
  1. PaIRS_UniNa/Changes.txt +23 -0
  2. PaIRS_UniNa/Custom_Top.py +1 -1
  3. PaIRS_UniNa/Explorer.py +3059 -3049
  4. PaIRS_UniNa/FolderLoop.py +371 -371
  5. PaIRS_UniNa/Input_Tab.py +714 -709
  6. PaIRS_UniNa/Input_Tab_tools.py +3017 -3009
  7. PaIRS_UniNa/Output_Tab.py +2 -2
  8. PaIRS_UniNa/PaIRS.py +17 -17
  9. PaIRS_UniNa/PaIRS_PIV.py +56 -1
  10. PaIRS_UniNa/PaIRS_pypacks.py +143 -6
  11. PaIRS_UniNa/Process_Tab.py +6 -11
  12. PaIRS_UniNa/Process_Tab_Disp.py +8 -3
  13. PaIRS_UniNa/Saving_tools.py +277 -277
  14. PaIRS_UniNa/TabTools.py +56 -17
  15. PaIRS_UniNa/Vis_Tab.py +237 -78
  16. PaIRS_UniNa/Whatsnew.py +2 -0
  17. PaIRS_UniNa/_PaIRS_PIV.pyd +0 -0
  18. PaIRS_UniNa/__init__.py +2 -2
  19. PaIRS_UniNa/gPaIRS.py +3745 -3600
  20. PaIRS_UniNa/icons/pylog.png +0 -0
  21. PaIRS_UniNa/icons/python_warning.png +0 -0
  22. PaIRS_UniNa/icons/queue.png +0 -0
  23. PaIRS_UniNa/icons/uninitialized.png +0 -0
  24. PaIRS_UniNa/icons/window.png +0 -0
  25. PaIRS_UniNa/listLib.py +301 -301
  26. PaIRS_UniNa/parForMulti.py +433 -433
  27. PaIRS_UniNa/parForWorkers.py +46 -1
  28. PaIRS_UniNa/procTools.py +17 -7
  29. PaIRS_UniNa/rqrdpckgs.txt +8 -0
  30. PaIRS_UniNa/tabSplitter.py +606 -606
  31. PaIRS_UniNa/ui_Calibration_Tab.py +542 -542
  32. PaIRS_UniNa/ui_Custom_Top.py +294 -294
  33. PaIRS_UniNa/ui_Input_Tab.py +1098 -1098
  34. PaIRS_UniNa/ui_Input_Tab_CalVi.py +1280 -1280
  35. PaIRS_UniNa/ui_Log_Tab.py +261 -261
  36. PaIRS_UniNa/ui_Output_Tab.py +2360 -2360
  37. PaIRS_UniNa/ui_Process_Tab.py +3808 -3808
  38. PaIRS_UniNa/ui_Process_Tab_CalVi.py +1547 -1547
  39. PaIRS_UniNa/ui_Process_Tab_Disp.py +1139 -968
  40. PaIRS_UniNa/ui_Process_Tab_Min.py +435 -435
  41. PaIRS_UniNa/ui_ResizePopup.py +203 -203
  42. PaIRS_UniNa/ui_Vis_Tab.py +1626 -1533
  43. PaIRS_UniNa/ui_Vis_Tab_CalVi.py +1249 -1249
  44. PaIRS_UniNa/ui_Whatsnew.py +131 -131
  45. PaIRS_UniNa/ui_gPairs.py +867 -849
  46. PaIRS_UniNa/ui_infoPaIRS.py +550 -428
  47. PaIRS_UniNa/whatsnew.txt +5 -4
  48. {PaIRS_UniNa-0.2.4.dist-info → pairs_unina-0.2.5.dist-info}/METADATA +38 -26
  49. {PaIRS_UniNa-0.2.4.dist-info → pairs_unina-0.2.5.dist-info}/RECORD +51 -48
  50. {PaIRS_UniNa-0.2.4.dist-info → pairs_unina-0.2.5.dist-info}/WHEEL +1 -1
  51. PaIRS_UniNa/stereo.py +0 -685
  52. PaIRS_UniNa-0.2.4.dist-info/LICENSE +0 -19
  53. {PaIRS_UniNa-0.2.4.dist-info → pairs_unina-0.2.5.dist-info}/top_level.txt +0 -0
PaIRS_UniNa/Changes.txt CHANGED
@@ -1,3 +1,26 @@
1
+ ********* Changes in version 0.2.5 (2025.07.18) **********
2
+ Bug fixes:
3
+ - fixed bugs in launching PIV and stereoscopic PIV processes in special cases;
4
+ - fixed tooltip crash introduced by PySide 6.9;
5
+ - corrected package import errors and context menu bugs;
6
+ - resolved multiple visual glitches in image tree selection and map visualization.
7
+
8
+ New features:
9
+ - implemented version control of required Python packages with automatic compatibility check and warning;
10
+ - disparity maps are now automatically saved in the output folder and can be visualized in Vis;
11
+ - added support for restricting view in Vis based on interrogation window size and shifting the view window interactively.
12
+
13
+ User-interface enhancements:
14
+ - redesigned the execution logic of internal workers for improved control and robustness;
15
+ - improved formatting and display of coordinates and variable values when moving the cursor during map visualization;
16
+ - updated button labels and layout for clarity and consistency.
17
+
18
+ Distribution:
19
+ - Support for Python 3.9 has been discontinued;
20
+ - Python 3.13 builds have been successfully created and tested.
21
+
22
+
23
+
1
24
  ********* Changes in version 0.2.4 (2024.12.01) **********
2
25
  Bug fixes:
3
26
  - fixed critical bugs in process handling and calibration step (CalVi usage, closing PaIRS during CalVi operation, resetting steps while running);
PaIRS_UniNa/Custom_Top.py CHANGED
@@ -224,7 +224,7 @@ class Custom_Top(QDialog):
224
224
  def loadPastProc(self,*args):
225
225
  if len(args): inpath=args[0]
226
226
  else: inpath='./'
227
- ext_pro=f'*{outExt.min}; *{outExt.piv}; *.cfg'
227
+ ext_pro=f'*{outExt.min} *{outExt.piv} *.cfg'
228
228
  filename, _ = QFileDialog.getOpenFileName(self,\
229
229
  "Select an image file of the sequence", filter=ext_pro,\
230
230
  dir=inpath,\