Skip to content

Releases: maxludden/rich-gradient

Updated Docs and README.md

09 Jul 01:21
2c61ac1
Compare
Choose a tag to compare

Thank you to everyone that's tried out rich-gradient!🌈

This is mainly a clerical update to get the docs as well as the repositories README.md to be in sync. There were also a few typos that were noticed and corrected.

I guess I wasn't the only one who needed a bit more color on my console

Updated Requirments and Added Tests

05 Jul 06:05
1e2452c
Compare
Choose a tag to compare

v0.1.5 | Updated Requirments and Added Tests

v0.1.5 Updated

  • Updated requirements for minimum versions of python from 3.8 -> 3.10.
  • Added pytest to dev-dependancies.

v0.1.5 Added

  • Tests for:
    • Color
    • Specturm
    • SimpleGradient

v0.1.4-Resolved Dependancies

28 Jun 18:25
fdd637a
Compare
Choose a tag to compare

rich-gradient

Full Changelog: v0.1.3...v0.1.4

v0.1.4 | 2024-6-28 | Resolved Dependancies

  • This release is primarily to prune unnecessary dependancies.
  • Removed numpy to avoid issues of numpy version 2.0.0 conflicting with torch

v0.1.3

27 Jun 06:46
1742049
Compare
Choose a tag to compare

v0.1.3 - 2021-10-10

Fixed

  • Updated README to use GitHub pages for example gradient image.

v0.1.2 - 2021-10-10

Updated

  • Updated PyProject.toml description.
  • Moved MKDocs and related dependancies to dev-dependancies.

Fixed

  • Updated README to use GitHub pages for banner image.
  • Updated README to use GitHub pages for docs url.

v0.1.1 - 2021-10-10

Fixed

  • Updated README to use GitHub pages for images.

v0.1.0 - 2021-10-10

Initial release. Based off of MaxGradient with a simplified color model based on pydantic-extra-types.color.Color. Re-released as rich-gradient to avoid confusion with MaxGradient.