Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cornac
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arthur Batel
cornac
Commits
5caf11cf
Commit
5caf11cf
authored
3 years ago
by
tqtg
Browse files
Options
Downloads
Patches
Plain Diff
Release v1.14.2
parent
9888130b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cornac/__init__.py
+1
-1
1 addition, 1 deletion
cornac/__init__.py
docs/source/conf.py
+2
-2
2 additions, 2 deletions
docs/source/conf.py
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
5 additions
and
5 deletions
cornac/__init__.py
+
1
−
1
View file @
5caf11cf
...
@@ -23,4 +23,4 @@ from . import utils
...
@@ -23,4 +23,4 @@ from . import utils
# Also importable from root
# Also importable from root
from
.experiment
import
Experiment
from
.experiment
import
Experiment
__version__
=
'
1.14.1
'
__version__
=
'
1.14.2
'
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/source/conf.py
+
2
−
2
View file @
5caf11cf
...
@@ -26,7 +26,7 @@ author = 'Preferred.AI'
...
@@ -26,7 +26,7 @@ author = 'Preferred.AI'
# The short X.Y version
# The short X.Y version
version
=
'
1.14
'
version
=
'
1.14
'
# The full version, including alpha/beta/rc tags
# The full version, including alpha/beta/rc tags
release
=
'
1.14.
1
'
release
=
'
1.14.
2
'
# -- General configuration ---------------------------------------------------
# -- General configuration ---------------------------------------------------
...
@@ -170,4 +170,4 @@ texinfo_documents = [
...
@@ -170,4 +170,4 @@ texinfo_documents = [
# -- Options for intersphinx extension ---------------------------------------
# -- Options for intersphinx extension ---------------------------------------
# Example configuration for intersphinx: refer to the Python standard library.
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping
=
{
'
https://docs.python.org/
'
:
None
}
intersphinx_mapping
=
{
'
https://docs.python.org/
'
:
None
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
5caf11cf
...
@@ -102,7 +102,7 @@ else:
...
@@ -102,7 +102,7 @@ else:
# required arguments for default gcc of OSX
# required arguments for default gcc of OSX
compile_args
.
extend
([
"
-O2
"
,
"
-stdlib=libc++
"
,
"
-mmacosx-version-min=10.7
"
])
compile_args
.
extend
([
"
-O2
"
,
"
-stdlib=libc++
"
,
"
-mmacosx-version-min=10.7
"
])
link_args
.
extend
([
"
-O2
"
,
"
-stdlib=libc++
"
,
"
-mmacosx-version-min=10.7
"
])
link_args
.
extend
([
"
-O2
"
,
"
-stdlib=libc++
"
,
"
-mmacosx-version-min=10.7
"
])
if
USE_OPENMP
:
if
USE_OPENMP
:
compile_args
.
append
(
"
-fopenmp
"
)
compile_args
.
append
(
"
-fopenmp
"
)
link_args
.
append
(
"
-fopenmp
"
)
link_args
.
append
(
"
-fopenmp
"
)
...
@@ -288,7 +288,7 @@ if USE_CYTHON:
...
@@ -288,7 +288,7 @@ if USE_CYTHON:
setup
(
setup
(
name
=
"
cornac
"
,
name
=
"
cornac
"
,
version
=
"
1.14.
1
"
,
version
=
"
1.14.
2
"
,
description
=
"
A Comparative Framework for Multimodal Recommender Systems
"
,
description
=
"
A Comparative Framework for Multimodal Recommender Systems
"
,
long_description
=
long_description
,
long_description
=
long_description
,
long_description_content_type
=
"
text/markdown
"
,
long_description_content_type
=
"
text/markdown
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment