Skip to content

Commit 84979ba

Browse files
committed
Bump version to 0.2 and update NEWS
1 parent 38afcfe commit 84979ba

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: natcpp
33
Title: Fast C++ Primitives for the 'NeuroAnatomy Toolbox'
4-
Version: 0.1.1.9000
4+
Version: 0.2
55
Authors@R:
66
person(given = "Gregory",
77
family = "Jefferis",

NEWS.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# natcpp (development version)
1+
# natcpp 0.2
2+
3+
* add fast coordinate / index conversion functions in https://github.com/natverse/natcpp/pull/2
4+
- `c_coords21dindex()`
5+
- `c_ijkpos()`
6+
- `c_sub2ind()`
7+
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
210

311
# natcpp 0.1.1
412

0 commit comments

Comments
 (0)