Skip to content

Update DomainSets requirement from 0.6, 0.7 to 0.6, 0.7, 0.8 in the all-julia-packages group across 1 directory#48

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/julia/all-julia-packages-8e973dda16
Open

Update DomainSets requirement from 0.6, 0.7 to 0.6, 0.7, 0.8 in the all-julia-packages group across 1 directory#48
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/julia/all-julia-packages-8e973dda16

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on DomainSets to permit the latest version.
Updates DomainSets to 0.8.0

Release notes

Sourced from DomainSets's releases.

v0.8.0

DomainSets v0.8.0

Diff since v0.7.17

Breaking changes

  • DomainSets.× and LinearAlgebra.× are now different functions (an old type piracy was removed)
  • some internal symbols are no longer exported: see PR JuliaApproximation/DomainSets.jl#178 for details

How to upgrade your package

  • First, check that your package works with DomainSets v0.7.17. With that version, you can cleanly replace "using DomainSets" by "using DomainSets, FunctionMaps". (Note that you should not do that with earlier versions in the v0.7 series.)
  • apart from the breaking changes above, everything else should be compatible. Thus, with "using DomainSets, FunctionMaps", you should be able to specify the compat entry: DomainSets = "0.7.17,0.8"
  • Please report any issues!

Merged pull requests:

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels May 5, 2026
@dependabot dependabot Bot force-pushed the dependabot/julia/all-julia-packages-8e973dda16 branch from 590c77f to 2c8750e Compare May 5, 2026 01:49
@dependabot @github

dependabot Bot commented on behalf of github May 11, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot Bot force-pushed the dependabot/julia/all-julia-packages-8e973dda16 branch from 2c8750e to 8fa6c7e Compare May 12, 2026 07:02
@dependabot dependabot Bot force-pushed the dependabot/julia/all-julia-packages-8e973dda16 branch 2 times, most recently from 612a3de to db1d1d4 Compare June 3, 2026 22:02
@dependabot dependabot Bot changed the title Update DomainSets requirement from 0.5, 0.6, 0.7 to 0.5, 0.6, 0.7, 0.8 in the all-julia-packages group across 1 directory Update DomainSets requirement from 0.6, 0.7 to 0.6, 0.7, 0.8 in the all-julia-packages group across 1 directory Jun 8, 2026
@dependabot dependabot Bot force-pushed the dependabot/julia/all-julia-packages-8e973dda16 branch 2 times, most recently from 248a4c7 to fc2a50f Compare June 9, 2026 07:27
@dependabot dependabot Bot force-pushed the dependabot/julia/all-julia-packages-8e973dda16 branch 2 times, most recently from efa7fb1 to ef5f72c Compare June 22, 2026 01:54
@dependabot dependabot Bot force-pushed the dependabot/julia/all-julia-packages-8e973dda16 branch from ef5f72c to 0c3103b Compare June 23, 2026 03:17
@dependabot @github

dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot Bot force-pushed the dependabot/julia/all-julia-packages-8e973dda16 branch from 0c3103b to 49c0078 Compare June 26, 2026 01:53
Updates the requirements on [DomainSets](https://github.com/JuliaApproximation/DomainSets.jl) to permit the latest version.

Updates `DomainSets` to 0.8.0
- [Release notes](https://github.com/JuliaApproximation/DomainSets.jl/releases)
- [Commits](https://github.com/JuliaApproximation/DomainSets.jl/commits/v0.8.0)

---
updated-dependencies:
- dependency-name: DomainSets
  dependency-version: 0.8.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/julia/all-julia-packages-8e973dda16 branch from 49c0078 to f0af750 Compare June 29, 2026 01:54
@ChrisRackauckas-Claude

Copy link
Copy Markdown
Contributor

Status from local compat debugging:

  • DomainSets 0.8 requires FunctionMaps; the PDESystemLibrary branch should add FunctionMaps as a direct dependency and import it alongside DomainSets.
  • The current released MethodOfLines v0.11.13 still fails core MOL examples under the DomainSets 0.8 / MTK 11 stack with Initial condition underdefined for symbolic IC profiles (for example heat_1d1).
  • This is fixed on MethodOfLines master by fix(discretization): fold symbolic initial conditions for MTK v1.45 compatibility MethodOfLines.jl#584 (cc49e9b, merged 2026-07-08), but that commit is not in a release yet. Latest MethodOfLines release is v0.11.13 from 2026-06-25.
  • Verified locally: heat_1d1 with released MethodOfLines v0.11.13 still errors with missing (u(t))[2]...; the same targeted discretization with MethodOfLines master produces concrete u0 for inviscid_burgers_monotonic, heat_1d1, and a sinusoidal convection system.

So this PR should wait for a MethodOfLines release containing #584, then tighten/raise the MethodOfLines compat accordingly before merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant