Skip to content

Commit

Permalink
Merge pull request #310 from StoXProject/StoX4
Browse files Browse the repository at this point in the history
StoX 4.1.2-9002 See NEWS.md
  • Loading branch information
arnejohannesholmin authored Jan 17, 2025
2 parents 73f0dbf + 88776de commit 5aec50d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# StoX v4.1.2-9002 (2025-01-17)

## Summary
* The StoX version 4.1.2-9002 is a pre-release to the patch release 4.1.2. The main change from StoX 4.1.2-9001 is that RstoxData is also released as a pre-release, which was needed given the current release process.

## Detailed changes
* Improved warning when multiple serial numbers have the same station in NMDBiotic input files.
* Updated documentation on LengthDependentLengthDistributionCompensation with equations.


# StoX v4.1.2-9001 (2025-01-12)

## Summary
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stox",
"version": "4.1.2-9001",
"version": "4.1.2-9002",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "StoX",
"productName": "StoX",
"version": "4.1.2-9001",
"version": "4.1.2-9002",
"description": "StoX: An open source software for marine survey analyses",
"main": "build/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions srv/OfficialRstoxFrameworkVersions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ StoX RstoxFramework Dependencies OptionalDependencies Official Date
4.1.1-9001 4.1.1-9003 RstoxBase_2.1.1-9001,RstoxData_2.1.1-9001 RstoxFDA_1.5.0-9002 FALSE 2024-12-19
4.1.1 4.1.1 RstoxBase_2.1.1,RstoxData_2.1.1 RstoxFDA_1.3.0 TRUE 2024-12-20
4.1.2-9001 4.1.2-9001 RstoxBase_2.1.2-9001,RstoxData_2.1.1 RstoxFDA_1.3.0 FALSE 2025-01-10
4.1.2-9002 4.1.2-9002 RstoxBase_2.1.2-9002,RstoxData_2.1.2-9001 RstoxFDA_1.5.0-9002 FALSE 2025-01-16
4 changes: 2 additions & 2 deletions srv/StoXGUIInternal.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ installOfficialRstoxPackagesWithDependencies <- function(
# Get the R version as two digit string:
twoDigitRVersion <- getTwoDigitRVersionForDownload(Rstox.repos = Rstox.repos)

# Get the package tables from the Rstox
# Get the package tables from CRAN:
dependency.contriburl <- contrib.url(dependency.repos, type = "source")
dependency.available <- utils::available.packages(dependency.contriburl)
# ... and the CRAN repo,
# Get the package tables from the Rstox official repo:
Rstox.contriburl <- contrib.url(Rstox.repos, type = "source")
Rstox.available <- utils::available.packages(Rstox.contriburl)
# ... and rbind to one table to be used in package_dependencies:
Expand Down

0 comments on commit 5aec50d

Please sign in to comment.