VerticaPy version 1.0.1
This release includes numerous modifications to the previous code aimed at enhancing the user experience.
New Options
The verticapy.set_option()
function now allows you to set the following options:
max_cellwidth
: Maximum width of VerticaPy table cells.max_tableheight
: Maximum height of VerticaPy tables.theme
: Set the display theme for VerticaPy objects to 'light' or 'dark'.
QueryProfiler
The verticapy.performance.vertica.qprof.QueryProfiler
class offers an extended set of functionalities, enabling the creation of complex trees with multiple metrics. This can help in finding ways to improve the performance of slow-running queries.
Website
A new website is now available. It includes all the important information about the different changes and a totally new documentation generated by Sphinx. Check it out here
Docstrings
Docstrings have been further enriched with relevant examples for more functions.
Release Notes
Changelogs
- Full Changelog: 1.0.0...1.0.1
Installation
The release will be on available on the defaults and can be installed using:
python3 -m pip install verticapy
If you want to install extra features, use:
python3 -m pip install verticapy[all]
Please report any issues on our GitHub page
Contributors
We would like to extend our thanks to all the contributors who made this release possible:
- Badr Ouali @oualib
- Umar Farooq Ghumman @mail4umar
- Arash Fard @afard
- Abhishek Sharma @abhsharma2
- Vikash Singh @vikash018
- Tyler Consigny @tconsigny
- Jason Slaunwhite @jslaunwhite-microfocus
If you would like to contribute then please visit our updated contributing guidelines.