Skip to content

Commit 7991e1a

Browse files
Merge pull request #31 from mohamed-barakat/devel
Version 1.2.1
2 parents 075c191 + 0b95f82 commit 7991e1a

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CapAndHomalg"
22
uuid = "c4774649-1891-41ea-a883-87141804c57c"
33
authors = ["Mohamed Barakat <[email protected]>"]
4-
version = "1.2.0"
4+
version = "1.2.1"
55

66
[deps]
77
GAP = "c863536a-3901-11e9-33e7-d5cd0df7b904"

deps/homalg-project.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,20 +132,22 @@ global PACKAGES_BASED_ON_CAP = [
132132
"CategoryConstructor",
133133
"CategoriesWithAmbientObjects",
134134
"CatReps",
135+
"ExteriorPowersCategories",
135136
"FinSetsForCAP",
136137
"FinGSetsForCAP",
137138
"FunctorCategories",
138139
"GradedCategories",
139140
"HigherHomologicalAlgebra",
141+
"InternalModules",
140142
"IntrinsicCategories",
143+
"IntrinsicGradedModules",
141144
"IntrinsicModules",
142-
"InternalModules",
143-
"WrapperCategories",
144145
"LazyCategories",
145146
"Locales",
146147
"QPA2",
147148
"SubcategoriesForCAP",
148149
"Toposes",
150+
"WrapperCategories",
149151
"ZariskiFrames",
150152
]
151153

docs/src/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ julia> Sgrmod = GradedLeftPresentations( S )
238238
GAP: The category of graded left f.p. modules over Q[x,y] (with weights [ 1, 1 ])
239239
240240
julia> InfoOfInstalledOperationsOfCategory( Sgrmod )
241-
40 primitive operations were used to derive 185 operations for this category which
241+
40 primitive operations were used to derive 186 operations for this category which
242242
* IsAbCategory
243243
* IsMonoidalCategory
244244
* IsAbelianCategoryWithEnoughProjectives
@@ -306,7 +306,7 @@ julia> CohP1 = Sgrmod / C
306306
GAP: The Serre quotient category of The category of graded left f.p. modules over Q[x,y] (with weights [ 1, 1 ]) by test function with name: is_artinian
307307
308308
julia> InfoOfInstalledOperationsOfCategory( CohP1 )
309-
21 primitive operations were used to derive 144 operations for this category which
309+
21 primitive operations were used to derive 145 operations for this category which
310310
* IsAbCategory
311311
* IsAbelianCategory
312312

0 commit comments

Comments
 (0)