11<p align =" center " ><img alt =" PolyMath " src =" https://raw.githubusercontent.com/PolyMathOrg/PolyMath/master/assets/logos/logo.png " style =" width : 25% ; height : 25% " >
2- <h1 align =" center " >[PolyMath Data Structures ]</h1 >
2+ <h1 align =" center " >[Vector Matrix ]</h1 >
33 <p align =" center " >
44 Scientific Computing with Pharo
55 <br>
1212 </p >
1313</p >
1414
15- [ ![ CI] ( https://github.com/PolyMathOrg/PolyMath-DataStructures /actions/workflows/test.yml/badge.svg )] ( https://github.com/PolyMathOrg/PolyMath-DataStructures /actions/workflows/test.yml )
16- [ ![ Coverage Status] ( https://coveralls.io/repos/github/PolyMathOrg/PolyMath-DataStructures /badge.svg?branch=master )] ( https://coveralls.io/github/PolyMathOrg/PolyMath-DataStructures ?branch=master )
17- [ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://raw.githubusercontent.com/PolyMathOrg/PolyMath-DataStructures /master/LICENSE )
15+ [ ![ CI] ( https://github.com/PolyMathOrg/vector-matrix /actions/workflows/test.yml/badge.svg )] ( https://github.com/PolyMathOrg/vector-matrix /actions/workflows/test.yml )
16+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/PolyMathOrg/vector-matrix /badge.svg?branch=master )] ( https://coveralls.io/github/PolyMathOrg/vector-matrix ?branch=master )
17+ [ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://raw.githubusercontent.com/PolyMathOrg/vector-matrix /master/LICENSE )
1818
1919## Description
2020
@@ -26,8 +26,8 @@ You can load all the packages into a fresh Pharo image by going to the Playgroun
2626
2727``` smalltalk
2828 Metacello new
29- baseline: 'PolyMathDataStructures ';
30- repository: 'github://PolyMathOrg/PolyMath-DataStructures /src';
29+ baseline: 'MathVectorMatrix ';
30+ repository: 'github://PolyMathOrg/vector-matrix /src';
3131 onWarningLog;
3232 onConflictUseIncoming;
3333 load ]
@@ -39,8 +39,8 @@ To add it to your Baseline:
3939
4040``` smalltalk
4141 spec
42- baseline: 'PolyMathDataStructures '
43- with: [ spec repository: 'github://PolyMathOrg/PolyMath-DataStructures /src' ]
42+ baseline: 'MathVectorMatrix '
43+ with: [ spec repository: 'github://PolyMathOrg/vector-matrix /src' ]
4444```
4545
4646If you are new to baselines and Metacello, check out the [ Baselines] ( https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/Baselines.md ) tutorial on Pharo Wiki.
0 commit comments