Skip to content

Commit

Permalink
[version] ver and changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
wiccy46 authored and aleneum committed Mar 10, 2021
1 parent 00492cd commit ed27b86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.4.1 (December 2020)
* Add logging helper function.
* Make sure pya runs on Python3.8


## 0.4.1 (July 2020)
* Fix bug of extend mode result in a change of dtype (from the default f32 to f64). Now it is fixed at f32.
* Add convolve() method. A convolution method (default to fft). Now you can apply reverb, do autocorrelation to the signal.
Expand Down
2 changes: 1 addition & 1 deletion pya/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.1"
__version__ = "0.4.2"

0 comments on commit ed27b86

Please sign in to comment.