PLEASE NOTE THAT THE API IS STILL UNSTABLE AS MORE USE CASES / FEATURES ARE ADDED REGULARLY
- Installation:
- PyPI release update
- Added Hall-Tideman Index
- Streamlined input value exception handling (value / type errors), issue (#7)
- Added script that produces cross-check calculations from corresponding R packages
- Expanded functionality to process dataframes
- First PyPI installation
- Renamed library to concentrationMetrics to emphasize the nature of the library and follow the naming conventions of other Open Risk projects (transitionMatrix, correlationMatrix etc)
- Added readthedocs documentation
- Provide confidence intervals via bootstraping
- Improved test documentation
- Fixed documentation links
- Added new one-dimensional indexes: Hoover
- New multi-dimensional index family: Ellison-Glaeser
- Added normalized version flag (ranging in 0,1) for HHI, Shannon
- API Changes: * Introduction of Index object to organize different index calculations as methods * Lists are now converted to numpy arrays before processing
- More formal testing framework, added tests for the EG index
- Code documentation via sphinx
- Improved alignment with Open Risk Manual pages
- Exhaustive collection of indexes
- Direct documentation using Open Risk Manual URL's
- Simplification of the API (weight calculation by default)
- Visualizations
- Examples directory
- First public release of the package