- Method to set Client object as a property of Cube class
- Readthedocs documentation #42
- examples folder
- 'local_mode' argument to client class
- new argument in client class to support execution of local methods without a connection to the server
- to_dataset and to_dataframe methods #40
- Method for wait operator
- Methods for intercube2 operator #39
- Methods for importncs operator #38
- Update workflow supported keys
- Direct ouput option to no when running workflows instead of single tasks
- Cube methods interfaces to comply with Ophidia operators in v1.7.0
- client requests with new field 'command'
- Subset methods to not use 'time_filter' when 'subset_type' is index
- Bug in server port parameter reading from the env
- Automatic setting of host partition within the workflows submitted with wsubmit()
- Argument 'save' for saving the JSON response in most cube methods
- Default values of 'disable' and 'enable' argument in 'service' method in cube class
- Default value of 'missingvalue' argument in cube class to '-'
- Slow parsing of large XML response documents in ophsubmit.py #34
- Deprecated 'subset2' method from cube #35
- New attribute 'last_response_status' in client class
- Option to specify 'project' value for interacting with the job scheduler #33
- New methods 'last_workflowid' and 'last_markerid' in client class #26
- New parameter 'cubes' to OPH_INTERCUBE
- Return value to JSON response for multiple metadata and info methods in cube class when display is set to False
- Removed workflow json print from wisvalid method
- Cube methods interfaces to comply with Ophidia operators in v1.6.0
- Improve export_array method in cube class #28
- sectlient method in cube class with new argument 'api_mode' #27
- script method with new parameter 'space' #25
- b2drop method in cube class to support also 'get' action #24
- script method in cube class to support the execution of python code through the operator #23
- Input arguments usage in concatnc and concatnc2 methods in cube class
- randcube2 method in cube class to use the proper operator
- Bug #22 related to authZ/authN token read from env.
- Bug #21 related to error detection in massive operators
- Methods for concatnc operators
- Cube methods interfaces to comply with Ophidia operators in v1.5.0
- ophsubmit main function to provide a more descriptive message in case of error in operator execution #20
- 'dbxdbms' and 'dbmsxhost' attributes from Cube module
- Features to retrive last CDD from server #18
- Interfaces of 2 new methods: b2drop (class method) and to_b2drop
- 'info' method in Cube class to avoid calling cubeelements operator
- Cube methods interfaces to comply with Ophidia operators in v1.4.0
- Interfaces of several operators to allow multi-thread execution #19
- New method for importnc2 in cube module #15
- Support to manage reserved or user-defined host partition #14
- Support to parse comments and print validation errors in 'wsubmit' method #13
- New method for containerschema operator in cube module #10
- Connection functions to also get parameters from environment variables #17
- Reduce2 method in cube module for multiple threads #15
- Client module to read variables from extra fields in JSON response #12
- Metadata method in cube module to filter on variables #11
- Cubeschema method in cube module for dimension management #9
- 'export_metadata' default value for export methods in cube module
- Export array function in cube module to work also with adimensional cubes #16
- Support for Authentication, Authorization and Accounting as a Service (token-based access) #7
- Method to monitor a workflow progress rate #6
- Support to retrieve base_src_path from Ophidia server
- Cube methods interfaces to comply with Ophidia operators in v1.2.0
- Bugs related to non-ASCII and special (HTML) chars in json request submission
- Support for Current Data Directory in client
- Support for Ophidia file system operator
- last_error and last_return_value attributes in client
- Cube methods interfaces to comply with Ophidia operators in v1.1.0
- Client class to optionally catch framework-level errors
- Cube class constructor to allow instantiation of empty cube objects
- Bug #3
- Method to export data as python arrays in cube module
- Pretty print support in most methods
- Pretty print function in client module
- Methods for all missing operators in cube module
- Code indentation style (PEP8)
- Improved inline documentation
- Disabled info method execution for each cube object instantiation
- Import of local dependencies in cube and client modules
- Bug in cwd attribute resetting it only when session changes
- Bug in query parameter in apply method of cube module
- Submit function to correctly parse massive operations
- Bug #1
- Bug fixing
- Added Cube class
- Bug fixing
- Initial public release