insightfulpy-v0.1.8
Release Date: 2025-08-05
Added
- help system with four distinct help functions:
help()- function overview with categoriesquick_start()- Step-by-step guide for immediate useexamples()- Practical usage examples for common scenarioslist_all()- Complete function listing organized by
category
- function categorization:
BASIC_FUNCTIONS- Essential functions for getting startedVISUALIZATION_FUNCTIONS- Core plotting and visualization
toolsADVANCED_FUNCTIONS- Complex analysis and multi-dataset
operationsSTATISTICAL_FUNCTIONS- Statistical calculation utilities
- documentation with mermaid diagrams for clear visualization
of workflows - PyPI-optimized README with professional formatting and clear
installation instructions
Enhanced
- Streamlined
__init__.pywith intuitive function organization - Improved user experience with logical function grouping
- Professional package structure following Python packaging
standards - Better accessibility for users of all skill levels
Changed
- Updated package metadata for better PyPI presentation
- Refined function imports for cleaner namespace management
- Enhanced code documentation and examples
- Improved help system navigation
Technical
- Maintained backward compatibility with all existing functions
- Preserved original EDA functionality without modifications
- Updated development dependencies and build configuration
- Enhanced project structure for maintainability