Skip to content

Releases: microsoft/sammo

Saving the optimizer state

10 Jul 17:20
420df88
Compare
Choose a tag to compare

Now possible via optimizer.save().

Added Python 3.9 + 3.10 compatibility

30 May 20:28
24c5dc4
Compare
Choose a tag to compare

SAMMO should now run on Python 3.9 and 3.10 as parts of asyncio have been backported.

0.1.6: Better embeddings

28 Mar 17:14
f32e17f
Compare
Choose a tag to compare

Embeddings are now cached via a SQLite database on an instance basis. This avoids having to call endpoints repeatedly if batch ordering differs.

0.1.4: New tutorial

12 Mar 21:36
2f8f0f2
Compare
Choose a tag to compare
Merge pull request #27 from microsoft/dev/t-schn/new-tutorial

New tutorial

0.1.3

12 Mar 20:01
7c6e1bc
Compare
Choose a tag to compare

Refactoring and smaller bug fixes

0.1.0.6

25 Jan 02:04
a5d874e
Compare
Choose a tag to compare

No API changes

0.1.0.5

25 Jan 01:36
376eeda
Compare
Choose a tag to compare

This release does not change API or functionality. Some test and build dependencies have been removed.