Skip to content

v1.1.0.dev0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ZenithClown ZenithClown released this 20 Apr 08:23
· 71 commits to master since this release

Major enhancement of the preview built, also created an favicon and logo for the project. The logo is modified from the original
pandas logo.

  • ⚙️ Added two new functions __set_method__() and __calculate_quantile__() to reduce code duplicacy,
  • ✨ (#3) Added the ability to choose from either pandas or numpy to calculate grouped result:
    • ✨ allows the user to choose any of the method to calculate based on numpy documentations,
    • 💣 numpy version requirement is numpy >= 1.22 due to argument change interpolation to method more details.