Skip to content

Commit

Permalink
Merge pull request #30 from slimgroup/flux
Browse files Browse the repository at this point in the history
add flux 0.14 compat
  • Loading branch information
ziyiyin97 authored May 21, 2024
2 parents 05f0291 + 6f2115d commit 2495555
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.bib
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@misc{ziyiyin2023,
title = {slimgroup/JutulDarcyRules.jl: v0.2.6},
author = {{Ziyi Yin} and Grant Bruer and Mathias Louboutin},
author = {Ziyi Yin and Grant Bruer and Mathias Louboutin},
year = {2023},
month = {07},
date = {2023-07-21},
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "JutulDarcyRules"
uuid = "41f0c4f5-9bdd-4ef1-8c3a-d454dff2d562"
authors = ["Ziyi Yin <[email protected]>"]
version = "0.2.7"
version = "0.2.8"

This comment has been minimized.

Copy link
@ziyiyin97

ziyiyin97 May 21, 2024

Author Member

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand All @@ -15,7 +15,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
ChainRulesCore = "1"
Flux = "0.12, 0.13"
Flux = "0.12, 0.13, 0.14"
Jutul = "=0.2.11"
JutulDarcy = "=0.2.7"
Optim = "1"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ The following publications use [JutulDarcyRules.jl]:

- **"Time-lapse full-waveform permeability inversion: a feasibility study"**, doi: [10.48550/arXiv.2403.04083](https://doi.org/10.48550/arXiv.2403.04083)

- **"A Digital Twin for Geological Carbon Storage with Controlled Injectivity"**, doi: [10.48550/arXiv.2403.19819](https://doi.org/10.48550/arXiv.2403.19819)

- **BEACON: Bayesian Experimental design Acceleration with Conditional Normalizing flows – a case study in optimal monitor well placement for CO2 sequestration**, doi: [10.48550/arXiv.2404.00075](https://doi.org/10.48550/arXiv.2404.00075)

- **"Inference of CO2 flow patterns -- a feasibility study"**, doi: [10.48550/arXiv.2311.00290](https://doi.org/10.48550/arXiv.2311.00290)
Expand Down

1 comment on commit 2495555

@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 created: JuliaRegistries/General/107268

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.2.8 -m "<description of version>" 24955554c49faf7bdae4078486b5cf01abb0b746
git push origin v0.2.8

Please sign in to comment.