Skip to content

v0.0.1

Compare
Choose a tag to compare
@VascoSch92 VascoSch92 released this 02 Jan 15:43
· 90 commits to main since this release
ba1687c

[0.0.1] - 2024-01-02

ENHANCEMENT:

  • sequentium.tests.sequence_tests_suite.py: self.ground_truth_length is removed as we can perform same tests without it.
  • sequentium.core.core.py: added str method in Sequence class
  • sequentium.ruff.toml: added rule "ANN"
  • sequentium.core.core.py: added eq method in Sequence clas
  • sequentium.core.mixin.py: new script for mixin classes
  • sequentium.core.mixin.py: added AlmostMonotonicIncreasingMixin class
  • sequentium.sequences.integer.recursive.py: added A000931

FIX:

  • sequentium.core.core.py: method getitem return a generator when the stop value in the slice is missing