-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use changelog package to follow changes in dev
- Loading branch information
1 parent
843d28d
commit 38b5e5e
Showing
3 changed files
with
35 additions
and
7 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,12 +1,17 @@ | ||
# Change log | ||
#### 1.0.0 (2021-05-25) | ||
|
||
# [RELEASED] - 2021-05-xx | ||
##### Documentation Changes | ||
|
||
Note on the release | ||
* **Update package version and install setup:** read version directly from the file version.py ([843d28d7](https://github.com/DeepChainBio/bio-transformers/commit/843d28d75f96b0ac7ead7a8fd09cc7f3c2c02fdb)) | ||
|
||
Added | ||
- added | ||
##### New Features | ||
|
||
Changed | ||
* allow return of full embedding ([7422248d](https://github.com/DeepChainBio/bio-transformers/commit/7422248d6df537a0154317dceefa4fbd7e02718e)) | ||
|
||
Fixed | ||
##### Bug Fixes | ||
|
||
* sequence variable name ([ad781e5c](https://github.com/DeepChainBio/bio-transformers/commit/ad781e5cc25d3db2660d0b7d2157024d178d0d5c)) | ||
|
||
##### Other Changes | ||
|
||
* //github.com/DeepChainBio/bio-transformers into main ([44af0b9e](https://github.com/DeepChainBio/bio-transformers/commit/44af0b9ef395ad8938e7a6f6717291cf93f31ef5)) |
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,22 @@ | ||
{ | ||
"name": "bio-transformers", | ||
"version": "1.0.0", | ||
"description": "<p align=\"center\"> <img width=\"50%\" src=\"./.source/_static/deepchain.png\"> </p>", | ||
"main": "index.js", | ||
"directories": { | ||
"doc": "docs" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/DeepChainBio/bio-transformers.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/DeepChainBio/bio-transformers/issues" | ||
}, | ||
"homepage": "https://github.com/DeepChainBio/bio-transformers#readme" | ||
} |
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