Skip to content

Commit

Permalink
Release 16.2.1 (#808)
Browse files Browse the repository at this point in the history
Co-authored-by: Moritz Heckmann <moritz.heckmann@datavisyn.io>
Co-authored-by: dvmoritzschoefl <77104411+dvmoritzschoefl@users.noreply.github.com>
Co-authored-by: Michael Puehringer <michael.puehringer@datavisyn.io>
Co-authored-by: dvtschachinger <thomas.schachinger@datavisyn.io>
Co-authored-by: Holger Stitz <holger.stitz@datavisyn.io>
Co-authored-by: Michael Pühringer <51900829+puehringer@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dvzacharycutler <zachary.cutler@datavisyn.io>
Co-authored-by: oltionchampari <oltion.champari@datavisyn.io>
Co-authored-by: Christian Bors <christian.bors@datavisyn.io>
Co-authored-by: dvflorianengertsberger <87969942+dvflorianengertsberger@users.noreply.github.com>
Co-authored-by: Zach Cutler <87644761+dvzacharycutler@users.noreply.github.com>
Co-authored-by: anita-steiner <>
Co-authored-by: Anita Steiner <anita.steiner@datavisyn.io>
Co-authored-by: dvdanielamoitzi <57343176+dvdanielamoitzi@users.noreply.github.com>
Co-authored-by: Christian Bors <84898946+dvchristianbors@users.noreply.github.com>
Co-authored-by: Markus Vogl <80687597+dvmarkusvogl@users.noreply.github.com>
Co-authored-by: Champari Oltion <51322092+oltionchampari@users.noreply.github.com>
  • Loading branch information
18 people authored Nov 24, 2022
1 parent 2909412 commit 5395d33
Show file tree
Hide file tree
Showing 38 changed files with 106 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ node_modules/
!.yarn/versions

# env
/env/
/.venv*/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ cd tdp_core
yarn install

# Backend
python3 -m venv env # create a new virutal environment
source env/bin/activate # active it
python3 -m venv .venv # create a new virtual environment
source .venv/bin/activate # active it
make develop # install all dependencies
```

Expand Down
2 changes: 1 addition & 1 deletion dist/lineup/ARankingView.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 13 additions & 10 deletions dist/lineup/ARankingView.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/lineup/ARankingView.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lineup/Ranking.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions dist/lineup/Ranking.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/lineup/Ranking.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lineup/internal/ScoreUtils.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions dist/lineup/internal/ScoreUtils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5395d33

Please sign in to comment.