File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : CI
22on :
33 push :
4- branches : [master ]
4+ branches : [main ]
55 tags : [v*]
66 pull_request :
77
1212 strategy :
1313 matrix :
1414 julia-version : ["min", "1", "pre"]
15- os : [ubuntu-latest, macOS-latest]
15+ os : [ubuntu-latest, macOS-latest, windows-latest ]
1616 steps :
1717 - uses : actions/checkout@v6
1818 - uses : julia-actions/setup-julia@v3
Original file line number Diff line number Diff line change 33` AlgorithmsInterface.jl ` is a Julia package to provide a common interface to run iterative tasks.
44** Algorithm** here refers to an iterative sequence of commands, that are run until a certain stopping criterion is met.
55
6- [ ![ docs] [ docs-dev-img ]] [ docs-dev-url ] [ ![ CI] [ ci-img ]] [ ci-url ] [ ![ codecov] [ codecov-img ]] [ codecov-url ]
6+ [ ![ docs] [ docs-dev-img ]] [ docs-dev-url ] [ ![ CI] [ ci-img ]] [ ci-url ] [ ![ runic ] [ runic-img ]] [ runic-url ] [ ![ codecov] [ codecov-img ]] [ codecov-url ]
77
88[ docs-dev-img ] : https://img.shields.io/badge/docs-dev-blue.svg
99[ docs-dev-url ] : https://JuliaManifolds.github.io/AlgorithmsInterface.jl/dev/
1414[ ci-img ] : https://github.com/JuliaManifolds/AlgorithmsInterface.jl/actions/workflows/ci.yml/badge.svg
1515[ ci-url ] : https://github.com/JuliaManifolds/AlgorithmsInterface.jl/actions/workflows/ci.yml
1616
17+ [ runic-img ] : https://img.shields.io/badge/code_style-%E1%9A%B1%E1%9A%A2%E1%9A%BE%E1%9B%81%E1%9A%B2-black
18+ [ runic-url ] : https://github.com/fredrikekre/Runic.jl
19+
1720# Statement of need
1821
1922A first approach to algorithms is a simple for-loop for a maximum number of iterations.
You can’t perform that action at this time.
0 commit comments