Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Sep 3, 2015
1 parent 74eff5f commit 863965b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# v2.1.0 (unreleased)
---------------------

## Improvements

- Test against Python 3.4 using Travis

## API changes

- Properties on `CameraModel` (e.g. `cam.M`) are deprecated and will
be removed in a future release.
- Intrinsic parameter matrix is normalized upon loading in
`CameraModel._from_parts`, which is called by most constructors.

## Bugfixes

- Mirroring and flipping cameras with skew, distortion, and
rectification work now.

2.0.0
-----

First real release

0 comments on commit 863965b

Please sign in to comment.