Skip to content

Commit

Permalink
renamed OppositeAlgebroidOverOppositeQuiverAlgebra -> OppositeAlgebroid
Browse files Browse the repository at this point in the history
complying with Algebroids v2021.08-02 and FunctorCategories v2021.08-01
  • Loading branch information
mohamed-barakat committed Aug 27, 2021
1 parent d8c2874 commit b9c5f3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
14 changes: 3 additions & 11 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,7 @@ SetPackageInfo( rec(

PackageName := "CatReps",
Subtitle := "Representations and cohomology of finite categories",
Version := Maximum( [
"2021.06-01", ## Mohamed's version
## this line prevents merge conflicts
"2020.10-02", ## Tibor's version
## this line prevents merge conflicts
"2020.01-01", ## Peter's version
## this line prevents merge conflicts
"2021.07-02", ## Fabian's version
] ),
Version := "2021.08-01",

Date := ~.Version{[ 1 .. 10 ]},
Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ),
Expand Down Expand Up @@ -115,8 +107,8 @@ Dependencies := rec(
[ "SubcategoriesForCAP", ">= 2020.06-01" ],
[ "MatricesForHomalg", ">= 2020.02.02" ],
[ "Toposes", ">= 2020.04.27" ],
[ "Algebroids", ">= 2020.11-01" ],
[ "FunctorCategories", ">= 2020.11-01" ],
[ "Algebroids", ">= 2021.08-02" ],
[ "FunctorCategories", ">= 2021.08-01" ],
],
SuggestedOtherPackages := [ ],
ExternalConditions := [ ],
Expand Down
2 changes: 1 addition & 1 deletion examples/CategoryOfRepresentations.g
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ Display( s1 );
#! (an empty 0 x 0 matrix)
#!
#! A zero, isomorphism in Category of matrices over GF(3)
Aop := OppositeAlgebroidOverOppositeQuiverAlgebra( A );
Aop := OppositeAlgebroid( A );
#! Algebroid generated by the right quiver q_op(2)[a:1->1,b:2->1,c:2->2]
Yop := YonedaEmbedding( Aop );
#! Yoneda embedding functor
Expand Down
2 changes: 1 addition & 1 deletion examples/julia/notebooks/CategoryOfRepresentations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1942,7 +1942,7 @@
}
],
"source": [
"Aop = OppositeAlgebroidOverOppositeQuiverAlgebra( A )"
"Aop = OppositeAlgebroid( A )"
]
},
{
Expand Down

0 comments on commit b9c5f3e

Please sign in to comment.