Skip to content

Commit

Permalink
Merge pull request #487 from PsychoinformaticsLab/rel/0.4.4
Browse files Browse the repository at this point in the history
REL: 0.4.3
  • Loading branch information
adelavega authored Apr 17, 2024
2 parents f0d7499 + 61749d5 commit 9998419
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.4.3 (November 23, 2022)
New extractors:
* TFHubAudioExtractor, to support SPICE pitch extraction (#485)

Enhancements
* Support non-English transcripts with RevAI (#484)

Fixes:
* Fix CI testing

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

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.2'
release = '0.4.3'

# 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 optional-dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
clarifai-grpc
duecredit
face_recognition
keras
keras~=2.10
python-twitter
gensim
google-api-python-client
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.2'
__version__ = '0.4.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read_requirements(req):
packages=find_packages(exclude=['pliers/tests']),
license='MIT',
package_data={'pliers': ['datasets/*'],
'pliers.tests': ['data/*/*']
'pliers.tests': ['data/*/*'],
},
zip_safe=False,
download_url='https://github.com/psychoinformaticslab/pliers/archive/%s.tar.gz' %
Expand Down

0 comments on commit 9998419

Please sign in to comment.