rubycond_of 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.
- {rubycond_of-0.2.0 → rubycond_of-0.2.2}/PKG-INFO +5 -1
- {rubycond_of-0.2.0 → rubycond_of-0.2.2}/README.md +4 -0
- {rubycond_of-0.2.0 → rubycond_of-0.2.2}/pyproject.toml +1 -1
- rubycond_of-0.2.2/rubycond_OF/view/manual.pdf +0 -0
- rubycond_of-0.2.0/rubycond_OF/view/manual.pdf +0 -0
- {rubycond_of-0.2.0 → rubycond_of-0.2.2}/rubycond_OF/example/Ruby_example.dat +0 -0
- {rubycond_of-0.2.0 → rubycond_of-0.2.2}/rubycond_OF/example/example_use_of.py +0 -0
- {rubycond_of-0.2.0 → rubycond_of-0.2.2}/rubycond_OF/model/OF_Model.py +0 -0
- {rubycond_of-0.2.0 → rubycond_of-0.2.2}/rubycond_OF/rubycond_OF.py +0 -0
- {rubycond_of-0.2.0 → rubycond_of-0.2.2}/rubycond_OF/view/OF_View.py +0 -0
- {rubycond_of-0.2.0 → rubycond_of-0.2.2}/rubycond_OF/view/OF_about.py +0 -0
- {rubycond_of-0.2.0 → rubycond_of-0.2.2}/rubycond_OF/view/logo_CP_Scaled.png +0 -0
- {rubycond_of-0.2.0 → rubycond_of-0.2.2}/rubycond_OF/view/logo_IMPMC_Scaled.png +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: rubycond_of
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Tool for opening data files in the most common formats
|
|
5
5
|
License: GPL-3.0-or-later
|
|
6
6
|
Author: Yiuri Garino
|
|
@@ -34,6 +34,7 @@ Tool for opening data files in the most common formats
|
|
|
34
34
|
|
|
35
35
|
- **Show plain text**
|
|
36
36
|
- Opens a file as text to check the syntax
|
|
37
|
+
|
|
37
38
|
<img width="279" height="174" alt="2_green" src="https://github.com/user-attachments/assets/dcd0d3b3-509f-402e-b1c9-b28bac5795c1" />
|
|
38
39
|
|
|
39
40
|
- **Decimal separator**
|
|
@@ -46,14 +47,17 @@ Tool for opening data files in the most common formats
|
|
|
46
47
|
- Skip the first skiprows lines, including comments
|
|
47
48
|
- **Open**
|
|
48
49
|
- Select the file
|
|
50
|
+
|
|
49
51
|
<img width="276" height="49" alt="3_green" src="https://github.com/user-attachments/assets/a2c539b1-924b-4063-b2e4-56af277087dd" />
|
|
50
52
|
|
|
51
53
|
- **Open numpy (npy)**
|
|
52
54
|
- Load arrays from .npy files
|
|
55
|
+
|
|
53
56
|
<img width="278" height="143" alt="4_blue" src="https://github.com/user-attachments/assets/c8caffdd-3f8e-47a5-8504-430261a6988c" />
|
|
54
57
|
|
|
55
58
|
- **Plot**
|
|
56
59
|
- Use the **Plot** command to add new graphs from the selected X and Y columns in the **Plot** tab. Use the **Delete** button to remove them
|
|
60
|
+
|
|
57
61
|
<img width="278" height="83" alt="5_blue" src="https://github.com/user-attachments/assets/5c192700-2da0-486f-afd3-33d17fe6a029" />
|
|
58
62
|
|
|
59
63
|
- **Accept**
|
|
@@ -12,6 +12,7 @@ Tool for opening data files in the most common formats
|
|
|
12
12
|
|
|
13
13
|
- **Show plain text**
|
|
14
14
|
- Opens a file as text to check the syntax
|
|
15
|
+
|
|
15
16
|
<img width="279" height="174" alt="2_green" src="https://github.com/user-attachments/assets/dcd0d3b3-509f-402e-b1c9-b28bac5795c1" />
|
|
16
17
|
|
|
17
18
|
- **Decimal separator**
|
|
@@ -24,14 +25,17 @@ Tool for opening data files in the most common formats
|
|
|
24
25
|
- Skip the first skiprows lines, including comments
|
|
25
26
|
- **Open**
|
|
26
27
|
- Select the file
|
|
28
|
+
|
|
27
29
|
<img width="276" height="49" alt="3_green" src="https://github.com/user-attachments/assets/a2c539b1-924b-4063-b2e4-56af277087dd" />
|
|
28
30
|
|
|
29
31
|
- **Open numpy (npy)**
|
|
30
32
|
- Load arrays from .npy files
|
|
33
|
+
|
|
31
34
|
<img width="278" height="143" alt="4_blue" src="https://github.com/user-attachments/assets/c8caffdd-3f8e-47a5-8504-430261a6988c" />
|
|
32
35
|
|
|
33
36
|
- **Plot**
|
|
34
37
|
- Use the **Plot** command to add new graphs from the selected X and Y columns in the **Plot** tab. Use the **Delete** button to remove them
|
|
38
|
+
|
|
35
39
|
<img width="278" height="83" alt="5_blue" src="https://github.com/user-attachments/assets/5c192700-2da0-486f-afd3-33d17fe6a029" />
|
|
36
40
|
|
|
37
41
|
- **Accept**
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|