Recent Releases of https://github.com/amazon-science/bears
https://github.com/amazon-science/bears - [v0.1.6] - Version Pinning
What's Changed
- Pinning versions by @SibaRajendran in https://github.com/amazon-science/bears/pull/20
New Contributors
- @SibaRajendran made their first contribution in https://github.com/amazon-science/bears/pull/20
Full Changelog: https://github.com/amazon-science/bears/compare/v0.1.5...v0.1.6
- Python
Published by SibaRajendran over 1 year ago
https://github.com/amazon-science/bears - [v0.1.5] Made bears compatible with Numpy v1.20+ and v2.0+ for vLLM. Also fixed errors for Pydantic v2 migration
What's Changed
- Fixed errors related to Pyandtic v2 and Pandas v2 upgrade by @adivekar-utexas in https://github.com/amazon-science/bears/pull/8
- Added PdfReader and reader using fitz pdf-processing library by @adivekar-utexas in https://github.com/amazon-science/bears/pull/9
- Made bears compatible with Numpy v1.20+ and v2.0+ for vLLM by @adivekar-utexas in https://github.com/amazon-science/bears/pull/11
- [#15] Fix bug in ProgressBar being shown twice. Made minor improvement to error messaging for Parameters. by @adivekar-utexas in https://github.com/amazon-science/bears/pull/16
Full Changelog: https://github.com/amazon-science/bears/compare/v0.1.4...v0.1.5
- Python
Published by adivekar-utexas over 1 year ago
https://github.com/amazon-science/bears - [v0.1.4] Fix in Registry to validate ClassVar correctly.
What's Changed
- [Bugfix] Registry needs arbitrarytypesallowed=True on internal model for validating ClassVar attributes. by @adivekar-utexas in https://github.com/amazon-science/bears/pull/7
Full Changelog: https://github.com/amazon-science/bears/compare/v0.1.3...v0.1.4
- Python
Published by adivekar-utexas over 1 year ago
https://github.com/amazon-science/bears - [v0.1.3] Migrated data processing pipelines from fmcore; various cleanups and fixes
What's Changed
- Migrated data processing pipelines from fmcore to bears by @adivekar-utexas in https://github.com/amazon-science/bears/pull/6
- Fixed numerous small issues, removed "from typing import *" imports; ran Ruff linter by @adivekar-utexas in https://github.com/amazon-science/bears/pull/5
Full Changelog: https://github.com/amazon-science/bears/compare/v0.1.2...v0.1.3
- Python
Published by adivekar-utexas over 1 year ago
https://github.com/amazon-science/bears - [v0.1.2] Migrated from pydantic==1.10.15 to pydantic>=2.10.5
What's Changed
- Minor update to README messaging. by @adivekar-utexas in https://github.com/amazon-science/bears/pull/3
- Migrated from pydantic==1.10.15 to pydantic>=2.10.5 by @adivekar-utexas in https://github.com/amazon-science/bears/pull/4
Full Changelog: https://github.com/amazon-science/bears/compare/v0.1.1...v0.1.2
- Python
Published by adivekar-utexas over 1 year ago
https://github.com/amazon-science/bears - [v0.1.1] Migrated from fmcore with updated dependencies
What's Changed
- Migration of ScalableDataFrame code from fmcore by @adivekar-utexas in https://github.com/amazon-science/bears/pull/1
- Updated dependencies:
python>=3.11.11,pandas==2.*,dask==2024.10.0,ray==2.41.0,torch>=2.5.1, and made corresponding fixes. by @adivekar-utexas in https://github.com/amazon-science/bears/pull/2
Next Steps
- Update Pydantic dependency from v1 to v2.
Full Changelog: https://github.com/amazon-science/bears/commits/v0.1.1
- Python
Published by adivekar-utexas over 1 year ago