Skip to content

Releases: Aleph-Alpha/aleph-alpha-client

v8.0.0

05 Dec 09:41
439634a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.6.0...v8.0.0

v7.6.0

18 Nov 11:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.5.1...v7.6.0

v7.5.1

05 Nov 06:55
Compare
Choose a tag to compare

What's Changed

  • fix: read package version from pyproject.toml if not found in metadata by @moldhouse in #194

Full Changelog: v7.5.0...v7.5.1

v7.5.0

04 Nov 14:23
8fd35fe
Compare
Choose a tag to compare

What's Changed

  • Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 by @dependabot in #186
  • feat: add chat endpoint to sync and async client by @moldhouse in #187
  • build: change from setuptools to poetry by @moldhouse in #188
  • build: avoid importing entire repo for building read the docs by @fgebhart in #190
  • enhance rtd config file to support poetry extra doc deps by @fgebhart in #191
  • fix read-the-docs build pipeline by @fgebhart in #192
  • ci: build package before checking version by @moldhouse in #193

New Contributors

Full Changelog: v7.4.0...v7.5.0

v7.4.0

02 Oct 09:17
7c07328
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.3.0...v7.4.0

v7.3.0

13 Aug 10:55
1ec4c50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.1.0...v7.3.0

v7.1.0

25 Apr 17:44
5791bc0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.1...v7.1.0

v7.0.1

21 Feb 10:01
0e92854
Compare
Choose a tag to compare

What's Changed

  • fixed a bug in from_tokens and Token documentation

Full Changelog: v7.0.0...v7.0.1

v7.0.0

15 Jan 15:30
65688cd
Compare
Choose a tag to compare
  • Added num_tokens_prompt_total to EvaluationResponse
  • HTTP API version 1.16.0 or higher is required.

v6.0.0

11 Jan 12:39
Compare
Choose a tag to compare
  • Added num_tokens_prompt_total to the types below.
    This is a breaking change since num_tokens_prompt_total is mandatory.
    • EmbeddingResponse
    • SemanticEmbeddingResponse
    • BatchSemanticEmbeddingResponse
  • HTTP API version 1.15.0 or higher is required.