Skip to content

Commit aa30653

Browse files
committed
chore: bump version
1 parent e9c5ec0 commit aa30653

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,20 @@
33

44
## [Unreleased]
55

6+
7+
## 0.4.0
8+
9+
### Added
10+
- Internal geometric solvers and RANSAC
11+
612
### Changed
713
- 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.
14+
- Removed dependency on opengv
15+
- Restructured c++ code
816

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

1221

1322
## 0.3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def build_c_extension():
5050

5151
setuptools.setup(
5252
name='opensfm',
53-
version='0.3.0',
53+
version='0.4.0',
5454
description='A Structure from Motion library',
5555
long_description=open('README.md').read(),
5656
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)