Plantcv

Latest version: v4.2.1

Safety actively analyzes 629959 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 8

3.14.1

What's Changed
* Update segment_sort.py by jdavidpeery in https://github.com/danforthcenter/plantcv/pull/892
* update documentation for visualize_colorspace by jdavidpeery in https://github.com/danforthcenter/plantcv/pull/894
* fix bug in dtype_dict in hyperspectral read_data by JorgeGtz in https://github.com/danforthcenter/plantcv/pull/890
* New docs page for pr review process by jdavidpeery in https://github.com/danforthcenter/plantcv/pull/895
* Document default values by jdavidpeery in https://github.com/danforthcenter/plantcv/pull/899
* Fix overindented docstrings by nfahlgren in https://github.com/danforthcenter/plantcv/pull/901
* Remove unnecessary use of comprehension by deepsource-autofix in https://github.com/danforthcenter/plantcv/pull/904
* Iterate dictionary directly by deepsource-autofix in https://github.com/danforthcenter/plantcv/pull/905
* Remove blank lines after docstring by deepsource-autofix in https://github.com/danforthcenter/plantcv/pull/900
* Group imports from same package by deepsource-autofix in https://github.com/danforthcenter/plantcv/pull/903
* Doc updates by HaleySchuhl in https://github.com/danforthcenter/plantcv/pull/910
* Hsi filename pattern matching by HaleySchuhl in https://github.com/danforthcenter/plantcv/pull/916


**Full Changelog**: https://github.com/danforthcenter/plantcv/compare/v3.14...v3.14.1

3.14

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

New Contributors
* deepsource-autofix made their first contribution in https://github.com/danforthcenter/plantcv/pull/865
* ygarrot made their first contribution in https://github.com/danforthcenter/plantcv/pull/876
* stiphyMT made their first contribution in https://github.com/danforthcenter/plantcv/pull/882

**Full Changelog**: https://github.com/danforthcenter/plantcv/compare/v3.13.4...v3.14

3.13.4

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5777298.svg)](https://doi.org/10.5281/zenodo.5777298)

What's Changed
* Update dependency OpenCV to v4 by nfahlgren in https://github.com/danforthcenter/plantcv/pull/846


**Full Changelog**: https://github.com/danforthcenter/plantcv/compare/v3.13.3...v3.13.4

3.13.3

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5771128.svg)](https://doi.org/10.5281/zenodo.5771128)

What's Changed
* Use fewer contours in testing roi_objects by JorgeGtz in https://github.com/danforthcenter/plantcv/pull/844
* Update hyperspectral calibration function by nfahlgren and JorgeGtz in https://github.com/danforthcenter/plantcv/pull/845. Thanks to billygrahamram for bringing the issue to our attention and providing the sample data


**Full Changelog**: https://github.com/danforthcenter/plantcv/compare/v3.13.2...v3.13.3

3.13.2

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5655026.svg)](https://doi.org/10.5281/zenodo.5655026)

What's Changed
* Scale color correction matrices to 0-255 in quick color check by JorgeGtz in https://github.com/danforthcenter/plantcv/pull/831
* Fix bug in channel order in color correction by JorgeGtz in https://github.com/danforthcenter/plantcv/pull/832
* Trigger GitHub Actions deployment workflow when a release is published by nfahlgren in https://github.com/danforthcenter/plantcv/pull/833


**Full Changelog**: https://github.com/danforthcenter/plantcv/compare/v3.13.1...v3.13.2

3.13.1

What's Changed
* Fix line endings when switching between macOS/Linux and Windows by nfahlgren in https://github.com/danforthcenter/plantcv/pull/811
* Increase flexibility for processing hyperspectral ENVI header files by typelogic in https://github.com/danforthcenter/plantcv/pull/813
* Configure most functions to use the _debug module by dschneiderch in https://github.com/danforthcenter/plantcv/pull/807
* Cast contour tuple as a list in find_objects by JorgeGtz in https://github.com/danforthcenter/plantcv/pull/830
* Fix bug in color correction by JorgeGtz in https://github.com/danforthcenter/plantcv/pull/829

New Contributors
* typelogic made their first contribution in https://github.com/danforthcenter/plantcv/pull/813

**Full Changelog**: https://github.com/danforthcenter/plantcv/compare/v3.13.0...v3.13.1

Page 2 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.