Skip to content

Commit

Permalink
Set version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorgadov committed Jun 17, 2021
1 parent 65d09af commit 9f3f1a8
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# CHANGELOG

## [0.5.1] 2021-06-17

### Added

- Add `uniformly_spaced` property on trajectory
- Add constant add and sub on trajectories
- Add contant multiplication on trajectories

### Fixed

- Change time data calculation if only dt is given
- Fix comparation using threshold
- Fix a bug on default parameters of trackers
- Fix logging on algorithms

### Others

- Improve tests

## [0.4.2] 2021-06-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = 'Gustavo Viera-López, Alfredo Reyes, Jorge Morgado, Ernesto Altshuler'

# The full version, including alpha/beta/rc tags
release = '0.5.0'
release = '0.5.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "yupi"
version = "0.5.0"
version = "0.5.1"
description = "A package for tracking and analysing objects trajectories"
authors = [
"Gustavo Viera-López <gvieralopez@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion yupi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
'Vector'
]

__version__ = '0.5.0'
__version__ = '0.5.1'

0 comments on commit 9f3f1a8

Please sign in to comment.