orchid-python-api 5.24.3__tar.gz → 5.25.1__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 (87) hide show
  1. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/PKG-INFO +1 -1
  2. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/ReleaseNotes.md +48 -0
  3. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/copy_orchid_examples.py +1 -1
  4. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/copy_orchid_low_level_examples.py +1 -1
  5. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/copy_orchid_manual_examples.py +1 -1
  6. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/copy_orchid_tutorials.py +1 -1
  7. orchid_python_api-5.25.1/orchid/VERSION +1 -0
  8. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/__init__.py +1 -1
  9. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/__version__.py +1 -1
  10. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/base.py +1 -1
  11. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/base_time_series_adapter.py +1 -1
  12. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/configuration.py +1 -1
  13. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/convert.py +1 -1
  14. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/core.py +1 -1
  15. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/dom_project_object.py +1 -1
  16. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/dot_net.py +1 -1
  17. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/dot_net_disposable.py +1 -1
  18. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/dot_net_dom_access.py +1 -1
  19. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/measurement.py +1 -1
  20. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/native_data_frame_adapter.py +1 -1
  21. orchid_python_api-5.25.1/orchid/native_fiber_data.py +73 -0
  22. orchid_python_api-5.25.1/orchid/native_fiber_data_set_info.py +28 -0
  23. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/native_monitor_adapter.py +1 -1
  24. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/native_project_user_data_adapter.py +1 -1
  25. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/native_stage_adapter.py +1 -1
  26. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/native_stage_part_adapter.py +1 -1
  27. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/native_subsurface_point.py +1 -1
  28. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/native_time_series_adapter.py +1 -1
  29. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/native_trajectory_adapter.py +1 -1
  30. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/native_treatment_calculations.py +1 -1
  31. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/native_treatment_curve_adapter.py +1 -1
  32. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/native_well_adapter.py +1 -1
  33. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/net_date_time.py +1 -1
  34. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/net_enumerable.py +1 -1
  35. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/net_fracture_diagnostics_factory.py +1 -1
  36. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/net_quantity.py +1 -1
  37. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/net_stage_qc.py +2 -2
  38. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/physical_quantity.py +1 -1
  39. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/project.py +11 -1
  40. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/project_store.py +1 -1
  41. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/reference_origins.py +1 -1
  42. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/script_adapter_context.py +1 -1
  43. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/searchable_data_frames.py +1 -1
  44. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/searchable_project_objects.py +1 -1
  45. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/searchable_stage_parts.py +1 -1
  46. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/searchable_stages.py +1 -1
  47. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/unit_system.py +1 -1
  48. orchid_python_api-5.25.1/orchid/utils.py +14 -0
  49. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/validation.py +1 -1
  50. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid/version.py +1 -1
  51. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/__init__.py +1 -1
  52. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/add_stages.py +1 -1
  53. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/change_stage_times.py +1 -1
  54. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/completion_analysis.ipynb +1 -1
  55. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/completion_analysis.py +1 -1
  56. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/low_level/add_stages_low.py +1 -1
  57. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/low_level/auto_pick.ipynb +1 -1
  58. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/low_level/auto_pick.py +1 -1
  59. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/low_level/auto_pick_and_create_stage_attribute.py +1 -1
  60. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/low_level/auto_pick_iterate_example.py +1 -1
  61. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/low_level/monitor_time_series.py +1 -1
  62. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/low_level/multi_picking_events.py +2 -2
  63. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/manual/data_frame_with_guid.ipynb +1 -1
  64. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/manual/data_frame_with_guid.py +1 -1
  65. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/plot_time_series.ipynb +1 -1
  66. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/plot_time_series.py +1 -1
  67. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/plot_trajectories.ipynb +1 -1
  68. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/plot_trajectories.py +1 -1
  69. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/plot_treatment.ipynb +1 -1
  70. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/plot_treatment.py +1 -1
  71. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/pythonnet3/internal_tests.py +1 -1
  72. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/pythonnet3/low_level.py +1 -1
  73. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/search_data_frames.ipynb +1 -1
  74. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/search_data_frames.py +1 -1
  75. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/stage_qc_results.py +1 -1
  76. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/volume_2_first_response.ipynb +1 -1
  77. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/volume_2_first_response.py +1 -1
  78. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/tutorials/dom_navigation_tutorial.ipynb +1 -1
  79. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/tutorials/dom_navigation_tutorial.py +1 -1
  80. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/pyproject.toml +1 -1
  81. orchid_python_api-5.24.3/orchid/VERSION +0 -1
  82. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/LICENSE +0 -0
  83. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/README.md +0 -0
  84. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/python_api.yaml.example +0 -0
  85. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/pythonnet3/internal_tests.ipynb +0 -0
  86. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/examples/pythonnet3/low_level.ipynb +0 -0
  87. {orchid_python_api-5.24.3 → orchid_python_api-5.25.1}/orchid_python_api/requirements.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: orchid-python-api
3
- Version: 5.24.3
3
+ Version: 5.25.1
4
4
  Summary: Defines and implements the Python API for Orchid*. (*Orchid is a mark of KAPPA.)
5
5
  Home-page: https://github.com/Reveal-Energy-Services/orchid-python-api
6
6
  License: Apache-2.0
@@ -13,6 +13,54 @@ the [Python grip utility](https://pypi.org/project/grip/). This application allo
13
13
  files before sending off to GitHub". Although you need not send any of these file to `GitHub`, by using `grip`
14
14
  to render the file, you can much more easily navigate the document links.
15
15
 
16
+ ### Release notes for 5.25.1
17
+
18
+ This release is the production release of the Orchid Python API corresponding to Orchid 5.25.1. We have made the necessary
19
+ updates to the Python API to remain compatible with the .NET API.
20
+
21
+ Additionally, we have added a simple high level API to access fiber data. See `fiber_data_example.py` in the `examples\` folder.
22
+ Note that even with a small fiber data set, converting the fiber data into a `pandas` data frame takes quite
23
+ a while. Getting the data in .NET objects is fairly quick, so there may be room for other ideas there.
24
+
25
+ #### Possible breaking .NET API changes
26
+
27
+ - None
28
+
29
+ #### Resolved Issues
30
+
31
+ - None
32
+
33
+ #### Features
34
+
35
+ - None
36
+
37
+ #### Known Issues
38
+
39
+ - None
40
+
41
+ ### Release notes for 5.24.4
42
+
43
+ This release is the production release of the Orchid Python API corresponding to Orchid 5.24.3. We have made the necessary
44
+ updates to the Python API to remain compatible with the .NET API.
45
+
46
+ We have also updated dependencies on the Python side. Note that we skipped the 5.24.2 release as it was a smaller, quicker release.
47
+
48
+ #### Possible breaking .NET API changes
49
+
50
+ - None
51
+
52
+ #### Resolved Issues
53
+
54
+ - None
55
+
56
+ #### Features
57
+
58
+ - None
59
+
60
+ #### Known Issues
61
+
62
+ - None
63
+
16
64
  ### Release notes for 5.24.3
17
65
 
18
66
  This release is the production release of the Orchid Python API corresponding to Orchid 5.24.3. We have made the necessary
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # This file is part of Orchid and related technologies.
4
4
  #
5
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
5
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
6
6
  #
7
7
  # LEGAL NOTICE:
8
8
  # Orchid contains trade secrets and otherwise confidential information
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # This file is part of Orchid and related technologies.
4
4
  #
5
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
5
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
6
6
  #
7
7
  # LEGAL NOTICE:
8
8
  # Orchid contains trade secrets and otherwise confidential information
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # This file is part of Orchid and related technologies.
4
4
  #
5
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
5
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
6
6
  #
7
7
  # LEGAL NOTICE:
8
8
  # Orchid contains trade secrets and otherwise confidential information
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # This file is part of Orchid and related technologies.
4
4
  #
5
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
5
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
6
6
  #
7
7
  # LEGAL NOTICE:
8
8
  # Orchid contains trade secrets and otherwise confidential information
@@ -0,0 +1 @@
1
+ 5.25.1
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- # Copyright (c) 2017-2024 KAPPA
3
+ # Copyright (c) 2017-2025 KAPPA
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -0,0 +1,73 @@
1
+ # noinspection PyUnresolvedReferences,PyPackageRequirements
2
+ from Orchid.FractureDiagnostics.FiberDataSet import IFiberDataSet
3
+ import orchid.base
4
+ from orchid import (
5
+ dom_project_object as dpo,
6
+ native_fiber_data_set_info as info
7
+ )
8
+ from .utils import convert_dotnet_datetime_to_python_datetime
9
+ from typing import List, Optional
10
+ from datetime import datetime
11
+ import pandas as pd
12
+
13
+ INT32_MAX = 2147483647
14
+
15
+
16
+ class NativeFiberData(dpo.DomProjectObject):
17
+ """Adapts a native IFiberDataSet to python."""
18
+
19
+ def __init__(self, net_fiber_data_set: IFiberDataSet):
20
+ """
21
+ Constructs an instance adapting a .NET IFiberDataSet.
22
+ Args:
23
+ net_fiber_data_set: The .NET fiber data set to be adapted.
24
+ """
25
+ super().__init__(net_fiber_data_set, orchid.base.constantly(net_fiber_data_set.Project))
26
+
27
+ @property
28
+ def file_path(self) -> str:
29
+ return self.dom_object.FilePath
30
+
31
+ @property
32
+ def depth_unit(self) -> str:
33
+ return self.dom_object.DepthUnit
34
+
35
+ @property
36
+ def timezone_info(self) -> str:
37
+ return self.dom_object.TimeZoneInfo
38
+
39
+ @property
40
+ def times_data_set(self) -> str:
41
+ return self.dom_object.TimesDataSet
42
+
43
+ @property
44
+ def data_sets_info(self) -> List[info.NativeFiberDataSetInfo]:
45
+ return [info.NativeFiberDataSetInfo(x) for x in self.dom_object.FiberDataSets]
46
+
47
+ def get_data_set(self, data_set_name: Optional[str] = None):
48
+ try:
49
+ data_set_info = next(x for x in self.dom_object.FiberDataSets if x.name == data_set_name) if data_set_name is not None else self.dom_object.FiberDataSets[0]
50
+ except StopIteration:
51
+ raise ValueError("No Data Set with this name in this fiber data object")
52
+ data = self.dom_object.GetDataSet(data_set_info)
53
+ data_list = [[data[i, j] for j in range(data.GetLength(1))] for i in range(data.GetLength(0))]
54
+ return pd.DataFrame(data_list)
55
+
56
+ def get_data_table(self, start_index: int = 0, end_index: int = INT32_MAX):
57
+ if end_index == INT32_MAX:
58
+ print("We strongly recommend that you avoid loading the entire data table and instead work with chunks, "
59
+ "specifying the start and end indexes. You can also use the get_data_set method, which is faster.")
60
+ print("Retrieving the data table... This may take a few minutes")
61
+ data_table = self.dom_object.GetDataTable(self.dom_object.DepthUnit, start_index, end_index)
62
+ data_dict = {column: [row[column] for row in data_table.Rows] for column in data_table.Columns}
63
+ df = pd.DataFrame(data_dict)
64
+ print("Data table Retrieved")
65
+ return df
66
+
67
+ @property
68
+ def dates(self) -> List[datetime]:
69
+ return [convert_dotnet_datetime_to_python_datetime(x.ToString()) for x in self.dom_object.Times]
70
+
71
+ @property
72
+ def depths(self) -> List[float]:
73
+ return [x.Value for x in self.dom_object.Depths]
@@ -0,0 +1,28 @@
1
+ # noinspection PyUnresolvedReferences,PyPackageRequirements
2
+ from Orchid.FractureDiagnostics.FiberDataSet import IFiberDataSetInfo
3
+ import orchid.base
4
+ from orchid import (
5
+ dot_net_dom_access as dna,
6
+ dom_project_object as dpo,
7
+ dot_net_disposable as dnd,
8
+ net_date_time as ndt,
9
+ )
10
+ import json
11
+
12
+
13
+ class NativeFiberDataSetInfo(dpo.DomProjectObject):
14
+ """Adapts a native IFiberDataSet to python."""
15
+
16
+ def __init__(self, net_fiber_data_set_info: IFiberDataSetInfo):
17
+ """
18
+ Constructs an instance adapting a .NET IFiberDataSet.
19
+ Args:
20
+ net_fiber_data_set_info: The .NET fiber data set to be adapted.
21
+ """
22
+ super().__init__(net_fiber_data_set_info)
23
+
24
+ description = dna.dom_property('description', 'Description')
25
+ type = dna.dom_property('type', 'Type')
26
+ unit = dna.dom_property('unit', 'Unit of this data set')
27
+ min = dna.dom_property('min', 'Minimum value of this data set')
28
+ max = dna.dom_property('max', 'Maximum value of this data set')
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,4 +1,4 @@
1
- # Copyright 2017-2024 KAPPA
1
+ # Copyright 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2017-2024 KAPPA
1
+ # Copyright 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2017-2024 KAPPA
1
+ # Copyright 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -28,7 +28,7 @@ import uuid
28
28
  import toolz.curried as toolz
29
29
 
30
30
  # noinspection PyUnresolvedReferences,PyPackageRequirements
31
- from Orchid.Common import CorrectionStatus as NetCorrectionStatus
31
+ from Orchid.FractureDiagnostics import CorrectionStatus as NetCorrectionStatus
32
32
 
33
33
 
34
34
  class CorrectionStatus(enum.Enum):
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -25,6 +25,7 @@ import toolz.curried as toolz
25
25
  from orchid import (
26
26
  dot_net_dom_access as dna,
27
27
  native_data_frame_adapter as dfa,
28
+ native_fiber_data as nfd,
28
29
  native_monitor_adapter as nma,
29
30
  native_time_series_adapter as tsa,
30
31
  native_project_user_data_adapter as uda,
@@ -105,6 +106,15 @@ class Project(dna.IdentifiedDotNetAdapter):
105
106
  """
106
107
  return spo.SearchableProjectObjects(nma.NativeMonitorAdapter, self.dom_object.Monitors.Items)
107
108
 
109
+ def fiber_data(self) -> List[nfd.NativeFiberData]:
110
+ """
111
+ Return a `spo.SearchableProjectObjects` instance of all the fiber data for this project.
112
+
113
+ Returns:
114
+ An `spo.SearchableProjectObjects` for all the monitors of this project.
115
+ """
116
+ return list(spo.SearchableProjectObjects(nfd.NativeFiberData, self.dom_object.FiberDataSets.Items))
117
+
108
118
  def project_bounds(self) -> ProjectBounds:
109
119
  result = toolz.pipe(self.dom_object.GetProjectBounds(),
110
120
  toolz.map(option.maybe),
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
1
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
2
2
  #
3
3
  # This file is part of Orchid and related technologies.
4
4
  #
@@ -0,0 +1,14 @@
1
+ from datetime import datetime
2
+
3
+ FORMATS = [
4
+ '%d/%m/%Y %H:%M:%S', # e.g., 16/04/2019 23:45:10
5
+ '%m/%d/%Y %I:%M:%S %p', # e.g., 4/16/2019 12:02:51 AM
6
+ ]
7
+
8
+ def convert_dotnet_datetime_to_python_datetime(csharp_datetime_str: str) -> datetime:
9
+ for fmt in FORMATS:
10
+ try:
11
+ return datetime.strptime(csharp_datetime_str, fmt)
12
+ except ValueError:
13
+ continue
14
+ raise ValueError(f"Unrecognized datetime format: '{csharp_datetime_str}'")
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,4 +1,4 @@
1
- # Copyright 2017-2024 KAPPA
1
+ # Copyright 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "outputs": [],
16
16
  "source": [
17
- "# Copyright (c) 2017-2024 KAPPA\n",
17
+ "# Copyright (c) 2017-2025 KAPPA\n",
18
18
  "#\n",
19
19
  "# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
20
20
  "# you may not use this file except in compliance with the License.\n",
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -9,7 +9,7 @@
9
9
  "#\n",
10
10
  "# This file is part of Orchid and related technologies.\n",
11
11
  "#\n",
12
- "# Copyright (c) 2017-2024 KAPPA. All Rights Reserved.\n",
12
+ "# Copyright (c) 2017-2025 KAPPA. All Rights Reserved.\n",
13
13
  "#\n",
14
14
  "# LEGAL NOTICE:\n",
15
15
  "# Orchid contains trade secrets and otherwise confidential information\n",
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -171,7 +171,7 @@ def main(cli_args):
171
171
  logging.info(f'{len(observation_sets_items)=}')
172
172
  for observation_set in observation_sets_items:
173
173
  logging.info(f'{observation_set.Name=}')
174
- logging.info(f'{len(dne.as_list(observation_set.LeakOffObservations.Items))=}')
174
+ logging.info(f'{len(dne.as_list(observation_set.SignalObservations.Items))=}')
175
175
  logging.info(f'{len(dne.as_list(observation_set.MultiPickingObservations.Items))=}')
176
176
 
177
177
  # Save project changes to specified .ifrac file
@@ -5,7 +5,7 @@
5
5
  "execution_count": null,
6
6
  "outputs": [],
7
7
  "source": [
8
- "# Copyright (c) 2017-2024 KAPPA\n",
8
+ "# Copyright (c) 2017-2025 KAPPA\n",
9
9
  "#\n",
10
10
  "# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
11
11
  "# you may not use this file except in compliance with the License.\n",
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "outputs": [],
16
16
  "source": [
17
- "# Copyright (c) 2017-2024 KAPPA\n",
17
+ "# Copyright (c) 2017-2025 KAPPA\n",
18
18
  "#\n",
19
19
  "# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
20
20
  "# you may not use this file except in compliance with the License.\n",
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "outputs": [],
16
16
  "source": [
17
- "# Copyright (c) 2017-2024 KAPPA\n",
17
+ "# Copyright (c) 2017-2025 KAPPA\n",
18
18
  "#\n",
19
19
  "# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
20
20
  "# you may not use this file except in compliance with the License.\n",
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "outputs": [],
16
16
  "source": [
17
- "# Copyright (c) 2017-2024 KAPPA\n",
17
+ "# Copyright (c) 2017-2025 KAPPA\n",
18
18
  "#\n",
19
19
  "# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
20
20
  "# you may not use this file except in compliance with the License.\n",
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "outputs": [],
16
16
  "source": [
17
- "# Copyright (c) 2017-2024 KAPPA\n",
17
+ "# Copyright (c) 2017-2025 KAPPA\n",
18
18
  "#\n",
19
19
  "# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
20
20
  "# you may not use this file except in compliance with the License.\n",
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "outputs": [],
12
12
  "source": [
13
- "# Copyright (c) 2017-2024 KAPPA\n",
13
+ "# Copyright (c) 2017-2025 KAPPA\n",
14
14
  "#\n",
15
15
  "# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
16
16
  "# you may not use this file except in compliance with the License.\n",
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "outputs": [],
16
16
  "source": [
17
- "# Copyright (c) 2017-2024 KAPPA\n",
17
+ "# Copyright (c) 2017-2025 KAPPA\n",
18
18
  "#\n",
19
19
  "# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
20
20
  "# you may not use this file except in compliance with the License.\n",
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
4
4
 
5
5
  [tool.poetry]
6
6
  name = "orchid-python-api"
7
- version = "5.24.3"
7
+ version = "5.25.1"
8
8
  description = "Defines and implements the Python API for Orchid*. (*Orchid is a mark of KAPPA.)"
9
9
  authors = [ "KAPPA. <support@kappaeng.com>",]
10
10
  maintainers = [ "KAPPA. <support@kappaeng.com>",]
@@ -1 +0,0 @@
1
- 5.24.3