Skip to content

v0.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 08:20

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)