Skip to content

Commit

Permalink
version up 1.2.43
Browse files Browse the repository at this point in the history
  • Loading branch information
Amorano committed Oct 13, 2024
1 parent 09cab80 commit 3ead3b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ If those nodes have descriptions written in HTML or Markdown, they will be conve

## UPDATES

**2024/10/13** @1.2.43:
* Attempt to patch MacOS for STREAMREADER to capture windows (ref: [Issue 60](https://github.com/Amorano/Jovimetrix/issues/60))

**2024/10/03** @1.2.42:
* OpenGL support for macOS with Silicon processors and Linux with Arm64 CPU (aarch64)
* Shout out to [BigCat88](https://github.com/bigcat88) for the PR to fix the above
Expand All @@ -105,7 +108,6 @@ If those nodes have descriptions written in HTML or Markdown, they will be conve
* numerical bit conversion for Number fields, String fields (character bits) and Image fields (pixels on/off)
* new `COLOR MEANS` node will generate color palettes of the top-k colors of an input
* new `BIT SPLIT` node will turn inputs into streams of bits used for modulation and triggering of other inputs

* Officially Supported Versions:
* ComfyUI 0.1.3+
* ComfyUI Frontend 1.2.40+
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "jovimetrix"
description = "Integrates Webcam, MIDI, Spout and GLSL shader support. Animation via tick. Parameter manipulation with wave generator. Math operations with Unary and Binary support. Value conversion for all major types (int, string, list, dict, Image, Mask). Shape mask generation, image stacking and channel ops, batch splitting, merging and randomizing, load images and video from anywhere, dynamic bus routing with a single node, export support for GIPHY, save output anywhere! flatten, crop, transform; check colorblindness, make stereogram or stereoscopic images, or liner interpolate values and more."
version = "1.2.42"
version = "1.2.43"
license = { file = "LICENSE" }
dependencies = [
"aenum>=3.1.15,<4",
Expand All @@ -27,6 +27,7 @@ dependencies = [
"SpoutGL>=0.0.6; platform_system==\"Windows\"",
"stereoscopy[auto_align]>=2.0.1",
"vnoise>=0.1.0",
"pyobjc-framework-Quartz>=7.3; platform_system=='Darwin'"
]

[project.urls]
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ scikit-image>=0.24.0
scikit-learn>=1.5.1
SpoutGL>=0.0.6; platform_system=="Windows"
stereoscopy[auto_align]>=2.0.1
vnoise>=0.1.0
vnoise>=0.1.0
pyobjc-framework-Quartz>=7.3; platform_system=='Darwin'

0 comments on commit 3ead3b2

Please sign in to comment.