Skip to content

VerticaPy version 1.0.1

Compare
Choose a tag to compare
@mail4umar mail4umar released this 16 Jan 15:07
· 100 commits to master since this release
957747a

This release includes numerous modifications to the previous code aimed at enhancing the user experience.

⚠️ Please note that this list may be incomplete, and for a comprehensive overview, including additional features, refer to the changelogs.

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

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:

If you would like to contribute then please visit our updated contributing guidelines.