Skip to content

Releases: oscar-system/GenericCharacterTables.jl

v0.4.2

15 Oct 11:26
Compare
Choose a tag to compare

GenericCharacterTables v0.4.2

Diff since v0.4.1

Merged pull requests:

Closed issues:

  • Add a generic class type (#168)

v0.4.1

30 Sep 23:15
Compare
Choose a tag to compare

GenericCharacterTables v0.4.1

Diff since v0.4.0

Merged pull requests:

Closed issues:

  • Broken against Oscar master? (#207)

v0.4.0

29 Sep 22:58
Compare
Choose a tag to compare

GenericCharacterTables v0.4.0

Diff since v0.3.2

Merged pull requests:

Closed issues:

  • Add improved normal form and simplification algorithms (#15)
  • Document setcongruence (#26)
  • Messy function names (#41)
  • Properly detect redundant parameter exceptions (#54)
  • Issues with changed return value of scalar (#88)
  • Add tests against the OSCAR book (#89)
  • Don't assume parameter names (#94)
  • Add omega alternative to omega! which takes two generic character (types( as arguments (#103)
  • Rename scalar to scalar_product to match OSCAR character tables (#105)
  • Rename irrchartypes, etc. to be more user friendly (possibly matching similar function in OSCAR for regular tables, if there are any) (#110)
  • Replace speccharparam! by a function which takes a character as argument, returns a new one (#111)
  • Add docstrings to all our type declarations (#129)
  • Explain what a Kempner number is (#130)
  • Exceptions list changed? (#158)
  • Deal with irrchartypes and chartypes (#159)
  • Change chartypeid to return nothing instead of 0 (#160)
  • Remove (or first deprecate) status function (#161)
  • Rename src/ModifyTable.jl to src/GenericCharacter.jl or src/CharacterType.jl (#162)
  • Replace printinfotab (#164)
  • Alternative to printcharparam (#166)
  • Rename or split params (#180)
  • Mention new sugary bits in the docs (#186)
  • Unexpected error in nrchars (#188)
  • Error invoking lincomb (#189)

v0.2.2

24 Jul 08:20
Compare
Choose a tag to compare

GenericCharacterTables v0.2.2

Merged pull requests:

Closed issues:

  • Rewrite information strings using raw triple quoted Julia strings (#2)
  • Replace number_field(polynomial(QQ,[-2,0,1]), "sqrt(2)") by quadratic_field(2) and so on (#5)
  • Adjust to OSCAR renamings, e.g. PolyElem -> PolyRingElem (#6)
  • Rename normalize to normal_form (#12)
  • Add show method for CharTable (#14)
  • Getting the number of classes / characters? (#16)
  • Find a better name for e2p (#18)
  • Ensure parameter exceptions of e.g. scalar products are printed nicer? (#24)
  • Add a struct for representing "character types", say GenericCharacter or CharacterTypes or so (#29)
  • Add order to get the order of a table (#30)
  • Add a degree method for characters (#31)
  • isgen not defined (#32)
  • TagBot trigger issue (#33)
  • Store the name of the table in the table (for printing, debugging, reproducibility etc.) (#34)
  • All print* methods should take an optional io::IO as first argument, and use Indent()/Dedent() (#42)
  • Improve printing of certain expressions (e.g. omit trivial coefficients, avoid redundant parenthesis etc.) (#47)
  • nesum is broken for lower > 1 (#55)
  • Move Tables and Greenfunctions outside of src, e.g. into new data or tables subdirectory or so (#60)

v0.3.2

23 Jul 09:39
caa7890
Compare
Choose a tag to compare

GenericCharacterTables v0.3.2

Merged pull requests:

Closed issues:

  • Rewrite information strings using raw triple quoted Julia strings (#2)
  • Replace number_field(polynomial(QQ,[-2,0,1]), "sqrt(2)") by quadratic_field(2) and so on (#5)
  • Adjust to OSCAR renamings, e.g. PolyElem -> PolyRingElem (#6)
  • Rename normalize to normal_form (#12)
  • Add show method for CharTable (#14)
  • Getting the number of classes / characters? (#16)
  • Find a better name for e2p (#18)
  • Ensure parameter exceptions of e.g. scalar products are printed nicer? (#24)
  • Add a struct for representing "character types", say GenericCharacter or CharacterTypes or so (#29)
  • Add order to get the order of a table (#30)
  • Add a degree method for characters (#31)
  • isgen not defined (#32)
  • TagBot trigger issue (#33)
  • Store the name of the table in the table (for printing, debugging, reproducibility etc.) (#34)
  • All print* methods should take an optional io::IO as first argument, and use Indent()/Dedent() (#42)
  • Improve printing of certain expressions (e.g. omit trivial coefficients, avoid redundant parenthesis etc.) (#47)
  • nesum is broken for lower > 1 (#55)
  • Move Tables and Greenfunctions outside of src, e.g. into new data or tables subdirectory or so (#60)