Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Publish v0.11.0 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint authored Aug 12, 2024
1 parent 8049fdf commit 633a86a
Show file tree
Hide file tree
Showing 21 changed files with 864 additions and 733 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## UNRELEASED
## 2024-08-12 - Version 0.11.0

- Add nearest neighbor classification support for collections [#156](https://github.com/hypermodeAI/functions-as/pull/156)
- Add namespace support for collections [#158](https://github.com/hypermodeAI/functions-as/pull/158)
Expand Down
199 changes: 129 additions & 70 deletions examples/anthropic-functions/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions examples/anthropic-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
},
"dependencies": {
"@hypermode/functions-as": "../../src",
"@hypermode/models-as": "^0.2.2",
"@hypermode/models-as": "^0.2.3",
"json-as": "^0.9.21"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@eslint/js": "^9.9.0",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/parser": "^8.0.1",
"@typescript-eslint/parser": "^8.1.0",
"assemblyscript": "^0.27.29",
"assemblyscript-prettier": "^3.0.1",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1",
"typescript-eslint": "^8.1.0",
"visitor-as": "^0.11.4"
},
"overrides": {
Expand Down
150 changes: 79 additions & 71 deletions examples/classification/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions examples/classification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
},
"dependencies": {
"@hypermode/functions-as": "../../src",
"@hypermode/models-as": "^0.2.2",
"@hypermode/models-as": "^0.2.3",
"json-as": "^0.9.21"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@eslint/js": "^9.9.0",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/parser": "^8.0.1",
"@typescript-eslint/parser": "^8.1.0",
"assemblyscript": "^0.27.29",
"assemblyscript-prettier": "^3.0.1",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1",
"typescript-eslint": "^8.1.0",
"visitor-as": "^0.11.4"
},
"overrides": {
Expand Down
Loading

0 comments on commit 633a86a

Please sign in to comment.