-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update facet docs As per #617 * Removal/deprecation of is and not operators * New release notes file for ADC API Added deprecation of is and not. * Error codes, repository loading changes As per #431 and #487 * Add 408 and 413 errors * Added 408 and 413 errors * Add docs for AA/nt case discussion As per #528 * Update data loading recommendation * Remove docs about deprecated not operator * Update to array query docs. * Typo fix
- Loading branch information
Showing
5 changed files
with
344 additions
and
58 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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
AIRR Data Commons API Release Notes | ||
================================================================================ | ||
|
||
Version 2.0: June 2024 | ||
-------------------------------------------------------------------------------- | ||
|
||
**Version 2.0 ADC API release.** | ||
|
||
General ADC API Changes: | ||
|
||
1. Operators ``is`` and ``not`` have been depcreated. These operators based on the GDC API | ||
are non-inutitive in that the ``not`` operator is not the boolean ``not`` operator. These operators | ||
were functionally equivalent to the more aptly named ``is missing`` and ``is not missing`` operators, | ||
which still remain and should be used. | ||
|
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
Oops, something went wrong.