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

Modularize / Rework Test suite (or: Taking structuring tests seriously, part 42) #649

Draft
wants to merge 21 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
6a05d5c
A first test that you now can run the tests as a script from command …
kellertuer Aug 25, 2023
cfcf315
Sketch a new test suite.
kellertuer Sep 12, 2023
5fb31ed
Merge branch 'master' into kellertuer/modularize-tests-I
kellertuer Sep 12, 2023
50e29ef
extract the old design of a features functions
kellertuer Sep 12, 2023
f075781
Improve features run.
kellertuer Sep 19, 2023
51d4904
Merge branch 'kellertuer/manifold_features' into kellertuer/modulariz…
kellertuer Sep 20, 2023
ef5a957
Merge branch 'master' into kellertuer/modularize-tests-I
kellertuer Sep 20, 2023
2077027
Merge branch 'master' into kellertuer/modularize-tests-I
kellertuer Sep 29, 2023
beaaf8b
Merge branch 'master' into kellertuer/modularize-tests-I
kellertuer Nov 20, 2023
6a155f1
Merge branch 'master' into kellertuer/modularize-tests-I
kellertuer Jan 27, 2024
1e14f32
Merge branch 'master' into kellertuer/modularize-tests-I
kellertuer Mar 1, 2024
1466527
Fix 2 small typos.
kellertuer Apr 29, 2024
fb9a903
Merge branch 'master' into kellertuer/modularize-tests-I
kellertuer Apr 29, 2024
fc28a30
Add Aqua for a better overview.
kellertuer Apr 29, 2024
c52395d
add more compats.
kellertuer Apr 29, 2024
caf68e3
Narrow down the list of type piracy functions/types.
kellertuer Apr 29, 2024
b89cf8b
Resolve all but one Aqua error.
kellertuer Apr 29, 2024
63a393d
Update Badges.
kellertuer Apr 29, 2024
531fb20
Remove two spurious links.
kellertuer Apr 29, 2024
569725c
Collect all but a few strange ambiguities (StatsBase? Broadcast? A co…
kellertuer Apr 29, 2024
45e0051
Reduce a compat.
kellertuer Apr 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.17] – unreleased
## [0.9.18] –

### Changed

* Moved ambiguity testing to Aqua.jl

## [0.9.17] – 2024-04-23

### Added

Expand Down
19 changes: 17 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Einsum = "b7d42ee7-0b51-5a75-98ca-779d3107e4c0"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
HybridArrays = "1baab800-613f-4b0a-84e4-9cd3431bfbb9"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Kronecker = "2c470bb0-bcc8-11e8-3dad-c9649493f05e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ManifoldDiff = "af67fdf4-a580-4b9f-bbec-742ef357defd"
Expand Down Expand Up @@ -44,20 +45,30 @@ ManifoldsTestExt = "Test"
[compat]
BoundaryValueDiffEq = "4, 5.6.1"
Colors = "0.12"
DiffEqCallbacks = "3.6"
Distributions = "0.22.6, 0.23, 0.24, 0.25"
DoubleFloats = "1.3"
Einsum = "0.4"
FiniteDifferences = "0.12"
Graphs = "1.4"
Gtk = "1.3"
HybridArrays = "0.4"
ImageIO = "0.6"
ImageMagick = "1.3"
InteractiveUtils = "1.6"
Kronecker = "0.4, 0.5"
LinearAlgebra = "1.6"
LinearAlgebra = "1"
ManifoldDiff = "0.3.7"
ManifoldsBase = "0.15.8"
Markdown = "1.6"
MatrixEquations = "2.2"
NonlinearSolve = "1 - 3.7.3, 3.8.3"
NLsolve = "4.5"
OrdinaryDiffEq = "6.31"
Plots = "1"
PythonCall = "0.9"
PythonPlot = "1"
QuartzImageIO = "0.7"
Quaternions = "0.5, 0.6, 0.7"
Random = "1.6"
RecipesBase = "1.1"
Expand All @@ -68,6 +79,9 @@ SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2"
StaticArrays = "1.4.3"
Statistics = "1.6"
StatsBase = "0.32, 0.33, 0.34"
Test = "1.6"
TestEnv = "1"
VisualRegressionTests = "1.3"
julia = "1.6"

[extras]
Expand All @@ -88,8 +102,9 @@ PythonPlot = "274fc56d-3b97-40fa-a1cd-1b4a50311bf9"
QuartzImageIO = "dca85d43-d64c-5e67-8c65-017450d5d020"
Quaternions = "94ee1d12-ae83-5a48-8b1c-48b8ff168ae0"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
TestEnv = "1e6cf692-eddd-4d53-88a5-2d735e33781b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
VisualRegressionTests = "34922c18-7c2a-561c-bac1-01e79b2c4c92"

[targets]
test = ["Test", "BoundaryValueDiffEq", "Colors", "DiffEqCallbacks", "DoubleFloats", "FiniteDifferences", "Gtk", "ImageIO", "ImageMagick", "OrdinaryDiffEq", "NLsolve", "Plots", "PythonPlot", "Quaternions", "QuartzImageIO", "RecipesBase"]
test = ["Test", "BoundaryValueDiffEq", "Colors", "DiffEqCallbacks", "DoubleFloats", "FiniteDifferences", "Gtk", "ImageIO", "ImageMagick", "OrdinaryDiffEq", "NLsolve", "Plots", "PythonPlot", "Quaternions", "QuartzImageIO", "RecipesBase", "TestEnv"]
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
</picture>
</div>

| **Documentation** | **Source** | **Citation** |
|:-----------------:|:----------------------:|:------------:|
| [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliamanifolds.github.io/Manifolds.jl/stable/) | [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) | [![arXiv](https://img.shields.io/badge/arXiv%20CS.MS-2106.08777-blue.svg)](https://arxiv.org/abs/2106.08777) |
| [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliamanifolds.github.io/Manifolds.jl/latest/) | [![CI](https://github.com/JuliaManifolds/Manifolds.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/JuliaManifolds/Manifolds.jl/actions?query=workflow%3ACI+branch%3Amaster) | [![DOI](https://zenodo.org/badge/190447542.svg)](https://zenodo.org/badge/latestdoi/190447542) |
| | [![codecov.io](http://codecov.io/github/JuliaManifolds/Manifolds.jl/coverage.svg?branch=master)](https://codecov.io/gh/JuliaManifolds/Manifolds.jl/) |
[![docs stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliamanifolds.github.io/Manifolds.jl/stable/)
[![docs dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliamanifolds.github.io/Manifolds.jl/latest/) [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
[![CI](https://github.com/JuliaManifolds/Manifolds.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/JuliaManifolds/Manifolds.jl/actions?query=workflow%3ACI+branch%3Amaster)
[![codecov.io](http://codecov.io/github/JuliaManifolds/Manifolds.jl/coverage.svg?branch=master)](https://codecov.io/gh/JuliaManifolds/Manifolds.jl/)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)

[![ACM TOMS](https://img.shields.io/badge/ACM%20TOMS-10.1145%2F3618296-blue.svg)](http://doi.org/10.1145/3618296)
[![DOI](https://zenodo.org/badge/190447542.svg)](https://zenodo.org/badge/latestdoi/190447542)

Package __Manifolds.jl__ aims to provide both a unified interface to define and
use manifolds as well as a library of manifolds to use for your projects.
Expand Down
2 changes: 1 addition & 1 deletion assets/logo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ end
function plot_geodesic!(ax, M, x, y; n=100, options=Dict())
γ = shortest_geodesic(M, x, y)
T = range(0, 1; length=n)
push!(ax, Plot3(options, Coordinates(Tuple.(γ(T)))))
push!(ax, Plot3(options, Coordinates(Tuple.(γ.(T)))))
return ax
end

Expand Down
Loading
Loading