Skip to content

Commit fef3745

Browse files
Adv/upgrade fracelem (#4778)
* fix for brandhorst and zach files on zenodo * remove type lists that dont need upgrade
1 parent c2562fc commit fef3745

File tree

1 file changed

+0
-53
lines changed

1 file changed

+0
-53
lines changed

Diff for: src/Serialization/Upgrades/1.4.0.jl

-53
Original file line numberDiff line numberDiff line change
@@ -510,59 +510,6 @@ push!(upgrade_scripts_set, UpgradeScript(
510510
:ordering => ord_data[:data],
511511
:modulus => dict[:data][:modulus][:data]
512512
)
513-
elseif type_name in [
514-
"AbsPowerSeriesRingElem", "PolyRingElem", "MPolyRingElem", "MPolyDecRingElem",
515-
"AbsPowerSeriesRingElem", "RelPowerSeriesRingElem",
516-
"DualRootSpaceElem",
517-
"RootSystem",
518-
"UniversalPolyRingElem",
519-
"FinGenAbGroup", "AbstractAlgebra.Generic.LaurentMPolyWrap",
520-
"MPolyIdeal", "MatElem", "String", "Base.Int", "Bool", "Graph{Undirected}",
521-
"LaurentMPolyIdeal", "LaurentSeriesFieldElem",
522-
"Graph{Directed}", "Polymake.IncidenceMatrixAllocated{Polymake.NonSymmetric}",
523-
"Float64", "Float16", "Float32",
524-
"FpFieldElem",
525-
"fpFieldElem",
526-
"Hecke.QuadSpace",
527-
"LaurentSeriesRingElem",
528-
"PcGroupElem", "PermGroup", "PermGroupElem",
529-
"FreeAssociativeAlgebraIdeal",
530-
"FreeAssociativeAlgebraElem",
531-
"UInt8", "UInt16", "UInt32", "UInt64", "UInt128",
532-
"BigInt", "Int128", "Int16", "Int32", "Int8",
533-
"MPolyAnyMap",
534-
"FPGroupElem",
535-
"QQField", "QQFieldElem",
536-
"QQBarField",
537-
"RootSpaceElem",
538-
"SubFPGroupElem",
539-
"SubPcGroupElem",
540-
"Matroid",
541-
"SMat",
542-
"SimplicialComplex",
543-
"Symbol",
544-
"TropicalSemiringElem",
545-
"ToricDivisor",
546-
"FqFieldElem",
547-
"ZZModRingElem",
548-
"Nemo.ZZModRing",
549-
"zzModRingElem",
550-
"Nemo.zzModRing",
551-
"ZZRing",
552-
"ZZRingElem",
553-
"WeightLatticeElem",
554-
"WeylGroupElem",
555-
"ToricDivisorClass",
556-
"AbstractLieAlgebraElem",
557-
"DirectSumLieAlgebraElem",
558-
"LieAlgebraModuleElem",
559-
"LinearLieAlgebraElem"
560-
]
561-
# do nothing
562-
563-
else
564-
#println(json(dict, 2))
565-
error("$type_name doesn't have upgrade")
566513
end
567514
elseif haskey(dict, :data) && dict[:data] isa Dict
568515
upgraded_dict[:data] = upgrade_1_4_0(s, dict[:data])

0 commit comments

Comments
 (0)