forked from Pike1z/SETSM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
66 lines (49 loc) · 1.82 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
SETSM Change Log
----------------
This file briefly describes the changes to the SETSM software package.
The most recent changes are listed first.
SETSM 4.0.0 (6/26/2019)
* Changes since 3.4.3
- Changed code to C++
- Replaced triangulation libraries with integer-based algorithm
- Refactored code to reduce roundoff error
- UTM equator boundary bug fix
- Voxel out of memory issue fix
- Semi Global Matching application
SETSM 3.4.3 (3/18/2019)
* Changes since 3.4.2
- Memory issue fixed
- Memory requirements reduced
- Support for 50cm DEMS improved
SETSM 3.4.2 (2/3/2019)
* Changes since 3.4.1
- Bug fixes
SETSM 3.4.1 (1/14/2019)
* Changes since 3.4.0
- Bug fixes
SETSM 3.4.0 (11/14/2018)
* Changes since 3.3.2
- Command-line arguments changed
- default.txt no longer used
- Many changes to the algorithm and code
- Improved running time
SETSM 3.3.2 (07/13/2018)
* Changes since 3.3.1
- Changed output format to GeoTIFF
SETSM 3.3.1 (04/26/2018)
* Changes since 3.3.0
- Orthoimage generation bug fixed about xml file format
- Added Local Surface Filter as post processing
- Updated matchtag information
- Reduced divot blunders over smooth surfaces
SETSM 3.3.0 (03/14/2018)
* Changes since 3.2.8
- Code restructuring and cleanup
- Cleanup of MPI code, renaming of executable
- Added hooks to support Triangle as an alternative to Fortune's voronoi
- Changed int to long in some functions to support larger grids
- Improved handling of out-of-memory situations
- Added instructions (README_Windows.md) for building and running on Windows
- Added an option -RAonly intended to improved efficiency of MPI parallel
computing. RA computation is not MPI parallelized and can now be done
separately (prior to) the main computation.