Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aqua 0.8 #61

Merged
merged 5 commits into from
Nov 16, 2023
Merged

Aqua 0.8 #61

merged 5 commits into from
Nov 16, 2023

Conversation

palday
Copy link
Member

@palday palday commented Nov 15, 2023

No description provided.

test/runtests.jl Outdated Show resolved Hide resolved
Copy link

codecov bot commented Nov 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9269fe9) 99.42% compared to head (e9e3d5b) 99.42%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #61   +/-   ##
=======================================
  Coverage   99.42%   99.42%           
=======================================
  Files           6        6           
  Lines         174      174           
=======================================
  Hits          173      173           
  Misses          1        1           

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

# layout of weakdeps and extensions etc. differs between pre 1.9 and 1.9+
project_toml_formatting = VERSION >= v"1.9"
Aqua.test_all(Effects; ambiguities=false, project_toml_formatting)
Aqua.test_all(Effects; ambiguities=false)
Copy link
Member Author

Choose a reason for hiding this comment

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

project_toml_formatting is no longer checked in Aqua 0.8

Copy link
Member

@kimlaberinto kimlaberinto left a comment

Choose a reason for hiding this comment

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

Looks good! Should we bump the patch version with these new compats?

Combinatorics = "1"
DataFrames = "0.22, 1.0, 1.1"
DataStructures = "0.18"
Distributions = "0.25"
ForwardDiff = "0.10"
GLM = "1.5.1"
LinearAlgebra = "1"
Copy link
Member

Choose a reason for hiding this comment

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

What's up with this new compat?

Copy link
Member Author

Choose a reason for hiding this comment

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

Progress has been made on upgradeable stdlibs, so now stdlibs require compat entries as well!

@@ -41,6 +42,7 @@ StatsAPI = "1.6"
StatsBase = "0.33, 0.34"
StatsModels = "0.6.23, 0.7"
Tables = "1"
Test = "1"
Copy link
Member

Choose a reason for hiding this comment

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

What's up with this new compat?

@palday
Copy link
Member Author

palday commented Nov 16, 2023

I don't think a new patch version is necessary, but it doesn't hurt, so why not ? 😄

@palday palday merged commit 4ba6f40 into main Nov 16, 2023
12 checks passed
@palday palday deleted the pa/aqua08 branch November 16, 2023 15:13
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.

2 participants