We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38afcfe commit 84979baCopy full SHA for 84979ba
DESCRIPTION
@@ -1,7 +1,7 @@
1
Type: Package
2
Package: natcpp
3
Title: Fast C++ Primitives for the 'NeuroAnatomy Toolbox'
4
-Version: 0.1.1.9000
+Version: 0.2
5
Authors@R:
6
person(given = "Gregory",
7
family = "Jefferis",
NEWS.md
@@ -1,4 +1,12 @@
-# natcpp (development version)
+# natcpp 0.2
+
+* add fast coordinate / index conversion functions in https://github.com/natverse/natcpp/pull/2
+ - `c_coords21dindex()`
+ - `c_ijkpos()`
+ - `c_sub2ind()`
+ to make `nat::coord2ind()` and friends much more memory efficient
8
9
+**Full Changelog**: https://github.com/natverse/natcpp/compare/v0.1.1...v0.2
10
11
# natcpp 0.1.1
12
0 commit comments