Skip to content

Commit ca49aa4

Browse files
committed
Bump version to 1.8.10
1 parent a301385 commit ca49aa4

File tree

10 files changed

+103
-33
lines changed

10 files changed

+103
-33
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: nat
22
Type: Package
33
Title: NeuroAnatomy Toolbox for Analysis of 3D Image Data
4-
Version: 1.8.9.99
4+
Version: 1.8.10
55
Authors@R: c(
66
person("Gregory", "Jefferis", , "[email protected]", role = c("aut", "cre")),
77
person("James", "Manton", role = c("aut"))

NEWS

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
nat 1.8.9.99
2-
============
1+
nat 1.8.10
2+
==========
33
* pointsinside now works with alpha shape (ashape3d) objects directly (#350)
44
* On windows add cygwin binary directory to path if not present
55
(fixes errors with missing cygwin DLLs)
@@ -12,6 +12,8 @@ nat 1.8.9.99
1212
which was giving problems with pointsinside (#349)
1313
* Fix pointsinside to return TRUE for vertices defining mesh (with distance=0)
1414
(#348)
15+
* Switch pointsinside to use Rvcg::vcgClostKD, thereby fixing some cases
16+
where points were incorrectly reported to be inside a surface. (#352)
1517

1618
nat 1.8.9
1719
=========

docs/articles/Installation.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/neurons-intro.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/ngraph.html

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/pointsinside.html

Lines changed: 50 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/segmentgraph-1.png

1.64 KB
Loading

docs/reference/segmentgraph.html

Lines changed: 42 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)