orchid-python-api 5.25.3__py3-none-any.whl → 5.25.4__py3-none-any.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.
Files changed (57) hide show
  1. orchid_python_api/examples/search_data_frames.py +1 -1
  2. {orchid_python_api-5.25.3.dist-info → orchid_python_api-5.25.4.dist-info}/METADATA +4 -3
  3. orchid_python_api-5.25.4.dist-info/RECORD +38 -0
  4. {orchid_python_api-5.25.3.dist-info → orchid_python_api-5.25.4.dist-info}/WHEEL +1 -1
  5. ReleaseNotes.md +0 -730
  6. copy_orchid_examples.py +0 -88
  7. copy_orchid_low_level_examples.py +0 -93
  8. copy_orchid_manual_examples.py +0 -93
  9. copy_orchid_tutorials.py +0 -88
  10. orchid/VERSION +0 -1
  11. orchid/__init__.py +0 -42
  12. orchid/__version__.py +0 -18
  13. orchid/base.py +0 -31
  14. orchid/base_time_series_adapter.py +0 -91
  15. orchid/configuration.py +0 -162
  16. orchid/convert.py +0 -44
  17. orchid/core.py +0 -149
  18. orchid/dom_project_object.py +0 -28
  19. orchid/dot_net.py +0 -68
  20. orchid/dot_net_disposable.py +0 -64
  21. orchid/dot_net_dom_access.py +0 -241
  22. orchid/measurement.py +0 -35
  23. orchid/native_data_frame_adapter.py +0 -247
  24. orchid/native_fiber_data.py +0 -73
  25. orchid/native_fiber_data_set_info.py +0 -28
  26. orchid/native_monitor_adapter.py +0 -67
  27. orchid/native_project_user_data_adapter.py +0 -137
  28. orchid/native_stage_adapter.py +0 -631
  29. orchid/native_stage_part_adapter.py +0 -50
  30. orchid/native_subsurface_point.py +0 -70
  31. orchid/native_time_series_adapter.py +0 -54
  32. orchid/native_trajectory_adapter.py +0 -246
  33. orchid/native_treatment_calculations.py +0 -158
  34. orchid/native_treatment_curve_adapter.py +0 -60
  35. orchid/native_well_adapter.py +0 -134
  36. orchid/net_date_time.py +0 -328
  37. orchid/net_enumerable.py +0 -72
  38. orchid/net_fracture_diagnostics_factory.py +0 -55
  39. orchid/net_quantity.py +0 -620
  40. orchid/net_stage_qc.py +0 -62
  41. orchid/physical_quantity.py +0 -37
  42. orchid/project.py +0 -182
  43. orchid/project_store.py +0 -269
  44. orchid/reference_origins.py +0 -34
  45. orchid/script_adapter_context.py +0 -81
  46. orchid/searchable_data_frames.py +0 -44
  47. orchid/searchable_project_objects.py +0 -190
  48. orchid/searchable_stage_parts.py +0 -73
  49. orchid/searchable_stages.py +0 -29
  50. orchid/unit_system.py +0 -173
  51. orchid/utils.py +0 -14
  52. orchid/validation.py +0 -52
  53. orchid/version.py +0 -37
  54. orchid_python_api-5.25.3.dist-info/LICENSE +0 -176
  55. orchid_python_api-5.25.3.dist-info/RECORD +0 -88
  56. {orchid_python_api-5.25.3.dist-info → orchid_python_api-5.25.4.dist-info}/entry_points.txt +0 -0
  57. /LICENSE → /orchid_python_api-5.25.4.dist-info/licenses/LICENSE +0 -0
ReleaseNotes.md DELETED
@@ -1,730 +0,0 @@
1
- ## Orchid Python API Release Notes
2
-
3
- ### A Reading Suggestion
4
-
5
- This document is one of several documents you may want to read:
6
-
7
- - [README](./README.md) - The project README file.
8
- - [README-dev.md](./README-dev.md) - A similar file targeting for package developers.
9
- - [ReleaseNotes.md](./ReleaseNotes.md) - The release notes for this project.
10
-
11
- Although one can read this document in any text editor since it is simply a text file, consider installing
12
- the [Python grip utility](https://pypi.org/project/grip/). This application allows one to "render local readme
13
- files before sending off to GitHub". Although you need not send any of these file to `GitHub`, by using `grip`
14
- to render the file, you can much more easily navigate the document links.
15
-
16
- ### Release notes for 5.25.3
17
-
18
- This release is the production release of the Orchid Python API corresponding to Orchid 5.25.3. We have made the necessary
19
- updates to the Python API to remain compatible with the .NET API.
20
-
21
- #### Possible breaking .NET API changes
22
-
23
- - None
24
-
25
- #### Resolved Issues
26
-
27
- - None
28
-
29
- #### Features
30
-
31
- - None
32
-
33
- #### Known Issues
34
-
35
- - None
36
-
37
-
38
- ### Release notes for 5.25.2
39
-
40
- This release is the production release of the Orchid Python API corresponding to Orchid 5.25.2. We have made the necessary
41
- updates to the Python API to remain compatible with the .NET API.
42
-
43
- A minor change has been made where we've split the dependencies between the example files and the sdk dependencies for a smaller footprint when installing the API. There are probably
44
- many ways to do this, but when installing the new package, if you want to install the example dependencies you can run `pip install .[examples]` or if using poetry `poetry install -E examples`
45
-
46
- #### Possible breaking .NET API changes
47
-
48
- - None
49
-
50
- #### Resolved Issues
51
-
52
- - None
53
-
54
- #### Features
55
-
56
- - None
57
-
58
- #### Known Issues
59
-
60
- - None
61
-
62
- ### Release notes for 5.25.1
63
-
64
- This release is the production release of the Orchid Python API corresponding to Orchid 5.25.1. We have made the necessary
65
- updates to the Python API to remain compatible with the .NET API.
66
-
67
- Additionally, we have added a simple high level API to access fiber data. See `fiber_data_example.py` in the `examples\` folder.
68
- Note that even with a small fiber data set, converting the fiber data into a `pandas` data frame takes quite
69
- a while. Getting the data in .NET objects is fairly quick, so there may be room for other ideas there.
70
-
71
- #### Possible breaking .NET API changes
72
-
73
- - None
74
-
75
- #### Resolved Issues
76
-
77
- - None
78
-
79
- #### Features
80
-
81
- - None
82
-
83
- #### Known Issues
84
-
85
- - None
86
-
87
- ### Release notes for 5.24.4
88
-
89
- This release is the production release of the Orchid Python API corresponding to Orchid 5.24.3. We have made the necessary
90
- updates to the Python API to remain compatible with the .NET API.
91
-
92
- 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.
93
-
94
- #### Possible breaking .NET API changes
95
-
96
- - None
97
-
98
- #### Resolved Issues
99
-
100
- - None
101
-
102
- #### Features
103
-
104
- - None
105
-
106
- #### Known Issues
107
-
108
- - None
109
-
110
- ### Release notes for 5.24.3
111
-
112
- This release is the production release of the Orchid Python API corresponding to Orchid 5.24.3. We have made the necessary
113
- updates to the Python API to remain compatible with the .NET API.
114
-
115
- 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.
116
-
117
- #### Possible breaking .NET API changes
118
-
119
- - None
120
-
121
- #### Resolved Issues
122
-
123
- - None
124
-
125
- #### Features
126
-
127
- - None
128
-
129
- #### Known Issues
130
-
131
- - None
132
-
133
- ### Release notes for 5.24.1
134
-
135
- This release is the production release of the Orchid Python API corresponding to Orchid 5.24.1. We have made the necessary
136
- updates to the Python API to remain compatible with the .NET API.
137
-
138
- On the .NET side, we renamed IMonitor to ITimeSeriesMonitor. The necessary updates have been made on the Python API side.
139
- Additionally, the Shmin property was moved from IWell to IStage. As such, some tests have been updated to accommodate that change.
140
-
141
- #### Possible breaking .NET API changes
142
-
143
- - None
144
-
145
- #### Resolved Issues
146
-
147
- - None
148
-
149
- #### Features
150
-
151
- - None
152
-
153
- #### Known Issues
154
-
155
- - None
156
-
157
- ### Release notes for 5.24.0
158
-
159
- This release is the production release of the Orchid Python API corresponding to Orchid 5.24.0. We have made the necessary
160
- updates to the Python API to remain compatible with the .NET API.
161
-
162
- In addition, we have updated the project to be netcore (semantically, in practice it is just called .NET) compatible. .NET Core is Microsoft's cross platform library. Everything should behave
163
- the same way as before, as pythonnet fully supports netcore (albeit with a few workarounds which have been implemented in this release),
164
- but you may need to install .NET if it's not done already. As a user of Orchid, you should have these libraries pre-installed, but,
165
- if not, you can find .NET 8 here (https://dotnet.microsoft.com/en-us/download). The latest version of .NET 6 (6.0.26) should be
166
- fine, but we recommend moving to .NET 8 if possible.
167
-
168
- #### Possible breaking .NET API changes
169
-
170
- - None
171
-
172
- #### Resolved Issues
173
-
174
- - None
175
-
176
- #### Features
177
-
178
- - None
179
-
180
- #### Known Issues
181
-
182
- - None
183
-
184
- ### Release notes for 5.23.322
185
-
186
- This release is the production release of the Orchid Python API corresponding to Orchid 5.23.322. We have made the necessary
187
- updates to the Python API to remain compatible with the .NET API.
188
-
189
- #### Possible breaking .NET API changes
190
-
191
- - None
192
-
193
- #### Resolved Issues
194
-
195
- - None
196
-
197
- #### Features
198
-
199
- - None
200
-
201
- #### Known Issues
202
-
203
- - None
204
-
205
-
206
-
207
- ### Release notes for 5.22.299
208
-
209
- This release is the production release of the Orchid Python API corresponding to Orchid 5.22.299.
210
-
211
- #### Possible breaking .NET API changes
212
-
213
- - None
214
-
215
- #### Resolved Issues
216
-
217
- - None
218
-
219
- #### Features
220
-
221
- - None
222
-
223
- #### Known Issues
224
-
225
- - None
226
-
227
-
228
- ### Release notes for 2023.1.220
229
-
230
- This release is the production release of the Orchid Python API corresponding to Orchid 2023.1.220. A very basic example of how
231
- to get to a project's well horizon markers was added. Additionally, a fix to an integration test is included.
232
-
233
- #### Possible breaking .NET API changes
234
-
235
- - None
236
-
237
- #### Resolved Issues
238
-
239
- - None
240
-
241
- #### Features
242
-
243
- - None
244
-
245
- #### Known Issues
246
-
247
- - None
248
-
249
- ### Release notes for 2022.4.252
250
-
251
- This release is the production release of the Orchid Python API corresponding to Orchid 2022.4.252. The main
252
- features in this release are the upgrade of the internal package, `pythonnet`, to version `3.x`, and the change
253
- requiring Python 3.10 for the runtime environment.
254
-
255
- #### Possible breaking .NET API changes
256
-
257
- - The Orchid Python API no longer uses `pythonnet-2.x`; instead, it requires at least `pythonnet-3.0.0.post1`.
258
- - The Orchid Python API no longer supports Python 3.8; instead it requires at least Python 3.10.
259
- - Orchid now requires specifying a time zone when reading a project from disk. A typical default value for this argument
260
- is `System.TimeZoneInfo.Utc` but this value should specify the time actual time zone of the project itself.
261
-
262
- #### Resolved Issues
263
-
264
- - None
265
-
266
- #### Features
267
-
268
- - Upgrade dependencies of the Orchid Python API to `pythonnet-3.x`. This upgrade causes some examples to break. See the
269
- two files below for examples of breakages discovered by the development team.
270
- - [Breakages because of Python.NET 3](./README-pythonnet3.md)
271
- - [Breakages in low-level code because of Python.NET 3](./README-pythonnet3-low.md)
272
- - Upgrade the minimum Python version from 3.8 to 3.10. This upgrade is needed to support the upgrade to `pythonnet-3.x`.
273
-
274
- #### Known Issues
275
-
276
- - The upgrade to `pythonnet-3.x` causes some code and examples to break. See the two files below for examples of
277
- breakages discovered by the development team.
278
- - [Breakages because of Python.NET 3](./README-pythonnet3.md)
279
- - [Breakages in low-level code because of Python.NET 3](./README-pythonnet3-low.md)
280
- - One must change the minimum Python version from 3.8 to 3.10 (required by `pythonnet-3.x`).
281
-
282
- ### Release notes for 2022.3.273
283
-
284
- This release is the production release of the Orchid Python API corresponding to Orchid 2022.3.273. The main
285
- feature in this release is support for data frames with columns containing the .NET type `System.Guid`. (A "GUID" is a
286
- globally unique identifier. Orchid uses GUIDs internally to identify domain objects such as wells, stages, and data
287
- frames.) Additionally, this release contains a small number of minor changes to keep the API, its examples, and
288
- its documentation consistent with Orchid.
289
-
290
- #### Possible breaking .NET API changes
291
-
292
- - None
293
-
294
- #### Resolved Issues
295
-
296
- - [GitHub issue 38](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/38)
297
-
298
- #### Features
299
-
300
- - Data frames
301
- - Implements support for reading data frames with columns of the .NET type, `System.Guid`
302
- - Provides a warning if the Orchid Python API detects data frames with **duplicated** object IDs. This issue
303
- is a known issue with Orchid releases at or below 2022.3. In addition to calling attention to the issue, the
304
- Python warning documents workarounds for this issue.
305
-
306
- #### Known Issues
307
-
308
- - None
309
-
310
- ### Release notes for 2022.2.338
311
-
312
- This release is the production release of the Orchid Python API corresponding to Orchid 2022.2.338. This release has
313
- neither additional features nor bug fixes but uses a default installation of Orchid 2022.2.338 with no
314
- additional configuration.
315
-
316
- #### Possible breaking .NET API changes
317
-
318
- - None
319
-
320
- #### Resolved Issues
321
-
322
- - None
323
-
324
- #### Features
325
-
326
- - None
327
-
328
- #### Known Issues
329
-
330
- - None
331
-
332
- ### Release notes for 2022.2.324
333
-
334
- This release is the production release of the Orchid Python API corresponding to Orchid 2022.2. This release:
335
-
336
- - Implements a high-level (Pythonic) API to create stages and add them to a well
337
- - Improves performance when loading an Orchid project by using a new .NET feature to load projects in parallel
338
- - Implements a high-level "fast save" API. This API provides an optimized way of saving Orchid projects when
339
- certain conditions are met.
340
- - Restore minimum Python version to 3.8.3
341
- - Repaired `pandas.DataFrame.append` "Future Warning" in examples
342
- - Add low-level example demonstrating creating and adding multi-picking observations to an observation set
343
-
344
- #### Possible breaking .NET API changes
345
-
346
- - .NET API renames `StageCorrectionStatus` to `CorrectionStatus`
347
- - Added comments describing a work-around for the integer-valued stage attribute limitation
348
- - Change the implementation of the Python API for stages to handle optional .NET values for the stage properties,
349
- `Isip`, `PNet` and `Shmin`
350
- - When installing 2022.2.324 in an orchid environment using Python 3.8.3 that has spyder installed using `conda`,
351
- `conda` reports the following error:
352
-
353
- >>> ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
354
- >>> spyder-kernels 2.1.3 requires jupyter-client<7,>=5.3.4, but you have jupyter-client 7.3.4 which is incompatible.
355
- >>> pylint 2.9.6 requires astroid<2.7,>=2.6.5, but you have astroid 2.12.2 which is incompatible.
356
-
357
- #### Resolved Issues
358
-
359
- - [GitHub issue 35](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/35)
360
- - [GitHub issue 34](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/34)
361
- - [GitHub issue 33](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/33)
362
- - [GitHub issue 32](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/32)
363
-
364
- #### Features
365
-
366
- - Well and Stage
367
- - Implements a high-level (Pythonic) API to create stages and add them to a well
368
- - Adds an example illustrating use of this API
369
- - Renames the original low-level example to `add_stages_low.py` to better communicate intent
370
-
371
- - Saving projects
372
- - Implements an optimized but possibly unsafe function to save Orchid projects. If certain conditions are met
373
- (described in the docstring for `orchid.core.optimized_but_possibly_unsafe_save()`), one can use this function to
374
- save Orchid projects. The developer must determine if the particular use case meets the conditions to safely save
375
- the project using the optimized but possibly unsafe function.
376
-
377
- If the use case does not meet the conditions, the function, `orchid.core.save_project()`, safely saves the
378
- complete project, but, most likely, takes additional time over the optimized but possibly unsafe save function.
379
-
380
- - Examples (high-level)
381
- - Add tutorial script to create stages and add them to a well
382
-
383
- - Examples (low-level)
384
- - Repaired low-level (Python.NET) script to create stages and add them to a well
385
- - Add a low-level script demonstrating adding multi-picking observations to an observation set.
386
-
387
- - Distribution
388
- - Reduce minimum required Python version to 3.8.3.
389
-
390
- #### Known Issues
391
-
392
- - [GitHub issue 36](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/36)
393
- - [GitHub issue 37](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/37)
394
-
395
- ### Release notes for 2022.1.360
396
-
397
- This release is the production release of the Orchid Python API corresponding to Orchid 2022.1. This release:
398
-
399
- - Provides high-level access to downhole proppant concentrations
400
- - Adds a high-level API property to change the stage time range
401
- - Add a high-level example script to illustrate using the high-level API to change the stage time range
402
- - Expose stage QC results via the high-level API
403
- - Replace low-level script to read and write stage QC results with script invoking the high-level API
404
- (`stage_qc_results.py`)
405
- - Repaired the low-level example script to create stage attributes to reflect changes to the .NET API
406
- (`auto_pick_and_create_stage_attribute.py`)
407
- - Clarify documentation of the `PythonApiLibs` directory in configuration documentation
408
-
409
- #### Resolved Issues
410
-
411
- - [GitHub issue 25](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/25)
412
- - [GitHub issue 26](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/26)
413
- - [GitHub issue 28](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/28)
414
- - [GitHub issue 30](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/30)
415
- - [GitHub issue 31](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/31)
416
-
417
- #### Features
418
-
419
- - Project
420
- - Expose `user_data` property containing stage QC results
421
-
422
- - Stage
423
- - Change the stage start and stop times (time range)
424
-
425
- - Treatment curves
426
- - Add enumeration `DOWNHOLE_PROPPANT_CONCENTRATION` to access this data from the API
427
-
428
- - Project user data
429
- - Create class `NativeUserDataAdapter` to provide read and write access to this information
430
-
431
- - Examples (high-level)
432
- - Add script to read and write stage QC results
433
- - Add script to change the stage start and stop times
434
- -
435
- - Examples (low-level)
436
- - Repaired script to create stage attributes
437
- - Removed script to query the stage QC results using the low-level API
438
-
439
- - Distribution
440
- - None
441
-
442
- #### Known Issues
443
-
444
- - [GitHub issue 27](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/27)
445
- - [GitHub issue 29](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/29)
446
-
447
- ### Release notes for 2021.4.283
448
-
449
- This release is the production release of the Orchid Python API corresponding to Orchid 2021.4. This release:
450
-
451
- - Adds several low-level examples
452
- - Repairs stage center MDKB calculation
453
- - Adds well trajectory methods
454
- - Clarifies installed package requirements
455
- - Work-around to clarify `PythonApiLibs` in configuration
456
-
457
- #### Resolved Issues
458
-
459
- - [GitHub issue 24](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/24)
460
-
461
- #### Features
462
-
463
- - Well trajectory
464
- - TVDSS
465
- - Inclination
466
- - Azimuth
467
- - MDKB
468
-
469
- - Project
470
- - Clarifies direction of project azimuth
471
-
472
- - Stage
473
- - Corrects stage center MDKB calculation
474
-
475
- - Examples (low-level)
476
- - Adding observations and saving changed projects
477
- - Matching low-level monitor time series and high-level project time series (A low-level workaround for
478
- [GitHub issue 17](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/17)
479
- - Creating stage attributes
480
-
481
- - Distribution
482
- - Adds generation of `requirements.txt` to release process
483
-
484
- #### Known Issues
485
-
486
- - [GitHub issue 25](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/25)
487
-
488
- ### Release notes for 2021.3.406
489
-
490
- This release is a hot fix release of the Orchid Python API corresponding to the hot fix for Orchid 2021.3.
491
- This release:
492
-
493
- - Improves the performance of the `plot_time_series` example
494
- - Improves the performance of the `volume_2_first_response` example
495
-
496
- #### Resolved Issues
497
-
498
- - [GitHub issue 23](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/23)
499
-
500
- #### Features
501
-
502
- No additional features as part of this release.
503
-
504
- #### Known Issues
505
-
506
- No additional know issues for this release.
507
-
508
- ### Release notes for 2021.3.381
509
-
510
- This release is the production release of the Orchid Python API corresponding to Orchid 2021.3. This release:
511
-
512
- - Adds an iterator over "searchable project objects"
513
- - Add a tutorial demonstrating how to navigate the project
514
- - Prototype developer scripts to generate documentation using Sphinx
515
-
516
- #### Resolved Issues
517
-
518
- - [GitHub issue 22](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/22)
519
-
520
- #### Features
521
-
522
- - SearchableProjectObjects
523
- - Make class an iterator
524
-
525
- - Tutorials
526
- - A notebook and script demonstrating project object navigation
527
-
528
- #### Known Issues
529
-
530
- No additional know issues for this release.
531
-
532
- ### Release notes for 2021.2.316
533
-
534
- This release is the production release of the Orchid Python API corresponding to Orchid 2021.2. This release:
535
-
536
- - Updates to the latest version of `numpy`
537
- - Exposes data frames via the API
538
- - Internally uses `pendulum` for improved handling of date times (both UTC and local times)
539
- - Provides a consistent interface for collections of DOM objects
540
-
541
- #### Resolved Issues
542
-
543
- - [GitHub issue 12](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/12)
544
- - [GitHub issue 16](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/16)
545
- - [GitHub issue 18](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/18)
546
- - [GitHub issue 21](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/21)
547
-
548
- #### Features
549
-
550
- - Project
551
- - Data frames
552
- - Stage
553
- - Find stages by:
554
- - Display stage number
555
- - Display name with well
556
-
557
- - Object collections
558
- - Find object(s) by
559
- - Display name
560
- - Name
561
- - Object ID
562
- - All objects satisfying a predicate (primarily a convenience for use cases where the condition of interest does
563
- not involve identifying information). Note that stages have some of these convenience methods already.
564
- - Query collection for
565
- - All display names
566
- - All names
567
- - All object IDs
568
- - All objects (primarily a convenience for use cases where one wants all objects in the collection independent
569
- of identifying information)
570
-
571
- - Examples
572
- - Scripts for each example notebook
573
- - A notebook and script demonstrating search and data frame access.
574
-
575
- #### Known Issues
576
-
577
- - [GitHub issue 19](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/19)
578
-
579
- ### Release notes for 2021.1.399
580
-
581
- This release is the second production release of the Orchid Python API. This release changes the
582
- implementation of measurements to use the [pint](https://pint.readthedocs.io/en/stable/) package and adds
583
- access to additional Orchid features.
584
-
585
- #### Resolved issues
586
-
587
- - [GitHub issue 6](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/6)
588
- - [GitHub issue 10](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/10)
589
- - [GitHub issue 13](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/13)
590
- - [GitHub issue 14](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/14)
591
- - [GitHub issue 15](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/15)
592
-
593
- #### Features
594
-
595
- - Project
596
- - Azimuth
597
- - Fluid density
598
- - Project bounds
599
- - Project center (and center location)
600
- - Monitors
601
- - Well
602
- - Formation
603
- - Wellhead location
604
- - Monitor
605
- - Name
606
- - Display name
607
- - Start time
608
- - Stop time
609
- - Time range (contains start and stop time)
610
- - Examples
611
- - Volume to first response
612
-
613
- Replace custom `Measurement` class with the features available in `pint`.
614
-
615
- #### Known issues
616
-
617
- - [GitHub issue 18](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/18)
618
-
619
- This issue is a deprecation warning from `matplotlib`. It began occurring after updating the package
620
- dependencies. We do not believe this error will affect customer code.
621
-
622
- - [GitHub issue 16](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/16)
623
-
624
- All monitor curves can be access indirectly via the `Project.monitor_curves()` method. The work-around for
625
- this issue is then to search for curves by with a matching name.
626
-
627
- - [GitHub issue 17](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/17)
628
-
629
- The work-around is to search the iterable returned by Project.monitor_curves for a curve with the name of
630
- the monitor of interest. Because of issue #16, beware that this work around may not return all monitors
631
- with the name of interest.
632
-
633
- ### Release notes for 2020.4.690
634
-
635
- This release is the first production release of the Orchid Python API. This release offers access to the
636
- following Orchid features.
637
-
638
- #### Features
639
-
640
- - General
641
- - Loading Orchid `.ifrac` files
642
- - Project
643
- - Name
644
- - Project units
645
- - Wells
646
- - Default well colors
647
- - Monitor curves
648
- - Searching for wells by name
649
- - Well
650
- - Name
651
- - Display name
652
- - Stages
653
- - Trajectory
654
- - UWI
655
- - Stage
656
- - Cluster count
657
- - Display name with well
658
- - Display name without well
659
- - Display stage number
660
- - Global stage sequence number
661
- - Order of completion on well
662
- - Stage (formation connection) type
663
- - Start time
664
- - Stop time
665
- - Bottom location
666
- - Center location
667
- - In addition, to the subsurface point
668
- - Easting
669
- - Northing
670
- - Measured depth (MD)
671
- - Total vertical depth (TVD) relative to
672
- - Ground level
673
- - Seal level
674
- - XY (both easting and northing)
675
- - Cluster location
676
- - Instantaneous shut in pressure (ISIP)
677
- - Measured depth of stage top
678
- - Measured depth of stage bottom
679
- - Net pressure (PNet)
680
- - Minimum shear (ShMin)
681
- - Stage length
682
- - Top location
683
- - Treatment curves
684
- - TimeSeries (monitor and treatment curves)
685
- - Name
686
- - Display name
687
- - Sampled quantity name
688
- - Sampled quantity unit
689
- - Time series
690
- - Calculations
691
- - For treatment
692
- - Median treating pressure
693
- - Pumped fluid volume
694
- - Total proppant mass
695
-
696
- #### Known issues
697
-
698
- - [GitHub issue 18](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/18)
699
-
700
- This issue is a deprecation warning from `matplotlib`. It began occurring after updating the package
701
- dependencies. We do not believe this error will affect customer code.
702
-
703
- - [GitHub issue 14](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/14)
704
-
705
- The work-around for this issue is to configure the locations of both Orchid training data and the Orchid
706
- binaries.
707
-
708
- - [GitHub issue 13](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/13)
709
-
710
- We believe that this warning is caused by the `pandas` package interacting with `numpy`, and plan to
711
- investigate this issue.
712
-
713
- - [GitHub issue 12](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/12)
714
-
715
- Some versions of `numpy` encounter an issue with the `fmod` function on Windows. The current work-around
716
- fixes the version of `numpy` at 1.19.3.
717
-
718
- - [GitHub issue 10](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/10)
719
-
720
- Although we have increased the scope of our internal testing to cover many more units of measure, we plan to
721
- implement the convenience function suggested by the author.
722
-
723
- - [GitHub issue 6](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/6)
724
-
725
- This issue is an internal issues and currently has no effect on installation or usage of the API.
726
-
727
- - [GitHub issue 3](https://github.com/Reveal-Energy-Services/orchid-python-api/issues/3)
728
-
729
- This issue may relate to `numpy` 1.19.1 (the version mentioned in the issue). We plan to retest against
730
- `numpy` 1.19.3. We have had no other reports of this issue.