Skip to content

Commit

Permalink
(ci): Add automatic changelog
Browse files Browse the repository at this point in the history
Use changelog package to follow changes in dev
  • Loading branch information
delfosseaurelien committed May 25, 2021
1 parent 843d28d commit 38b5e5e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 7 deletions.
19 changes: 12 additions & 7 deletions CHANGELOG.md
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))
22 changes: 22 additions & 0 deletions package.json
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"
}
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ fair-esm==0.3.1
m2r2==0.2.7
numpy>=1.16
pandas>=1.2.3
pytest-cov==2.12.0
sphinx-notfound-page==0.6
sphinx_rtd_theme==0.5.2
sphinx_tabs==2.1.0
Expand Down

0 comments on commit 38b5e5e

Please sign in to comment.