Skip to content

Commit

Permalink
Release version 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Feb 16, 2024
1 parent c41a2d1 commit 0ca220c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [v0.4.6](https://github.com/ideoforms/signalflow/tree/v0.4.6) (2024-02-16)

- Added `NearestNeighbours`, `KDTree` and `signalflow_analysis` package (including `AudioFeatureBuffer`) for audio feature analysis, latent space navigation and playback
- Added `signalflow_visualisation` package for visualising patch structures with NetworkX
- New nodes: `FFTContrast`, `FFTTransform`, `FFTMagnitudePhaseArray`, `FFTRandomPhase`, `TimeShift`
- Many documentation additions and Node examples (thanks to @gregwht)

## [v0.4.3](https://github.com/ideoforms/signalflow/tree/v0.4.3) (2023-11-12)

- Added Windows build support for Python
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def build_extension(self, ext):

setup(
name='signalflow',
version='0.4.3',
version='0.4.6',
author='Daniel Jones',
author_email='dan@erase.net',
description='SignalFlow is a sound synthesis library designed to make it quick and intuitive to explore complex sonic ideas',
Expand Down

0 comments on commit 0ca220c

Please sign in to comment.