Skip to content

Commit

Permalink
Merge #468
Browse files Browse the repository at this point in the history
468: Update AW to 0.2, TC to 1.3.1 r=ilopezgp a=ilopezgp

## Changes

## Issue number (if applicable)

## Checklist before requesting a review / merging
- [x] I have formatted the code using `julia --project=.dev .dev/climaformat.jl .`
- [x] I have updated all test manifests using `julia --project .dev/up_deps.jl .` with Julia 1.8.1.
- [x] If core features are added, I have added appropriate test coverage.
- [x] If new functions and structs are added, they are documented through docstrings.

Co-authored-by: Ignacio Lopez Gomez <ilopezgo@caltech.edu>
  • Loading branch information
bors[bot] and ilopezgp authored Oct 8, 2022
2 parents 5509ca2 + e072cc3 commit b3d1751
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 43 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[compat]
ArgParse = "1"
ArtifactWrappers = "0.1"
ArtifactWrappers = "0.2"
AtmosphericProfilesLibrary = "0.1"
CLIMAParameters = "0.6"
CairoMakie = "0.8"
Expand All @@ -64,7 +64,7 @@ Glob = "1"
Interpolations = "0.13, 0.14"
JLD2 = "0.4"
JSON = "0.21"
NCDatasets = "= 0.12.7"
NCDatasets = "= 0.12.8"
NPZ = "0.4"
OrdinaryDiffEq = "5 - 6.18.1"
PackageCompiler = "2"
Expand Down
2 changes: 1 addition & 1 deletion bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ status = [
# "buildkite/calibrateedmf-ci", # random errors within Distributed
"format",
"docbuild",
"ci 1.8.1 - ubuntu-latest",
# "ci 1.8.1 - ubuntu-latest",
# "ci 1.8.1 - windows-latest", # not passing
"ci 1.8.1 - macOS-latest",
]
Expand Down
Loading

2 comments on commit b3d1751

@ilopezgp
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/68089

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.0 -m "<description of version>" b3d1751548cb49c4c432f11508a3cc16c1456297
git push origin v0.8.0

Please sign in to comment.