Commit Graph

32 Commits

Author SHA1 Message Date
Gaute Lindkvist
5b0d77f19a Configure setup.py and RiaVersionInfo.py first 2019-08-22 12:53:08 +02:00
Gaute Lindkvist
28bb8641d2 #4615 Make Python code show up in Visual Studio project 2019-08-22 10:42:55 +02:00
Gaute Lindkvist
4af1963ac0
#4551 Optionally Bundle grpcio Python module and dependencies (#4602)
* #4551 Optionally Bundle grpcio Python module and dependencies

* More status messages
2019-08-21 15:29:25 +02:00
Gaute Lindkvist
6c0e2bb3ad #4597 Python: add exportSnapshots example and more comments in examples 2019-08-19 13:48:36 +02:00
Gaute Lindkvist
824ec5cef6 Python: Rename example directory to PythonExamples
* This is so that when we add the folder to the Script Path it will look more sensible to the user.
2019-08-19 08:46:09 +02:00
Gaute Lindkvist
197279ccbf #4576 Python: Improve error handling and add example 2019-08-14 09:22:34 +02:00
Gaute Lindkvist
f3d8e3dbdc #4566 #4572 Python: improve behaviour when sending more data than expected in property streams 2019-08-13 14:39:28 +02:00
Magne Sjaastad
3f7a5ff29c cmake : Rename to RESINSIGHT_GRPC_INSTALL_PREFIX 2019-08-12 09:52:19 +02:00
Magne Sjaastad
e70cf3c736 cmake : Rename to RESINSIGHT_GRPC_PYTHON_EXECUTABLE 2019-08-12 09:52:19 +02:00
Gaute Lindkvist
0a30e6c340 #4547 Add simplified synchronous methods for activeCellProperty and gridProperty 2019-08-08 15:17:39 +02:00
Gaute Lindkvist
213591f522 #4526 Make sure setting wells for flow diagnostics result works and add simplified API 2019-07-31 09:53:45 +02:00
Gaute Lindkvist
21a444fd70 #4523 Add simplified interface for grid case group statistics 2019-07-30 12:32:10 +02:00
Gaute Lindkvist
beb6256f53 Make it possible to edit case group statistics 2019-07-30 12:32:10 +02:00
Gaute Lindkvist
c2c312068c Python: enable more status messages and warnings for gRPC code generation 2019-07-24 11:13:23 +02:00
Gaute Lindkvist
dcd3ff6754 #4423 Improve API for setting cell results 2019-07-15 12:30:31 +02:00
Gaute Lindkvist
439913b7b1 #4423 First implementation of PdmObject exchange 2019-07-15 12:30:31 +02:00
Gaute Lindkvist
055cb732db Python: fix up some examples 2019-06-14 16:09:45 +02:00
Gaute Lindkvist
1d8a417e33 Python: move examples, tests and generated inside rips folder so they are packaged in rips pip-package 2019-06-12 08:29:41 +02:00
Gaute Lindkvist
8283d1ac86 Python: test for opening project 2019-06-11 11:08:11 +02:00
Gaute Lindkvist
a0d81a08e8 #4465 Implement all remaining command file commands and add tests for some commands 2019-06-05 11:26:19 +02:00
Gaute Lindkvist
3530c8b3de #4460 #4424 Adding Exit() to the gRPC interface plus implemented test framework 2019-06-04 12:59:06 +02:00
Gaute Lindkvist
930abbf02f Python: added tests and made Octave InputPropTest.m general
* removed non-general hard-coded grid sizes and added timing to Octave test
* added two Pythonbenchmarks (sync and async) for the same test
2019-06-04 10:49:35 +02:00
Gaute Lindkvist
a468532d7f
#4457 Python: clean up grpc api, Python client API and make installable python package (#4456)
* gRPC: Make names more consistent

* gRPC: clean up case info and improve Python API for cases

* gRPC: much more object oriented Python interface

* Python: Make a proper pip-installable package

* Update rips Python package to auto generate setup.py with version number

* Python: add setup.py to gitignore

* Python: Update Python RIPS interface

* gRPC: Remove example client from cmake file and unit test

* gRPC: Fix up unit test after merge and hide warnings

* gRPC: fix up python client code
2019-06-03 14:33:16 +02:00
Gaute Lindkvist
596f098d43 Python: Add more examples and fix async streaming code 2019-05-30 18:52:38 +02:00
Magne Sjaastad
5b7b9993a0 Remove duplicate if statement 2019-05-29 15:12:34 +02:00
Gaute Lindkvist
c9d56bda9c gRPC: Move all python code into the ApplicationCode/GrpcInterface folder 2019-05-25 09:34:44 +02:00
Gaute Lindkvist
7c475e72e4 gRPC: Add SetResultValues.py example 2019-05-25 09:34:44 +02:00
Gaute Lindkvist
86e202aed0 #4430 Implement GetAvailableProperties() and GetActiveCellResults() 2019-05-21 13:40:42 +02:00
Gaute Lindkvist
5e23bd5578 #4427 Add proto files to IDE project 2019-05-20 15:31:40 +02:00
Gaute Lindkvist
177a54615b Remove Python sources groups on Linux to fix build issue 2019-05-20 15:20:49 +02:00
Gaute Lindkvist
4aad1e61d1 Fix tabs in CMakefiles 2019-05-20 15:20:49 +02:00
Gaute Lindkvist
922386c673
#4416 First implementation of gRPC-based Python interface
First implementation with Asynchronous gRPC server, a few services and some client python code.
2019-05-20 13:21:02 +02:00