Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
skmad-suite
tff2020
Commits
7077f140
Commit
7077f140
authored
Dec 03, 2020
by
valentin.emiya
Browse files
change version number to 0.1.4
parent
14f73032
Pipeline
#6078
canceled with stage
Changes
21
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
python/VERSION
View file @
7077f140
tffpy:0.1.
3
tffpy:0.1.
4
python/setup.py
View file @
7077f140
...
...
@@ -29,7 +29,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
3
# * tffpy version = 0.1.
4
#
# Licence
# -------
...
...
python/tffpy/create_subregions.py
View file @
7077f140
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
3
# * tffpy version = 0.1.
4
#
# Licence
# -------
...
...
python/tffpy/datasets.py
View file @
7077f140
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
3
# * tffpy version = 0.1.
4
#
# Licence
# -------
...
...
python/tffpy/experiments/exp_solve_tff.py
View file @
7077f140
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
3
# * tffpy version = 0.1.
4
#
# Licence
# -------
...
...
python/tffpy/experiments/exp_variance.py
View file @
7077f140
# -*- coding: utf-8 -*-
# ######### COPYRIGHT #########
# Credits
# #######
#
# Copyright(c) 2020-2020
# ----------------------
#
# * Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>
# * Université d'Aix-Marseille <http://www.univ-amu.fr/>
# * Centre National de la Recherche Scientifique <http://www.cnrs.fr/>
# * Université de Toulon <http://www.univ-tln.fr/>
#
# Contributors
# ------------
#
# * `Valentin Emiya <mailto:valentin.emiya@lis-lab.fr>`_
# * `Ama Marina Krémé <mailto:ama-marina.kreme@lis-lab.fr>`_
#
# This package has been created thanks to the joint work with Florent Jaillet
# and Ronan Hamon on other packages.
#
# Description
# -----------
#
# Time frequency fading using Gabor multipliers
#
# Version
# -------
#
# * tffpy version = 0.1.4
#
# Licence
# -------
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# ######### COPYRIGHT #########
"""
.. moduleauthor:: Valentin Emiya
...
...
python/tffpy/experiments/tests/test_exp_solve_tff.py
View file @
7077f140
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
3
# * tffpy version = 0.1.
4
#
# Licence
# -------
...
...
python/tffpy/experiments/tests/test_exp_variance.py
View file @
7077f140
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
3
# * tffpy version = 0.1.
4
#
# Licence
# -------
...
...
python/tffpy/experiments/yafe_slurm.py
View file @
7077f140
# -*- coding: utf-8 -*-
# ######### COPYRIGHT #########
# Credits
# #######
#
# Copyright(c) 2020-2020
# ----------------------
#
# * Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>
# * Université d'Aix-Marseille <http://www.univ-amu.fr/>
# * Centre National de la Recherche Scientifique <http://www.cnrs.fr/>
# * Université de Toulon <http://www.univ-tln.fr/>
#
# Contributors
# ------------
#
# * `Valentin Emiya <mailto:valentin.emiya@lis-lab.fr>`_
# * `Ama Marina Krémé <mailto:ama-marina.kreme@lis-lab.fr>`_
#
# This package has been created thanks to the joint work with Florent Jaillet
# and Ronan Hamon on other packages.
#
# Description
# -----------
#
# Time frequency fading using Gabor multipliers
#
# Version
# -------
#
# * tffpy version = 0.1.4
#
# Licence
# -------
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# ######### COPYRIGHT #########
"""
.. moduleauthor:: Valentin Emiya
...
...
python/tffpy/interpolation_solver.py
View file @
7077f140
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
3
# * tffpy version = 0.1.
4
#
# Licence
# -------
...
...
python/tffpy/scripts/script_exp_solve_tff.py
View file @
7077f140
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
3
# * tffpy version = 0.1.
4
#
# Licence
# -------
...
...
python/tffpy/scripts/script_exp_variance.py
View file @
7077f140
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
3
# * tffpy version = 0.1.
4
#
# Licence
# -------
...
...
python/tffpy/tests/ci_config.py
View file @
7077f140
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
3
# * tffpy version = 0.1.
4
#
# Licence
# -------
...
...
python/tffpy/tests/test_create_subregions.py
View file @
7077f140
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
3
# * tffpy version = 0.1.
4
#
# Licence
# -------
...
...
python/tffpy/tests/test_datasets.py
View file @
7077f140
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
3
# * tffpy version = 0.1.
4
#
# Licence
# -------
...
...
python/tffpy/tests/test_interpolation_solver.py
View file @
7077f140
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
3
# * tffpy version = 0.1.
4
#
# Licence
# -------
...
...
python/tffpy/tests/test_tf_fading.py
View file @
7077f140
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
3
# * tffpy version = 0.1.
4
#
# Licence
# -------
...
...
python/tffpy/tests/test_utils.py
View file @
7077f140
...
...
@@ -31,7 +31,7 @@ import tempfile
# Version
# -------
#
# * tffpy version = 0.1.
3
# * tffpy version = 0.1.
4
#
# Licence
# -------
...
...
python/tffpy/tf_fading.py
View file @
7077f140
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
3
# * tffpy version = 0.1.
4
#
# Licence
# -------
...
...
python/tffpy/tf_tools.py
View file @
7077f140
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
3
# * tffpy version = 0.1.
4
#
# Licence
# -------
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment