-
Notifications
You must be signed in to change notification settings - Fork 483
/
CHANGELOG
32 lines (22 loc) · 931 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
2013-12-29 Noah Snavely <[email protected]>
* Added support for Ceres solver
* Cleaning up the code a bit
2010-04-03 Noah Snavely <[email protected]>
* Upgrade to v0.4
* Removed reference implementations of LAPACK and BLAS due to
bugs in 64-bit version
* Updated Bundle2PMVS to work with new version of PMVS
* Updated RadialUndistort (note that you now must specify an
* output directory)
* Added Bundle2Vis tool
2009-05-04 Noah Snavely <[email protected]>
* Upgrade to v0.3
* Added Visual Studio project files
* Added reference implementations of required libs: LAPACK, BLAS,
MINPACK, CBLAS, f2c, etc.
* Several bug fixes
* Added Bundle2PMVS utility program
* Cleaner Makefiles and scripts (thanks to Bart van Andel)
2008-10-08 Noah Snavely <[email protected]>
* Upgrade to v0.2
* Mainly code refactoring