Skip to content

Commit 487964f

Browse files
committed
Bump version to 1.11.0 and update news
1 parent 515c014 commit 487964f

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
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.10.4
4+
Version: 1.11.0
55
Authors@R: c(
66
person("Gregory","Jefferis", email="[email protected]",
77
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0587-9355")),

NEWS.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# nat 1.11.0
2+
3+
This release bundles together a large number of changes and is targeting a CRAN
4+
release i.e. for the first time in many years bringing CRAN up to date with the
5+
master branch of nat development.
6+
7+
* Fix handling of null elements in xyzmatrix.list by @jefferis in https://github.com/natverse/nat/pull/488
8+
* Minor edit of stitch_neurons edge cases by @dokato in https://github.com/natverse/nat/pull/493
9+
* Making as.seglist compatible with R/igraph 1.3.0 by @dokato in https://github.com/natverse/nat/pull/492
10+
* Changed neimode argument to mode by @dokato in https://github.com/natverse/nat/pull/496
11+
* Neurons matched by first column in case of generic row names in… by @dokato in https://github.com/natverse/nat/pull/467
12+
* Switching off patch in codecov by @dokato in https://github.com/natverse/nat/pull/507
13+
* ngraph operations inform when not a neuron is passed as an argument by @dokato in https://github.com/natverse/nat/pull/506
14+
* Fix/matching by col numeric by @jefferis in https://github.com/natverse/nat/pull/504
15+
* Fix test of attribute length mismatch for new igraph by @jefferis in https://github.com/natverse/nat/pull/512
16+
* Change rgl.* calls to *3d by @dmurdoch in https://github.com/natverse/nat/pull/508
17+
* Feature/write mesh fixes by @jefferis in https://github.com/natverse/nat/pull/514
18+
* Create CODE_OF_CONDUCT.md by @schlegelp in https://github.com/natverse/nat/pull/516
19+
* igraph dfs may signal unreachable nodes with 0 by @jefferis in https://github.com/natverse/nat/pull/518
20+
* Fixes for CRAN + R-4.5.1 by @jefferis in https://github.com/natverse/nat/pull/520
21+
22+
## New Contributors
23+
* @dmurdoch made their first contribution in https://github.com/natverse/nat/pull/508
24+
* @schlegelp made their first contribution in https://github.com/natverse/nat/pull/516
25+
26+
**Full Changelog**: https://github.com/natverse/nat/compare/v1.10.4...v1.11.0
27+
128
# nat 1.10.4
229

330
* `xyzmatrix<-` can now set list columns containing coordinates in forms like

0 commit comments

Comments
 (0)