-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from mchwalisz/develop
Create new release
- Loading branch information
Showing
95 changed files
with
485,726 additions
and
475 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,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.2.0 | ||
current_version = 0.3.0 | ||
commit = True | ||
tag = True | ||
|
||
|
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,20 @@ | ||
|
||
Host api.twist.tu-berlin.de | ||
User proxyuser | ||
HostName api.twist.tu-berlin.de | ||
Port 2222 | ||
ProxyCommand none | ||
BatchMode yes | ||
PasswordAuthentication no | ||
|
||
Host tplink* | ||
User root | ||
|
||
Host tplink* nuc* | ||
ProxyCommand ssh -q -p 2222 -W %h:%p [email protected] | ||
ControlMaster auto | ||
ControlPath ~/.ssh/twist-%r@%h:%p | ||
ControlPersist 1h | ||
ServerAliveInterval 60 | ||
TCPKeepAlive yes | ||
compression no |
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 |
---|---|---|
|
@@ -19,6 +19,8 @@ invoke = "*" | |
tqdm = "*" | ||
seaborn = "*" | ||
matplotlib = "*" | ||
bokeh = "*" | ||
networkx = "*" | ||
|
||
|
||
[dev-packages] | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.