Skip to content

Start of 0.8 series#178

Merged
daanhb merged 2 commits intomasterfrom
dev-0.8
Apr 7, 2026
Merged

Start of 0.8 series#178
daanhb merged 2 commits intomasterfrom
dev-0.8

Conversation

@daanhb
Copy link
Copy Markdown
Member

@daanhb daanhb commented Apr 7, 2026

This PR does two things:

  • it cleans up exports. Functionality of FunctionMaps.jl is no longer exported from DomainSets.jl
  • it no longer pirates LinearAlgebra.cross to make cartesian products

Both are breaking changes.

It is possible to use the × operator (\times) both in v0.7.17 and in v0.8, but they are different functions. In v0.7 it is the same as LinearAlgebra.cross, in v0.8 it is not. Any dependent package should remain compatible with both versions as long as DomainSets.× and LinearAlgebra.× are not mixed (which, logically, they shouldn't).

Most of the exports of DomainSets are now in the union of the exports of DomainSets and FunctionMaps. Thus, it should suffice to replace "using DomainSets" by "using DomainSets, FunctionMaps". A small number of exports of internal functions were removed. They can be qualified using DomainSets or FunctionMaps. They include:
"CartToPolarMap"
"ComposedMap"
"PolarToCartMap"
"StaticIdentityMap" (use IdentityMap instead)
"TypedMap"
"VectorIdentityMap" (use IdentityMap instead)
"rotation_map"

@daanhb daanhb merged commit ee0c838 into master Apr 7, 2026
4 of 5 checks passed
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 7, 2026

Codecov Report

❌ Patch coverage is 50.00000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.86%. Comparing base (a40a01a) to head (493a079).
⚠️ Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
src/domains/complex.jl 0.00% 2 Missing ⚠️
src/generic/productdomain.jl 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #178      +/-   ##
==========================================
+ Coverage   93.81%   93.86%   +0.05%     
==========================================
  Files          28       27       -1     
  Lines        1844     1843       -1     
==========================================
  Hits         1730     1730              
+ Misses        114      113       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

daanhb referenced this pull request Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant