Skip to content

Commit

Permalink
docs: remove rubbish from changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HLasse committed Jan 3, 2023
1 parent e7f70e7 commit 35adc3b
Showing 1 changed file with 0 additions and 60 deletions.
60 changes: 0 additions & 60 deletions CHANGELOG.md
Expand Up @@ -6,66 +6,6 @@
### Fix
* Update huggingface name for wrapped models ([`cbb3f3b`](https://github.com/centre-for-humanities-computing/DaCy/commit/cbb3f3b53454ecb660044037ed1854c278047055))

## v2.2.8 (2023-01-03)
### Fix
* Cleaning up ci for final test of semantic release ([`9ac1320`](https://github.com/centre-for-humanities-computing/DaCy/commit/9ac13204e1f545c2cf213c0b9805f44f6c661c83))

## v2.2.7 (2023-01-03)
### Fix
* Semantic release ([`1b35ee4`](https://github.com/centre-for-humanities-computing/DaCy/commit/1b35ee40ccac2138417d3ddc78298bc98fd6e734))

## v2.2.6 (2023-01-03)
### Fix
* Semantic release ([`78cfb0e`](https://github.com/centre-for-humanities-computing/DaCy/commit/78cfb0e07f49c53c674dec469c20575aae00cf71))

## v2.2.5 (2023-01-03)
### Fix
* Semantic release ([`94d7ba4`](https://github.com/centre-for-humanities-computing/DaCy/commit/94d7ba49d24fbd373271489e80839514e9c060fe))

## v2.2.4 (2023-01-03)
### Fix
* Test semantic release ([`9458053`](https://github.com/centre-for-humanities-computing/DaCy/commit/9458053d51a00b50988c2a1c6d826a5965d0d9f3))

## v2.2.3 (2023-01-02)
### Fix
* Added built system to pyproject.toml ([`a26c62b`](https://github.com/centre-for-humanities-computing/DaCy/commit/a26c62b0d399e66238737a24284fd5d726b2ff88))

## v2.2.2 (2023-01-02)
### Fix
* Config for pyproject.toml ([`a04fa86`](https://github.com/centre-for-humanities-computing/DaCy/commit/a04fa864bad2a5d53df472e9281f13f1dd12391e))

## v2.2.1 (2023-01-02)
### Fix
* Semantic release ([`120d0ce`](https://github.com/centre-for-humanities-computing/DaCy/commit/120d0ce8b03a01568368f6df517d255dfb1ae0d8))

## v2.2.0 (2023-01-02)


## v2.1.0 (2023-01-02)


## v2.0.7 (2023-01-02)


## v2.0.6 (2023-01-02)
### Fix
* Semantic versioning ([`34ca73c`](https://github.com/centre-for-humanities-computing/DaCy/commit/34ca73c0092c8c394a5a1916084fb822e48bbdf4))

## v2.0.5 (2023-01-02)
### Fix
* Semantic release ([`64b0013`](https://github.com/centre-for-humanities-computing/DaCy/commit/64b00130501264215bab54f4e71affc4d6fd7671))

### Documentation
* Remove unused badges ([`8eff788`](https://github.com/centre-for-humanities-computing/DaCy/commit/8eff7889b4e2cc6e390e596be457e82e8f43afab))

## v2.0.4 (2023-01-02)
### Fix
* Token name ([`3231282`](https://github.com/centre-for-humanities-computing/DaCy/commit/3231282eea2dd571c7ef98f808afd5d65ec56c7d))

## v2.0.3 (2023-01-02)
### Fix
* Semantic relase ([`91c7a80`](https://github.com/centre-for-humanities-computing/DaCy/commit/91c7a80dbf74d3b3f66d8a33b16cdfb06f252933))

### Documentation
* Updated github action badge ([`20b6bc9`](https://github.com/centre-for-humanities-computing/DaCy/commit/20b6bc9ca481232220e9b6b2d35683d17bb51889))

Expand Down

1 comment on commit 35adc3b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dacy
   __init__.py50100% 
   download.py50394%28, 85, 101
   load.py160100% 
   utils.py110100% 
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dacy/datasets
   __init__.py60100% 
   constants.py10100% 
   dane.py40198%55
   names.py26292%44, 97
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dacy/datasets/lookup_tables
   __init__.py00100% 
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dacy/hate_speech
   __init__.py10100% 
   wrapped_models.py26292%84, 111
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dacy/score
   __init__.py20100% 
   input_length.py160100% 
   score.py72199%94
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dacy/sentiment
   __init__.py10100% 
   wrapped_models.py28775%163–170
TOTAL3011695% 

Please sign in to comment.