microsoft / vivainsights-py

Python package for Analyzing and Visualizing data from Viva Insights
https://microsoft.github.io/vivainsights-py/
Other
14 stars 2 forks source link

Patch: Improve test coverage and bug fixes to `network_p2p()` #21

Closed sachinstl closed 7 months ago

sachinstl commented 8 months ago

Summary

This pull request increments the package version to v0.2.3, fixes some bugs, and improves test coverage in the package.

Changes

The changes made in this PR are:

  1. Changes in number of legend columns to handle the orientation of legends in the plot. handler_map added from matplotlib under legend code.
  2. Added new examples to explore network_p2p functionalities.
  3. New tests are added for the package.

Checks

Notes

This fixes #19, where the legend is not displaying proper in network_p2p() with certain key numbers.

martinctc commented 7 months ago

Thanks for your contributions @sachinstl! Merging this into main now.