Skip to content

Commit

Permalink
set to version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xtof-durr committed Jan 3, 2024
1 parent 855e231 commit 9745c66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

# Changelog

## 1.6

- Added the data structure PC_tree
- Improved the implementations of maximum cardinality bipartite matching

## 1.5

- Corrected a bug in GraphNamedVertices. Now only the minimum weight edge is kept among multiple edges with same endpoints.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='tryalgo',
version='1.5.0',
version='1.6.0',
description=(
'Algorithms and data structures '
'for preparing programming competitions'
Expand Down

0 comments on commit 9745c66

Please sign in to comment.