v0.0.26
ictnlp/LLaMA-Omniv0.0.26Oct 11, 2023by soxoj
AI Summary
This release focuses on general maintenance, including dependency updates, test repairs, and documentation improvements. It also welcomes a new contributor to the project.
Key Highlights
- Repaired most tests and updated schemes.py
- Updated README documentation
- Updated CI configuration (python-package.yml)
- New contributor MeowyPouncer joined the project
New Features
- Updated beautifulsoup4 to ~=4.12.2
- Updated pytest to version 7.3.0
- Updated pytest-xdist to version 3.3.1
- Updated pytest-rerunfailures to version 12.0
- Repaired tests and updated schemes.py
Full Release Notes
## What's Changed * Update python-package.yml by @soxoj in https://github.com/soxoj/socid-extractor/pull/160 * Update README.md by @soxoj in https://github.com/soxoj/socid-extractor/pull/161 * Repairing most of the tests, updating schemes.py accordingly by @MeowyPouncer in https://github.com/soxoj/socid-extractor/pull/162 * Bump pytest-xdist from 2.5.0 to 3.3.1 by @dependabot in https://github.com/soxoj/socid-extractor/pull/164 * Bump pytest-rerunfailures from 10.2 to 12.0 by @dependabot in https://github.com/soxoj/socid-extractor/pull/163 * Bump pytest from 7.1.2 to 7.3.0 by @dependabot in https://github.com/soxoj/socid-extractor/pull/151 * Update beautifulsoup4 requirement from ~=4.11.1 to ~=4.12.2 by @dependabot in https://github.com/soxoj/socid-extractor/pull/150 * Bump to 0.0.26 by @soxoj in https://github.com/soxoj/socid-extractor/pull/165 ## New Contributors * @MeowyPouncer made their first contribution in https://github.com/soxoj/socid-extractor/pull/162 **Full Changelog**: https://github.com/soxoj/socid-extractor/compare/v0.0.25...v0.0.26