Skip to content

Commit

Permalink
Update CHANGES and update networkx version
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvossen committed Jun 13, 2020
1 parent 9a0f961 commit a13a226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ v0.4.0, 2020-06-02 -- Add StatsBomb event Serializer
Pass a logger to performance_logging instead of print to stdout
Minor fixes to datasets loader
v0.4.1, 2020-06-05 -- Fix for StatsBomb Serializer when location contains z coordinate
v0.5.0, 2020-06-13 -- Add pattern matching based on regular expressions
Add kloppy-query: command line tool to search for patterns
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
install_requires=[
'lxml>=4.5.0',
'requests>=2.0.0',
'networkx>=2.2'
'networkx>=2.4'
],
extras_require={
'test': [
Expand Down

0 comments on commit a13a226

Please sign in to comment.