Releases: PMEAL/BEaTmap
Releases · PMEAL/BEaTmap
v0.3.0
What's Changed
- Improve support for dark mode by @ma-sadeghi in #16
- Add
load_vulcan_dataset
helper to load the example vulcan dataset by @ma-sadeghi in #17
Full Changelog: v0.2.1...v0.3.0
v0.2.1
- Implemented logging using
rich
- Enhanced log messages to be more informative
- Enhanced UI/UX of the Streamlit app
- Implemented Action to prevent the Streamlit app by nudging it every 6 days
- Enhanced the documentation to be easier to navigate
- Designed a brand new logo!
v0.2.0
- Enhanced UI/UX of the Streamlit app: https://beatmap.streamlit.app
- Enhanced Matplotlib/Altair plots for clarity
- Minor API changes
- Renamed Rouquerol helper functions after the criteria (instead of
check1
, ...) - Renamed
points
tomin_num_points
in function args for clarity
- Renamed Rouquerol helper functions after the criteria (instead of
- Updated README and the example notebook based on recent minor API changes
- Added missing dependency:
seaborn
- Fixed failing CIs; All tests now pass
- Migrated from outdated
setup.py
topyproject.toml
and Hatch build system
v0.1.2
- Major refactoring of the
streamlit
app to work with the latest version - Minor refactoring of docstrings to be compatible with
numpydoc
style - Minor refactoring of the documentation
- Updated the BEaTmap webapp, currently available at https: https://share.streamlit.io/pmeal/beatmap/main
- Added a new Action to generate the documentation and publish it at https://pmeal.github.io/beatmap/
- Unified all CI workflows into a single Action
- Dropped support for Python 3.6/3.7
- Refactored internal assumption checks under
beatmap.core
to be more descriptive - Fixed a unit test that tried to catch an Exception that didn't exist