Skip to content

Commit ac8f15b

Browse files
hlappcboettig
authored andcommitted
Adds description of changes for next release (#195)
* Adds description of changes for next release Also, it seems that instead of incrementing to v2.1.3, which I had been assuming so far by default, we increment to v2.2.0, given that at least one method changed it's API (even if not in a backwards-incompatible manner). Part of addressing #185. * Increments version to v2.2.0 The change is both in NEWS and DESCRIPTION for consistency.
1 parent 2e4ad3a commit ac8f15b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: RNeXML
22
Type: Package
33
Title: Semantically Rich I/O for the 'NeXML' Format
4-
Version: 2.1.2.99
4+
Version: 2.2.0
55
Authors@R: c(person("Carl", "Boettiger", role = c("cre", "aut"),
66
email="[email protected]", comment = c(ORCID="0000-0002-1642-628X")),
77
person("Scott", "Chamberlain", role ="aut", comment = c(ORCID="0000-0003-1444-9135")),

NEWS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ For more fine-grained list of changes or to report a bug, consult
66
* [The issues log](https://github.com/ropensci/RNeXML/issues)
77
* [The commit log](https://github.com/ropensci/RNeXML/commits/master)
88

9+
v2.2.0
10+
------
11+
12+
- Fixes various (previously broken) aspects of handling polymorphic
13+
and uncertain states for discrete (non-molecular) and continuous
14+
characters, including obtaining a character matrix (#174), ensuring
15+
proper column types (#188), and serializing to NeXML (#192).
16+
- Adds the optional ability to, in addition to the character matrix,
17+
obtain a concordantly formatted matrix of state types (standard,
18+
polymorphic, uncertain).
19+
- Fixes loss of certain literal-valued metadata when serializing to
20+
NeXML. #193
21+
- Drops package phylobase as dependency. (Also removes circular
22+
dependency chain, because phylobase depends on RNeXML.)
923

1024
v2.1.2
1125
------

0 commit comments

Comments
 (0)