Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinus committed Apr 23, 2020
1 parent e9c5ec0 commit aa30653
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,20 @@

## [Unreleased]


## 0.4.0

### Added
- Internal geometric solvers and RANSAC

### Changed
- Undistorted images, masks and depthmaps are now under the undistorted folder. Use the `bin/migrate_undistort.sh` script to port old datasets to the new folder structure.
- Removed dependency on opengv
- Restructured c++ code

### Improved
- Undistorting 16bit images now produces 16bit undistorted images. @pierotofy
- Fix bug on multiple reconstruction alignment. @linusmartensson


## 0.3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def build_c_extension():

setuptools.setup(
name='opensfm',
version='0.3.0',
version='0.4.0',
description='A Structure from Motion library',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit aa30653

Please sign in to comment.