This is a patch release in the 0.1.x series. It includes bug fixes and performance and stability improvements.
Below are some of the highlights from this release.
- new objects `Context`, `Scope`, `EntitySet`, `Entity`, `Hierarchy`, and `Signal` are added for more seamless work with PetroVisor API serialization and deserialization. Dedicated Contexts and Signals related api calls can now take such objects as an argument
- new functions `create_contexts_manager` and `merged_contexts` are added to better manage passed Contexts to the script.
- requests timeout was removed to allow longer processes such as loading big amounts of data or running big workflow
- improved loading of string depth data, useful for marking up formations, logs, perforations
PetroVisor Python API package can be installed using `pip`
bash
python -m pip install petrovisor
Please refer to the documentation of all available PetroVisor REST API endpoints using the up-to-date Swagger links
[PetroVisor Web API (US1)](https://api.us1.petrovisor.com)
[PetroVisor Web API (EU1)](https://api.eu1.petrovisor.com)
To get more familiar with the PetroVisor platform, please follow the articles hosted on the [Datagration Knowledge Base](https://www.datagration.com/knowledge)