Skip to content

Commit

Permalink
Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
adelavega committed Oct 20, 2022
1 parent b2ad43f commit b3bcc83
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 0.4.2 (October 20, 2022)
This is a minor release, with updates to the documentation, and various minor improvements:

* Parameterize dtype for TFHubExtractor, add ImageResizingFilter + ImageRescalingFilter (#459)
* Add Librosa fundamental frequency (#461)
* Updated documentation (#445, #448, #447, #446), moved to ReadTheDocs (#482), and added video to README (#454)
* Add more information to docstring for MFCCEnergyExtractor (#463)
* Import ABC from collections.abc for Python 3.10 compatibility (#467)

The following extractor was deprecated:
* Remove MicrosoftAPIFaceEmotionExtractor (#471)

Bug fixes and housekeeping:
* FIX: Google APIs (remove discoveryServiceUrl) (#478)
* FIX: Tests (#457, #477)
* Move to Clarifai-GRPC to fix Clarifai extractors (#474)
* FIX: Change excel engine (#455)
* Build docker image with github actions (#452)
* Update links from Naturalistic Data course (#458)


## 0.4.1 (February 26, 2021)
This is a minor release that adds one new extractor, and a resampling utility, as well as a large number of minor bugfixes.

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
# The short X.Y version.
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.4.1'
release = '0.4.2'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
2 changes: 1 addition & 1 deletion pliers/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 b3bcc83

Please sign in to comment.