Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
- Improved visualisation (single axis, provide Figure)
- Fixed compilation with OpenMP for macos Monterey
- Unified arguments across different methods
  • Loading branch information
wannesm committed Jan 25, 2022
1 parent 4607602 commit 2f77a66
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dtaidistance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Time series distance methods.
:author: Wannes Meert
:copyright: Copyright 2017 KU Leuven, DTAI Research Group.
:copyright: Copyright 2017-2022 KU Leuven, DTAI Research Group.
:license: Apache License, Version 2.0, see LICENSE for details.
"""
Expand All @@ -32,7 +32,8 @@
# "then run `cd {};python3 setup.py build_ext --inplace`.".format(dtaidistance_dir))
dtw_cc = None

__version__ = "2.3.4"
__version__ = "2.3.5"
__author__ = "Wannes Meert"
__copyright__ = "Copyright 2017-2021 KU Leuven, DTAI Research Group"
__copyright__ = "Copyright 2017-2022 KU Leuven, DTAI Research Group"
__license__ = "Apache License, Version 2.0"

0 comments on commit 2f77a66

Please sign in to comment.