Skip to content

v3.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 15:25
9bb9d0a

3.3.0 (2024-11-18)

Features

  • make_histogram() and make_violin_plot() (ec89ce2)

Bug Fixes

  • avoids duplicate column when applying stage criterion (66aa952)
  • check column directly for the time being (fields are not yet updated automatically) (aa3376c)
  • correct inner range index even if its start positions overlap those of the outer start mask (eb45b17)
  • stop Dataset.iter_features() after iterating through all (6035174)
  • workaround for avoiding PermissionError on Windows when using tempfile (e5f3823)

Documentation

  • adds developer's guide notebook (4fcd554)
  • Dataset (7717f16)
  • Dataset for developers (b52692d)
  • fixes table in CONTRIBUTING.rst (813da3f)
  • more work on the developers docs (fed676b)
  • moves architecture primer to developers guide (19c7373)
  • removes pip install (pre-commit is part of the [docs] optional requirements) (ba2258f)
  • several docstrings (a735464)