Releases: amazon-science/fmcore
Releases · amazon-science/fmcore
[v0.1.5.2] Pinning python versions and its dependencies
What's Changed
- Pinning Python and its dependencies by @SibaRajendran in #33
Full Changelog: v0.1.5.1...v0.1.5.2
[v0.1.5.1] Supporting Python >=3.11
What's Changed
- Lossening up python to 3.11+ by @SibaRajendran in #32
Full Changelog: v0.1.5...v0.1.5.1
[v0.1.5] Adding VLLM support (with fixes for Numpy v1.20+ support)
What's Changed
- Updated README: description of project. by @adivekar-utexas in #17
- [Bug] Fix to broken ing link in README.md by @adivekar-utexas in #18
- Fixed issues running Evaluators and Trainers due to Pydantic v2 ordering of model_validators by @adivekar-utexas in #19
- Made fmcore compatible with Numpy v1.20+ and v2.0+ for vLLM by @adivekar-utexas in #21
- Fix for failing test cases due to not installing latest bears code. by @adivekar-utexas in #22
- [#24] Fix for LocalEvaluator not calling superclass parameter setter. by @adivekar-utexas in #25
- Adding Typed and MutableTyped by @SibaRajendran in #29
- [#23] 🚀 Added support for vllm language models. by @adivekar-utexas in #26
- Added verbose logging to release.yml by @adivekar-utexas in #30
- Take dependency on bears from latest PyPi release, not github by @adivekar-utexas in #31
New Contributors
- @SibaRajendran made their first contribution in #29
Full Changelog: v0.1.4...v0.1.5
[v0.1.4] Migrations: (i) various modules to bears (ii) Pydantic 1.10.15 to >=2.10.5 (ii) external autoenum package.
Details of changes
- Moved utils to bears PyPI package
- Moved data processing to bears PyPI package
- Moved (most) constants to bears PyPI package
- Refactored to use external autoenum PyPI package
- Pydantic v2 migration: Replaced validator with model_ validator
- Pydantic v2 migration: Replaced root_validator with model_ validator
- Pydantic v2 migration: Replaced Config class with model_config
- Removed "from typing import *" usage.
- Various minor fixes.
- Moved code to "private" modules.
- Removed requirements.txt as it is no longer used for dependency management.
What's Changed
- [Copilot][Claude 3.5 Sonnet] Added detailed technical comments for concurrency utils by @adivekar-utexas in #11
- Ran Ruff Linting on entire codebase to optimize imports. by @adivekar-utexas in #12
- Fix to Test PyPi token secret key in GitHub upload workflow release.yml by @adivekar-utexas in #13
- [fmcore] Migrated ScalableDataFrame and ScalableSeries, Reader and Writer out of fmcore and into "bears" repository. by @adivekar-utexas in #15
- [fmcore] Migrations: (i) modules to bears (ii) Pydantic 1.10.15 to >=2.10.5 (iii) external autoenum package. by @adivekar-utexas in #16
Full Changelog: v0.1.3...v0.1.4
[v0.1.3] Testing new PyPi release workflow trigger with valid tag
[v0.1.2] Release to clean up dependencies.
What's Changed
- Removed hard dependency on torch, ray, dask.
- Deleted ASCII art and cleaned up imports by @adivekar-utexas in #10
New Contributors
- @adivekar-utexas made their first contribution in #10
Full Changelog: v0.1.1...v0.1.2