Skip to content

Commit

Permalink
bumping the version to 2.99.0, expecting a major v bump in the coming…
Browse files Browse the repository at this point in the history
… release
  • Loading branch information
federicomarini committed Sep 13, 2024
1 parent 4cf99bf commit 1f52265
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: pcaExplorer
Type: Package
Title: Interactive Visualization of RNA-seq Data Using a Principal Components Approach
Version: 2.31.1
Date: 2024-09-12
Version: 2.99.0
Date: 2024-09-13
Authors@R: c(person("Federico", "Marini", role = c("aut", "cre"),
email ="[email protected]",
comment = c(ORCID = '0000-0003-3252-7758')))
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# pcaExplorer 2.32.0
# pcaExplorer 2.99.0

## Other notes

* The transition to the functions available in the `mosdef` Bioconductor is complete, with the original functions now being deprecated. This applies to `topGOtable()` (now replaced by `mosdef::run_topGO()`)
* The gene plot widgets now also use the `gene_plot()` function from `mosdef`, instead of the previous undocumented internal function
* The Roxygen-based documentation now supports markdown. No visible changes should appear to the user, as the content should have stayed fairly the same
* Although no visible changes for the end user are expected, the incoming major version bump will reflect the change in the dependency graph, ensuring that this is noticed at least at the version numbering level

# pcaExplorer 2.22.0

Expand Down

0 comments on commit 1f52265

Please sign in to comment.