Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
stufield committed Jul 26, 2021
1 parent c9a72e8 commit 62c2de6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: SomaDataIO
Title: SomaData Input/Output Package
Version: 5.0.0.9000
Version: 5.1.0
Authors@R:
c(person(given = "Stu",
family = "Field",
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# SomaDataIO (development version)
# SomaDataIO 5.1.0

* New `set_rn()` drop-in replacement for `magrittr::set_rownames()`
* `getFeatures()` was renamed to be less ambiguous and better align with
internal SomaLogic code usage. Now use `getAnalytes()`
* `getFeatureData()` was also renamed to `getAnalyteInfo()`
* various upgrades as required by code changes in external
package dependencies, e.g. `tidyverse`.
* new alias for `read_adat()`, `read.adat()`, for backward compatibility
to previous versions of `SomaDataIO`

# SomaDataIO 5.0.0

Expand Down

0 comments on commit 62c2de6

Please sign in to comment.