You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prepping v1.4.0 for CRAN submission. This version migrates the package to use the new QS2 format for saving and loading simulation results. Not backward compatible with QS.
Copy file name to clipboardExpand all lines: NEWS.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
# version 1.4.0
2
+
3
+
The R package `qs` will be deprecated soon, so `poems` has updated its `qs` dependency to `qs2`. Please note that `qs2` is not backward-compatible, so `poems` will no longer be able to handle `qs` data files.
4
+
1
5
# version 1.3.3
2
6
## Bug fixes
3
7
- Fixed a bug that caused the `population_density` function to fail when population density was logistic and there were no growth rates (that is, a stagnant population).
Copy file name to clipboardExpand all lines: cran-comments.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,25 @@
1
1
## Test environments
2
-
* local macOS 15 install, Intel chip, R 4.5.0
2
+
* local macOS 15.6.1 install, Apple Silicon chip, R 4.5.1
3
3
* Windows, R-devel (via win-builder)
4
4
* macOS, Apple Silicon chip, R 4.5.0 (via mac-builder)
5
5
* Ubuntu 24.04, R-devel (via Github Actions)
6
-
* Ubuntu 24.04, R 4.5.0 (via Github Actions)
6
+
* Ubuntu 24.04, R 4.5.2 (via Github Actions)
7
7
* Ubuntu 24.04, R 4.4.3 (via Github Actions)
8
8
9
9
## R CMD check results
10
10
11
11
0 ERRORs, 0 WARNINGs, 0 NOTEs.
12
12
13
-
## Past R CMD check results
13
+
## Changes in this version
14
14
15
-
`poems` did not have a dependency on R 4.1.0 as it should have. I have now updated the DESCRIPTION file.
15
+
This version (1.4.0) updates the dependency from the deprecated `qs` package to `qs2`.
16
+
17
+
**Important note**: `qs2` is not backward-compatible with `qs`. Users with existing `qs` data files will need to convert them to `qs2` format or continue using an older version of `poems`.
18
+
19
+
New features:
20
+
* Added support for reading `.qs2` files in the Generator class via the file_type = "QS2" parameter
21
+
* Added comprehensive test coverage for QS2 file handling (21 new test assertions)
22
+
* Updated all documentation to reflect the qs2 migration
0 commit comments