Skip to content

PlantCV v3.14

Compare
Choose a tag to compare
@nfahlgren nfahlgren released this 14 Apr 14:19
c5f957a

What's Changed

  • Finish refactor debugging by @nfahlgren in #848
  • add line return to Sample Images function by @HaleySchuhl in #856
  • Add deepsource.io config file to repository by @nfahlgren in #858
  • Reorganize tests into separate modules by @nfahlgren in #850
  • Replace symlinks with image files by @nfahlgren in #861
  • Remove unnecessary whitespace by @deepsource-autofix in #865
  • Remove commented out code by @deepsource-autofix in #866
  • Merge isinstance calls by @deepsource-autofix in #867
  • Replace multiple == checks with in by @deepsource-autofix in #868
  • Refactor unnecessary else / elif when if block has a return statement by @deepsource-autofix in #870
  • Remove blank lines after docstring by @deepsource-autofix in #871
  • Remove blank lines after docstring by @deepsource-autofix in #872
  • Remove blank lines after docstring by @deepsource-autofix in #873
  • Use literal syntax instead of function calls to create data structure by @deepsource-autofix in #874
  • Update analysis_approach.md by @ygarrot in #876
  • Update versioneer from 0.18 to 0.21 by @nfahlgren in #864
  • Omit coverage for the file _version.py by @nfahlgren in #877
  • Imported name is not used anywhere in the module PY-W2000 by @nfahlgren in #869
  • added sample column to case without variables by @stiphyMT in #882
  • support for other dtypes in color correction by @JorgeGtz in #885

New Contributors

  • @deepsource-autofix made their first contribution in #865
  • @ygarrot made their first contribution in #876
  • @stiphyMT made their first contribution in #882

Full Changelog: v3.13.4...v3.14