You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Check that tests run correctly with all CI tools.
25
+
- Change __version__ in setup.py, cornac/__init__.py, docs/source/conf.py.
26
+
- Commit and release a version on GitHub, Actions will be triggered to build and upload to PyPI.
27
+
- Update conda-forge feedstock with new version and SHA256 hash of the new .tar.gz archive on PyPI (optional), the conda-forge bot will detect a new version and create PR after a while.
28
+
- Check on https://anaconda.org/conda-forge/cornac that new version is available for all platforms.
29
+
"""
30
+
31
+
21
32
try:
22
33
importnumpyasnp
23
34
exceptImportError:
@@ -277,7 +288,7 @@ def extract_gcc_binaries():
277
288
278
289
setup(
279
290
name="cornac",
280
-
version="1.13.1",
291
+
version="1.13.2",
281
292
description="A Comparative Framework for Multimodal Recommender Systems",
0 commit comments