Releases: jw-allen/sbstrips
Releases · jw-allen/sbstrips
v0.7.0
Add methods to programatically create SB algebras, and iterate through them.
Key functions are:
SBAlgFromSourceData
; which returns a single SB algebra from the inputted source data (if possible)
SBAlgsFromOverquiverAndSourceDataLists
, SBAlgsFromCyclesAndRadLength
and SBAlgsFromNumVerticesAndRadLength
; which return iterators (not lists) of SB algebras which match the inputted conditions
v0.6.5
Add tst
directory and test files. Squash some bugs regarding SuspensionOfStrip
. Update documentation.
v0.6.3
Implemented delooping, following Gélinas paper
v0.6.2
Implemented transpose (Tr
) and vector-space dual (D
), and hence AR translate (\tau = D Tr
), inverse AR translate (\tau^- = Tr D
) and suspension (\Sigma = Tr \Omega Tr
). The latter calls syzygy (\Omega
).
v0.6.1
Expanded "worked example" chapter significantly, added "mathematical background" chapter, removed documentation for technical aspects of package
HTMLhelp
Release of my package to simplify asking for help compiling the HTML version of my documentation.
v0.5.3
Includes draft documentation of several functions, including IsFiniteSyzygyTypeStripByNthSyzygy
v0.5.2
First coherent package! :)