File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323# Also importable from root
2424from .experiment import Experiment
2525
26- __version__ = '1.14.1 '
26+ __version__ = '1.14.2 '
Original file line number Diff line number Diff line change 2626# The short X.Y version
2727version = '1.14'
2828# The full version, including alpha/beta/rc tags
29- release = '1.14.1 '
29+ release = '1.14.2 '
3030
3131
3232# -- General configuration ---------------------------------------------------
170170# -- Options for intersphinx extension ---------------------------------------
171171
172172# Example configuration for intersphinx: refer to the Python standard library.
173- intersphinx_mapping = {'https://docs.python.org/' : None }
173+ intersphinx_mapping = {'https://docs.python.org/' : None }
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ def extract_gcc_binaries():
102102 # required arguments for default gcc of OSX
103103 compile_args .extend (["-O2" , "-stdlib=libc++" , "-mmacosx-version-min=10.7" ])
104104 link_args .extend (["-O2" , "-stdlib=libc++" , "-mmacosx-version-min=10.7" ])
105-
105+
106106 if USE_OPENMP :
107107 compile_args .append ("-fopenmp" )
108108 link_args .append ("-fopenmp" )
@@ -288,7 +288,7 @@ def extract_gcc_binaries():
288288
289289setup (
290290 name = "cornac" ,
291- version = "1.14.1 " ,
291+ version = "1.14.2 " ,
292292 description = "A Comparative Framework for Multimodal Recommender Systems" ,
293293 long_description = long_description ,
294294 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments