Releases: bazingagin/npc_gzip
Releases · bazingagin/npc_gzip
0.1.1 update
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
Initial Release
npc-gzip
The initial release of the code detailed in the “Low-Resource” Text Classification: A Parameter-Free Classification Method with Compressors.
A huge thank you to everyone who contributed to get us to our first release, and special thanks to these two folks:
What's Changed
- Dynamically import compression module in compressors.py by @congruency in #1
- Fix typo in README.md by @eltociear in #4
- Consider simplified README for requirements.txt install by @ras44 in #5
- Improving Readabililty by @zbloss in #7
- support recording distance matrix across all test by @bazingagin in #16
- update doc and code for custom dataset by @bazingagin in #18
- Fix syntax errors from merges by @EliahKagan in #21
- fix custom dataset by @bazingagin in #23
- Fix some incorrect type hints and incomplete renames by @EliahKagan in #25
- Update pinned dependencies by @EliahKagan in #26
- Fix conflict from #25 in v0.0.1-packaging by @EliahKagan in #28
- new function to load filipino dataset from original source; support r… by @bazingagin in #29
- Improve consistency and documentation by @S0fian3M in #27
- V0.0.1 packaging by @zbloss in #30
New Contributors
- @congruency made their first contribution in #1
- @eltociear made their first contribution in #4
- @ras44 made their first contribution in #5
- @zbloss made their first contribution in #7
- @bazingagin made their first contribution in #16
- @EliahKagan made their first contribution in #21
- @S0fian3M made their first contribution in #27
Full Changelog: https://github.com/bazingagin/npc_gzip/commits/v0.1.0