lalib/tests
Alexander Hess 917c217ca0
Rename lalib.elements.gf2.GF2 & friends
- the future (concrete) Galois `Field` implementation
  shall receive the name `GF2` (as per common math notation)
  => name conflict with the current `GF2` class
     implementing the elements of the future Galois `Field`
  => rename the current `GF2` class into `GF2Element`
- because `GF2Element` is a bit tedius to type for the end user,
  we introduce a `gf2` alias in line with the naming convention
  for the built-in data types (e.g., `int` or `float`)
  that are also used as elements of (other) `Field`s
  => name conflict with the current `lalib.elements.gf2` module
  => rename the module into `lalib.elements.galois`
- adjust the docstrings to refer to "the `gf2` type"
- adjust the top-level imports and tests
2024-09-19 12:14:20 +02:00
..
elements Rename lalib.elements.gf2.GF2 & friends 2024-09-19 12:14:20 +02:00
fields Add lalib.fields sub-package 2024-09-18 23:42:38 +02:00
__init__.py Set up a test suite 2024-09-10 01:38:26 +02:00
test_docstrings.py Rename lalib.elements.gf2.GF2 & friends 2024-09-19 12:14:20 +02:00
test_top_level_imports.py Refactor test_top_level_imports() test cases ... 2024-09-18 20:05:49 +02:00
test_version.py Add __version__ identifier 2024-09-10 01:45:47 +02:00