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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,24 @@ section for the next release.
5
5
6
6
For more information about this file see also [Keep a Changelog](http://keepachangelog.com/) .
7
7
8
-
## [Unreleased]
8
+
## [1.9.0] - 2025-05-25
9
9
10
10
### Added
11
11
12
12
- Documentation of `make` options including addition of `make help`
13
+
- Removed reference to PEcAn VM from documentation #3478
13
14
- Add make option to document a single package with `make documentation pathto/package`
14
15
-`settings$host$qsub` and `settings$host$modellauncher$qsub.extra` will now expand `@NJOBS@` to the number of models in the run, allowing e.g. `--array=1-@NJOBS@`. Note that qsub still by default submits every model as a separate job, so for now this is mostly useful for custom modellauncher scripts
15
-
16
16
- Added automated pkgdown documentation for all PEcAn packages (@divine7022, #3482):
17
17
- Compiled pages are live at https://pecanproject.github.io/package-documentation and inside Docker at `pecan.localhost/pkgdocs/`, and these are automatically updated each time a PR to the source packages is merged.
18
18
- You can compile all pkgdown pages locally at any time with `make pkgdocs`.
19
19
20
20
### Fixed
21
+
- api to correctly use x_var from request in plotResults #3528
22
+
- rstudio username is now set using DEFAULT_USER
23
+
- ed2 did not compile with newer rocker images
24
+
- api did not compile with newer rocker images
25
+
- maespa did not compile with new fortran compiler
21
26
- updated github action to build docker images
22
27
- PEcAn.SIPNET now accepts relative paths in its input XML (#3418). Previously all files referenced in the autogenerated `job.sh` needed to be specified as absolute paths.
23
28
- R version 4.4 installs Python 3.12 which wants to leverage os managed packages instead, install python3-pika using apt.
@@ -38,7 +43,7 @@ For more information about this file see also [Keep a Changelog](http://keepacha
38
43
### Removed
39
44
40
45
- Remove Browndog support for conversions (#3348, @Sweetdevil144).
41
-
-Packages PEcAn.PRELES is no longer built or tested by default, because of ongoing build failures in the `RPreles` package it depends on.
46
+
-Package `PEcAn.PRELES` is no longer built or tested by default, because of ongoing build failures in the `RPreles` package it depends on.
42
47
Install it manually as needed, and be aware it is not being routinely checked by CI (so if you're checking it, please file bugs and submit fixes!).
0 commit comments