This update adds support for majority vote (predict
function.
A few documentation tweaks and code style improvements (and some additions to the CI pipeline) have also been included.
Thanks go to @bazingagin and @zbloss for contributing the changes to predict
and its tests.
What's Changed
- Fix Markdown in README by @EliahKagan in #36
- Split CI jobs into more steps for clearer output by @EliahKagan in #32
- Run black and isort checks on CI by @EliahKagan in #33
- add majority vote by @bazingagin in #37
- Add dev container configuration by @EliahKagan in #34
- Remove unused imports by @EliahKagan in #35
- Add CI test jobs for other operating systems by @EliahKagan in #38
- Fix test bug where size-1 sample may be used (with top_k=2) by @EliahKagan in #46
- Release for bugfix in #37 by @EliahKagan in #43
- Shorten workflow filenames by @EliahKagan in #39
- Improve code style for strings by @EliahKagan in #40
- Fix link to examples directory by @EliahKagan in #47
Full Changelog: v0.1.0...v0.1.1