Skip to content

v1.0.0

Choose a tag to compare

@nkundiushuti nkundiushuti released this 02 Feb 16:06
· 17 commits to main since this release

Important

  • Package renamed to avex - The package is now available on PyPI as avex (previously representation-learning)
  • Repository is now public at https://github.com/earthspecies/avex
  • Install with pip install avex or uv add avex

Improvements

  • Improve documentation structure and clarity - streamlined README, consolidated detailed docs in docs/index.md
  • Add CODEOWNERS for PR approval requirements
  • Update GitHub workflows for build and publish with trusted publishing
  • Skip tests requiring esp_data to allow standalone package usage

Bug Fixes

  • Fix BEATs model: load config instead of default model
  • Fix transformers>=5 compatibility for EAT model

Documentation

  • Streamlined README.md to focus on quick start and essential info
  • Consolidated detailed documentation in docs/index.md
  • Updated CONTRIBUTING.md with clearer guidelines
  • Added list of official models to documentation