majoplot 0.1.0__tar.gz → 0.1.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.
- {majoplot-0.1.0 → majoplot-0.1.2}/PKG-INFO +2 -2
- {majoplot-0.1.0 → majoplot-0.1.2}/README.md +1 -1
- {majoplot-0.1.0 → majoplot-0.1.2}/README.zh-CN.md +1 -1
- {majoplot-0.1.0 → majoplot-0.1.2}/pyproject.toml +2 -2
- {majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/domain/scenarios/VSM/MT_reliability_analysis.py +1 -4
- {majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/domain/scenarios/XRD/Compare.py +3 -1
- {majoplot-0.1.0 → majoplot-0.1.2}/uv.lock +5 -5
- {majoplot-0.1.0 → majoplot-0.1.2}/.gitignore +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/LICENSE +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/doc.zh-CN/Label.md +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/doc.zh-CN/interactive_steps.md +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/doc.zh-CN/main_design.md +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/doc.zh-CN/note_of_labtalk.md +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/__init__.py +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/__main__.py +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/app/__init__.py +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/app/cli.py +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/app/gui.py +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/config.json +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/domain/base.py +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/domain/importers/PPMS_Resistivity.py +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/domain/importers/VSM.py +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/domain/importers/XRD.py +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/domain/muti_axes_spec.py +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/domain/scenarios/PPMS_Resistivity/RT.py +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/domain/scenarios/VSM/MT.py +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/domain/scenarios/VSM/MT_insert.py +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/domain/utils.py +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/gui/__init__.py +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/gui/main.py +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/infra/plotters/matplot.py +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/infra/plotters/origin.py +0 -0
- {majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/infra/plotters/origin_utils/originlab_type_library.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: majoplot
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: Automates scenario-specific data preprocessing and plotting workflows for condensed-matter physics labs (OriginLab COM backend + Matplotlib for preview).
|
|
5
5
|
Project-URL: Homepage, https://github.com/ponyofshadows/majoplot
|
|
6
6
|
Project-URL: Source, https://github.com/ponyofshadows/majoplot
|
|
@@ -25,7 +25,7 @@ Requires-Dist: numpy>=2.0
|
|
|
25
25
|
Requires-Dist: pywin32>=311; platform_system == 'Windows'
|
|
26
26
|
Description-Content-Type: text/markdown
|
|
27
27
|
|
|
28
|
-
English | [中文文档](https://github.com/ponyofshadows/
|
|
28
|
+
English | [中文文档](https://github.com/ponyofshadows/majoplot/blob/master/README.zh-CN.md)
|
|
29
29
|
|
|
30
30
|
# majoplot
|
|
31
31
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "majoplot"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.2"
|
|
4
4
|
description = "Automates scenario-specific data preprocessing and plotting workflows for condensed-matter physics labs (OriginLab COM backend + Matplotlib for preview)."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.11"
|
|
@@ -57,4 +57,4 @@ requires = ["hatchling>=1.25"]
|
|
|
57
57
|
build-backend = "hatchling.build"
|
|
58
58
|
|
|
59
59
|
[tool.hatch.build.targets.wheel]
|
|
60
|
-
packages = ["src/majoplot"]
|
|
60
|
+
packages = ["src/majoplot"]
|
{majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/domain/scenarios/VSM/MT_reliability_analysis.py
RENAMED
|
@@ -80,10 +80,7 @@ class MT_reliability_analysis:
|
|
|
80
80
|
labels=special_labels,
|
|
81
81
|
_headers=_headers,
|
|
82
82
|
points=current_points_array[:,[iT,raw_headers[_headers[1]]]],
|
|
83
|
-
ignore_outliers=
|
|
84
|
-
min_gap_base=5e-7,
|
|
85
|
-
min_gap_multiple=10
|
|
86
|
-
),
|
|
83
|
+
ignore_outliers=None,
|
|
87
84
|
unused=unused,
|
|
88
85
|
))
|
|
89
86
|
|
|
@@ -44,6 +44,8 @@ class Compare:
|
|
|
44
44
|
_headers = ()
|
|
45
45
|
if raw_experiment_datas:
|
|
46
46
|
com_date = raw_experiment_datas[-1].labels["date"]
|
|
47
|
+
substitute_standard_name = raw_experiment_datas[0].labels["raw_data"]
|
|
48
|
+
|
|
47
49
|
datas = []
|
|
48
50
|
for raw_data in raw_experiment_datas:
|
|
49
51
|
labels = LabelDict()
|
|
@@ -53,7 +55,7 @@ class Compare:
|
|
|
53
55
|
if standard_raw_data:
|
|
54
56
|
labels["standard_name"] = standard_raw_data.labels["raw_data"]
|
|
55
57
|
else:
|
|
56
|
-
labels["standard_name"] =
|
|
58
|
+
labels["standard_name"] = substitute_standard_name
|
|
57
59
|
experiment_labels = deepcopy(labels)
|
|
58
60
|
experiment_labels.summary_names = cls.data_summary_label_names
|
|
59
61
|
datas.append(
|
|
@@ -234,19 +234,19 @@ wheels = [
|
|
|
234
234
|
|
|
235
235
|
[[package]]
|
|
236
236
|
name = "majoplot"
|
|
237
|
-
version = "0.
|
|
237
|
+
version = "0.1.0"
|
|
238
238
|
source = { editable = "." }
|
|
239
239
|
dependencies = [
|
|
240
240
|
{ name = "matplotlib" },
|
|
241
241
|
{ name = "numpy" },
|
|
242
|
-
{ name = "pywin32" },
|
|
242
|
+
{ name = "pywin32", marker = "sys_platform == 'win32'" },
|
|
243
243
|
]
|
|
244
244
|
|
|
245
245
|
[package.metadata]
|
|
246
246
|
requires-dist = [
|
|
247
|
-
{ name = "matplotlib", specifier = ">=3.
|
|
248
|
-
{ name = "numpy", specifier = ">=2.
|
|
249
|
-
{ name = "pywin32", specifier = ">=311" },
|
|
247
|
+
{ name = "matplotlib", specifier = ">=3.8" },
|
|
248
|
+
{ name = "numpy", specifier = ">=2.0" },
|
|
249
|
+
{ name = "pywin32", marker = "sys_platform == 'win32'", specifier = ">=311" },
|
|
250
250
|
]
|
|
251
251
|
|
|
252
252
|
[[package]]
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{majoplot-0.1.0 → majoplot-0.1.2}/src/majoplot/infra/plotters/origin_utils/originlab_type_library.py
RENAMED
|
File without changes
|