-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(main): release 0.10.1 * Merge old and new changelogs, hope this works --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Robert Lesser <[email protected]>
- Loading branch information
1 parent
df13174
commit 15b3017
Showing
4 changed files
with
44 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.10.0" | ||
".": "0.10.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,134 +1,143 @@ | ||
# 0.11.0 | ||
# Changelog | ||
|
||
- Add `fetchAttr`, `withLoadedAttr`, and `attr` methods to `BaseAtlasClass` to allow for a single reliable | ||
way to await attributes with cache-busting. | ||
## [0.10.1](https://github.com/nomic-ai/ts-nomic/compare/v0.10.0...v0.10.1) (2024-07-24) | ||
|
||
_Introduced Release-Please for Release Management_ | ||
|
||
### Bug Fixes | ||
|
||
# 0.10.0 | ||
- openapi script and file ([#54](https://github.com/nomic-ai/ts-nomic/issues/54)) ([65631bf](https://github.com/nomic-ai/ts-nomic/commit/65631bfc6649fda0b0fd9641fa1437359e199b46)) | ||
|
||
## 0.10.0 | ||
|
||
- Add `fetchAttr`, `withLoadedAttr`, and `attr` methods to `BaseAtlasClass` to allow for a single reliable | ||
way to await attributes with cache-busting. | ||
- Add support for nearest-neighbor search by vector. | ||
|
||
# 0.9.6 | ||
## 0.9.6 | ||
|
||
- Rename "AtlasProject" to "AtlasDataset" with backwards compatible alias. | ||
|
||
# 0.9.5 | ||
## 0.9.5 | ||
|
||
- Fixed issue with duplicate detection parameters | ||
|
||
# 0.9.4 | ||
## 0.9.4 | ||
|
||
- Deprecated 'update_indices' method | ||
|
||
# 0.9.3 | ||
## 0.9.3 | ||
|
||
- Change default projection hyperparameters. | ||
|
||
# 0.9.2 | ||
## 0.9.2 | ||
|
||
- Support for different embedding tasks | ||
- Support for nomic-embed-text-v1.5 | ||
|
||
# 0.9.1 | ||
## 0.9.1 | ||
|
||
- Minor patch | ||
|
||
# 0.9.0 | ||
## 0.9.0 | ||
|
||
- Full support of embedding endpoints with API keys. | ||
|
||
# 0.8.0 | ||
## 0.8.0 | ||
|
||
- Support new Nomic API keys for requests. | ||
- Improved support of tagging. | ||
|
||
# 0.7.0 | ||
## 0.7.0 | ||
|
||
- Methods for creating, updating, deleting tags and tag masks | ||
- Tests for tagging methods | ||
- Adding default organization to user info so tests get run in tester's organization | ||
|
||
# 0.6.2 | ||
## 0.6.2 | ||
|
||
- Improve typing of index creation function | ||
|
||
# 0.6.1 | ||
## 0.6.1 | ||
|
||
- Export APIError for external usage | ||
- uploadArrow now accepts a serialized arrow IPC file in addition to an arrow table | ||
- Fix URL for projection information | ||
|
||
# 0.6.0 | ||
## 0.6.0 | ||
|
||
- Remove all use of `/public` endpoints. | ||
|
||
# 0.5.1 | ||
## 0.5.1 | ||
|
||
- Improved handling of API Errors with APIError class | ||
|
||
# 0.5.0 | ||
## 0.5.0 | ||
|
||
- Switch to more consistent constructor patter of `new AtlasProject(id, user, options) | ||
- Switch to more consistent `info()` pattern as promise. | ||
- Bundle `info()` as a promise to avoid multiple dispatch at once. | ||
- Add `AtlasProject.clear()` to clear cache, and call at the end of the `waitForProjectLock` method. | ||
- Have `AtlasProject` use `AtlasUser` for its `info()` method to allow private method. | ||
|
||
# 0.4.4 | ||
## 0.4.4 | ||
|
||
- Allow passing tables as Uint8Arrays rather than Arrow.Table objects. | ||
|
||
# 0.4.3 | ||
## 0.4.3 | ||
|
||
- `Project.info` calls `User.apiCall()` instead of `Project.apiCall()` to avoid infinite recursion in certain cases. | ||
|
||
# 0.4.2 | ||
## 0.4.2 | ||
|
||
- autocorrect requests | ||
|
||
# 0.4.1 | ||
## 0.4.1 | ||
|
||
- add boolean flag to identify unauthenticated users. | ||
|
||
# 0.4.0 | ||
## 0.4.0 | ||
|
||
- Refactored User.apiCall to deserialize JSON and Arrow before returning (breaking change) | ||
|
||
# 0.3.4 | ||
## 0.3.4 | ||
|
||
- Added protocol switch for localhost development | ||
- Updated apache-arrow to 12.0.1 | ||
|
||
# 0.3.3 | ||
## 0.3.3 | ||
|
||
- Re-added env variable for setting domain | ||
|
||
# 0.3.2 | ||
## 0.3.2 | ||
|
||
- Bump code for commit. | ||
|
||
# 0.3.1 | ||
## 0.3.1 | ||
|
||
- Move tests from typescript to javascript | ||
- Add '.js' suffix to all imports | ||
- Move remote URL model from struct called 'tenants' to a single 'apiLocation'. | ||
|
||
# 0.3.0 | ||
## 0.3.0 | ||
|
||
- Refactoring of environment setting | ||
- Change to AtlasUser initialization | ||
|
||
# 0.2.0 | ||
## 0.2.0 | ||
|
||
2023-06-23 | ||
|
||
- Refactor for new authorization scheme. | ||
- Remove build artifacts from repo. | ||
- Change 'create_project' to be method on `AtlasOrganization`. | ||
|
||
# 0.1.1 - 0.1.6 | ||
## 0.1.1 - 0.1.6 | ||
|
||
Private releases | ||
|
||
# 0.1.0 | ||
## 0.1.0 | ||
|
||
First release | ||
|
||
> > > > > > > main |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nomic-ai/atlas", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"type": "module", | ||
"files": [ | ||
"dist" | ||
|