Skip to content

Releases: amazon-science/bears

[v0.1.4] Fix in Registry to validate ClassVar correctly.

25 Jan 19:50
3234296
Compare
Choose a tag to compare

What's Changed

  • [Bugfix] Registry needs arbitrary_types_allowed=True on internal model for validating ClassVar attributes. by @adivekar-utexas in #7

Full Changelog: v0.1.3...v0.1.4

[v0.1.3] Migrated data processing pipelines from fmcore; various cleanups and fixes

25 Jan 11:47
d159d89
Compare
Choose a tag to compare

What's Changed

  • Migrated data processing pipelines from fmcore to bears by @adivekar-utexas in #6
  • Fixed numerous small issues, removed "from typing import *" imports; ran Ruff linter by @adivekar-utexas in #5

Full Changelog: v0.1.2...v0.1.3

[v0.1.2] Migrated from pydantic==1.10.15 to pydantic>=2.10.5

23 Jan 19:17
7793430
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

[v0.1.1] Migrated from fmcore with updated dependencies

23 Jan 10:44
bae23c6
Compare
Choose a tag to compare

What's Changed

  • Migration of ScalableDataFrame code from fmcore by @adivekar-utexas in #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 #2

Next Steps

  • Update Pydantic dependency from v1 to v2.

Full Changelog: https://github.com/amazon-science/bears/commits/v0.1.1