Skip to content

Releases: fnnx-ai/scikit-llm

v1.4.3

Choose a tag to compare

@github-actions github-actions released this 21 Jan 13:57
cf66803

Changes

  • Fix prompt typo templates.py (#125)
  • Remove debug print statement and bump to v1.4.3 (#129)

🧹 Maintenance

  • Bump peter-evans/create-pull-request from 6 to 7 (#116)

v1.4.2

Choose a tag to compare

@github-actions github-actions released this 20 Sep 19:36

Changes

🚀 Features

  • Added model constants file and standardize model name usage (#124)
  • Added Anthropic API support (#118)
  • Added support for reasoning models/gpt-5

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 09 Nov 20:57
35315db

Changes

  • Fixed labels extraction for multi-label classifiers (#117)

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 20:11
261f501

Changes

  • Replaced gpt4all with llama-cpp-python (#110)

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 19:12
a9c29c4

Changes

  • Added gpt-4o-mini to the list of tunable models (#108)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 21:35
d0fe2b2

Changes

  • Chain of thought classifier (#106)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 18:04
fd3a4ac

Changes

  • Added NER task (#103)
  • Added multi-threading (#101)
  • Adjusted attributes in OpenAI mixin (#95)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 25 May 08:26

Changes

  • Updated default models (#94)
  • Added Gemini support [Vertex backend] (#94)
  • Added custom URL support [GPT backend] (#94)
  • Added embedding support for Azure [GPT backend] (#94)
  • Added optional distance metric for KNN in DynamicFewShotGPTClassifier (#92)

🧹 Maintenance

  • Bump actions/checkout from 3 to 4 (#72)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Dec 18:09
0bdea94

Changes

  • Major code refactoring
  • New documentation

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 09 Nov 11:22
0c91a25

Changes

  • OpenAI version is temporarily set to <1.0 in order to avoid compatibility issues