- Fix dependency management issues in pyproject.toml and poetry.lock.
Previously in v0.1.2, seaborn and matplotlib were not automatically installed
upon pip install.
- Made the streamlit app part of the base package rather than an optional add-on
- Fix the README.md's instructions on how to run the streamlit app
- Improved the streamlit app's caching system to not fetch data every time current SSB holding input is changed
- Added a few more test functions (for developers)
- Published on PyPI