Skip to content

Commit db6eb97

Browse files
committed
update change log
1 parent d3cfc5e commit db6eb97

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

changelog.html

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,13 @@
5757
<li class="toctree-l1"><a class="reference internal" href="pycolmap/index.html">PyCOLMAP</a></li>
5858
<li class="toctree-l1"><a class="reference internal" href="faq.html">Frequently Asked Questions</a></li>
5959
<li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog</a><ul>
60+
<li class="toctree-l2"><a class="reference internal" href="#colmap-3-11-1-12-06-2024">COLMAP 3.11.1 (12/06/2024)</a><ul>
61+
<li class="toctree-l3"><a class="reference internal" href="#bug-fixes">Bug Fixes</a></li>
62+
</ul>
63+
</li>
6064
<li class="toctree-l2"><a class="reference internal" href="#colmap-3-11-11-28-2024">COLMAP 3.11 (11/28/2024)</a><ul>
6165
<li class="toctree-l3"><a class="reference internal" href="#new-features">New Features</a></li>
62-
<li class="toctree-l3"><a class="reference internal" href="#bug-fixes">Bug Fixes</a></li>
66+
<li class="toctree-l3"><a class="reference internal" href="#id2">Bug Fixes</a></li>
6367
<li class="toctree-l3"><a class="reference internal" href="#breaking-changes">Breaking Changes</a></li>
6468
<li class="toctree-l3"><a class="reference internal" href="#full-change-list-sorted-temporally">Full Change List (sorted temporally)</a></li>
6569
</ul>
@@ -113,6 +117,17 @@
113117

114118
<section id="changelog">
115119
<span id="id1"></span><h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading"></a></h1>
120+
<section id="colmap-3-11-1-12-06-2024">
121+
<h2>COLMAP 3.11.1 (12/06/2024)<a class="headerlink" href="#colmap-3-11-1-12-06-2024" title="Link to this heading"></a></h2>
122+
<section id="bug-fixes">
123+
<h3>Bug Fixes<a class="headerlink" href="#bug-fixes" title="Link to this heading"></a></h3>
124+
<ul class="simple">
125+
<li><p>Fix typo in pycolmap function align_reconstruction_to_locations interface by &#64;B1ueber2y in <a class="reference external" href="https://github.com/colmap/colmap/pull/2961">https://github.com/colmap/colmap/pull/2961</a></p></li>
126+
<li><p>Add back some ceres bindings to use pycolmap bundle adjustment without pyceres by &#64;B1ueber2y in <a class="reference external" href="https://github.com/colmap/colmap/pull/2985">https://github.com/colmap/colmap/pull/2985</a></p></li>
127+
<li><p>Fix setting of RANSAC max error in pose prior BA alignment by &#64;ahojnnes in <a class="reference external" href="https://github.com/colmap/colmap/pull/2993">https://github.com/colmap/colmap/pull/2993</a></p></li>
128+
</ul>
129+
</section>
130+
</section>
116131
<section id="colmap-3-11-11-28-2024">
117132
<h2>COLMAP 3.11 (11/28/2024)<a class="headerlink" href="#colmap-3-11-11-28-2024" title="Link to this heading"></a></h2>
118133
<section id="new-features">
@@ -129,8 +144,8 @@ <h3>New Features<a class="headerlink" href="#new-features" title="Link to this h
129144
<li><p>Many more performance optimizations and other improvements. See full list of changes below.</p></li>
130145
</ul>
131146
</section>
132-
<section id="bug-fixes">
133-
<h3>Bug Fixes<a class="headerlink" href="#bug-fixes" title="Link to this heading"></a></h3>
147+
<section id="id2">
148+
<h3>Bug Fixes<a class="headerlink" href="#id2" title="Link to this heading"></a></h3>
134149
<ul class="simple">
135150
<li><p>Fixed non-deterministic behavior of CUDA SIFT feature extractor. Broken since 3.10 release.</p></li>
136151
<li><p>Fixed orientation detection of covariant/affine SIFT feature extractor. Broken since initial release.</p></li>

0 commit comments

Comments
 (0)