Skip to content

Commit

Permalink
Merge pull request #2 from mchwalisz/develop
Browse files Browse the repository at this point in the history
Create new release
  • Loading branch information
mchwalisz authored Feb 7, 2018
2 parents 0c7a967 + 2711cb6 commit caecf4d
Show file tree
Hide file tree
Showing 95 changed files with 485,726 additions and 475 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
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

Expand Down
20 changes: 20 additions & 0 deletions .ssh.cfg
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
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ invoke = "*"
tqdm = "*"
seaborn = "*"
matplotlib = "*"
bokeh = "*"
networkx = "*"


[dev-packages]
Expand Down
130 changes: 82 additions & 48 deletions Pipfile.lock

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

Loading

0 comments on commit caecf4d

Please sign in to comment.