Skip to content

v1.3.0

Compare
Choose a tag to compare
@massquantity massquantity released this 11 Aug 05:03
· 104 commits to master since this release
704da63

πŸš€ Features

  • Support multiple attention layers (#344, #345, #347).
  • Add Transformer model (#360, #361, #363).
  • Online computing serving in Rust (#331).
  • Add gRPC service for Rust serving (#348).

πŸ› Bug Fixes

  • Fix disabling output when verbose <= 0 (#333).
  • Fix request timeout in CI (#355).
  • Fix missing random seeds (#358).
  • Fix failing to consider positive samples in eval_data. (#366).
  • Fix protobuf issue (#368). Users should choose protobuf version cautiously, see known issue.

πŸ“š Documentation

  • Update recommendation content (#336).
  • Add Transformer doc (#362).

🧻 Miscellaneous

  • Comply with Pydantic V2 on optional fields (#326).
  • Refactor tf layers to facilitate the seamless integration of new algorithms (#337, #338, #339, #341, #354).
  • Follow the RUF015 rule in ruff (#352).
  • Remove deprecated sampling method (#353).

Full Changelog: v1.2.2...v1.3.0