Seaborn-image

Latest version: v0.9.0

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

Scan your dependencies

Page 2 of 3

0.5.1

What’s Changed

* Fix import error caused due to `matplotlib-scalebar` (543)
* fix `imghist` docstring (480) SarthakJariwala
* Bump matplotlib-scalebar from 0.7.2 to 0.8.1 (377) dependabot
* Bump coverage from 5.5 to 6.3.2 (378) dependabot
* Bump pytest from 7.1.1 to 7.1.2 (380) dependabot

:construction_worker: Continuous Integration

* Add `nox-poetry` to dev dependencies (546) SarthakJariwala
* Update dev deps & constraints for installation in actions (449) SarthakJariwala
* fix safety failures - update dependencies (444) SarthakJariwala

0.5.0

New features and deprecations to the API. For a complete description, please see below.

**Python version required: 3.8+**

What’s Changed

See [documentation](https://seaborn-image.readthedocs.io/) for more details and corresponding examples.

:rocket: Features

* Add option to have a common colorbar scale for all images plotted on an `ImageGrid`
* Add `vmin` and `vmax` to `ImageGrid` and related functions (287) SarthakJariwala
* Map multiple functions and transformations to images in `ImageGrid` (236) SarthakJariwala
* Map a single function to a multi-dimensional image data
* Map a _single function or a list of functions_ to a 2D image data
* Map a _single function or a list of functions_ to a list of 2D image data

:fire: Removals and Deprecations

* Deprecate `FilterGrid`, use `ParamGrid` instead (371) SarthakJariwala
* Remove support for Python 3.6 and 3.7 (371) SarthakJariwala

:books: Documentation

* Docs update (286) SarthakJariwala
* Update to pydata-sphinx-theme (239) SarthakJariwala
* Add plausible analytics to documentation (284) SarthakJariwala

:package: Dependencies and Build System

* Bump pywin32 from 300 to 301 (321) dependabot
* Bump pydata-sphinx-theme from 0.6.3 to 0.8.0 in /docs (317) dependabot
* Bump bleach from 3.2.1 to 3.3.0 (320) dependabot
* Bump babel from 2.9.0 to 2.9.1 (319) dependabot
* Bump pip from 21.1.3 to 21.3.1 in /.github/workflows (283) dependabot
* Fix safety and xdoctest flow (285) SarthakJariwala
* Bump actions/checkout from 2 to 3 (348) dependabot
* Bump pytest from 6.2.5 to 7.1.1 (373) dependabot
* Bump pydata-sphinx-theme from 0.6.3 to 0.7.2 (328) dependabot
* Bump sphinx from 4.0.3 to 4.3.2 (329) dependabot
* Bump pooch from 1.5.2 to 1.6.0 (330) dependabot
* Bump xdoctest from 0.15.5 to 0.15.10 (325) dependabot
* Bump ipykernel from 6.0.1 to 6.7.0 (324) dependabot
* Bump pooch from 1.3.0 to 1.5.2 (277) dependabot
* Bump nox from 2021.10.1 to 2022.1.7 in /.github/workflows (311) dependabot
* Bump release-drafter/release-drafter from 5.13.0 to 5.17.6 (322) dependabot
* Bump poetry from 1.1.11 to 1.1.12 in /.github/workflows (302) dependabot
* Bump actions/setup-python from 2.1.4 to 2.3.1 (298) dependabot
* Bump nox from 2021.6.12 to 2021.10.1 in /.github/workflows (270) dependabot

0.4.4

This is a patch release.

:beetle: Fixes

* Fix histogram color patches while using `robust` in `imghist` (225) SarthakJariwala

:rocket: Features

* Different parameters for 3D image slices in `ImageGrid` (227) SarthakJariwala

📦 Build System

* Bump sphinx-gallery from 0.8.2 to 0.9.0 (222) dependabot
* Bump nbsphinx from 0.8.0 to 0.8.6 in /docs (206) dependabot
* Bump pip from 20.3.3 to 21.1.3 in /.github/workflows (211) dependabot
* Bump nox from 2020.12.31 to 2021.6.12 in /.github/workflows (209) dependabot
* Bump ipykernel from 5.3.4 to 6.0.1 (217) dependabot
* Bump ipykernel from 5.3.4 to 6.0.1 in /docs (216) dependabot
* Bump xdoctest from 0.15.0 to 0.15.5 (212) dependabot
* Bump sphinx from 3.5.4 to 4.0.3 (219) dependabot
* Bump sphinx from 3.3.1 to 4.0.3 in /docs (218) dependabot
* Update dev dependencies - urllib3, pillow (207) SarthakJariwala

0.4.3

This is a bug fix release with no new features.

What’s Changed

* Update minimum required version of `matplotlib-scalebar` to 0.7.0 (156) SarthakJariwala
* Change base url in POOCH for data retrieval (157) SarthakJariwala

0.4.2

What’s Changed

This is a patch release with one new feature and one deprecation.

:rocket: Features

* Added `imshow` as an alias for `imgplot` (136) SarthakJariwala

🔥 Removals and Deprecations

* In `set_scalebar()`, `height_fraction` is deprecated; use `width_fraction` instead (133) SarthakJariwala

:package: Build System

* Bump flake8-bugbear from 20.1.4 to 20.11.1 (83) dependabot
* Bump sphinx-gallery from 0.8.0 to 0.8.1 in /docs (80) dependabot
* Bump matplotlib-scalebar from 0.7.1 to 0.7.2 (133) dependabot
* Bump safety from 1.10.0 to 1.10.2 (119) dependabot
* Bump pip from 20.2.4 to 20.3.3 in /.github/workflows (96) dependabot
* Bump matplotlib-scalebar from 0.6.2 to 0.7.1 (117) dependabot
* Bump pytest from 6.1.2 to 6.2.1 (95) dependabot
* Bump release-drafter/release-drafter from v5.12.1 to v5.13.0 (108) dependabot
* Bump nox from 2020.8.22 to 2020.12.31 in /.github/workflows (109) dependabot
* Bump flake8 from 3.8.3 to 3.8.4 (58) dependabot

:construction_worker: Continuous Integration

* Fix CI (110) SarthakJariwala
* Bump sphinx-gallery from 0.8.0 to 0.8.1 in /docs (80) dependabot
* Bump poetry from 1.1.2 to 1.1.4 in /.github/workflows (81) dependabot
* Update actions/setup-python requirement to v2.1.4 (78) dependabot
* Bump release-drafter/release-drafter from v5.6.1 to v5.12.1 (79) dependabot

0.4.1

What’s Changed

This is a patch release with only one new feature (see below)

:rocket: Features

* `load_image()` can be used outside the repo scope (74) SarthakJariwala

`load_image` was previously used and written to work for internal documentation purposes. Now, with new implementation it can be used externally (i.e outside the scope of the repo documentation).
So, users can do the following -
python
import seaborn_image as isns

data = isns.load_image("polymer")


:books: Documentation

* Update docs (76) SarthakJariwala
* Add contributing guidelines (75) SarthakJariwala

:construction_worker: Continuous Integration

* Update dependabot.yml for auto-updating dependencies across actions (77) SarthakJariwala

:package: Build System

* Bump codecov from 2.1.9 to 2.1.10 (60) dependabot
* Bump sphinx from 3.2.1 to 3.3.1 (70) dependabot
* Bump nbsphinx from 0.7.1 to 0.8.0 (64) dependabot
* Bump matplotlib from 3.3.2 to 3.3.3 (69) dependabot
* Bump pytest from 6.1.1 to 6.1.2 (65) dependabot
* Bump scipy from 1.5.2 to 1.5.4 (67) dependabot

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.