[med-svn] [pycorrfit] branch upstream updated (8e4201e -> 8ee5ece)
Andreas Tille
tille at debian.org
Thu Jun 22 07:24:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a change to branch upstream
in repository pycorrfit.
from 8e4201e Imported Upstream version 0.9.9+dfsg
new 8ee5ece New upstream version 1.0.0+dfsg
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis/linux_build-wheels.sh | 22 +++++
.travis/linux_dist.sh | 12 +++
.travis/linux_install.sh | 14 +++
.travis/osx_dist.sh | 117 ++++++++++++++++++++++
.travis/osx_install.sh | 56 +++++++++++
.travis/osx_install_dmg.sh | 36 +++++++
.travis/osx_pyinstaller.spec | 43 ++++++++
.travis/osx_requirements.txt | 8 ++
.travis/osx_wxPython-3.0.2.0-plot.patch | 91 +++++++++++++++++
.travis/test.sh | 8 ++
ChangeLog.txt | 3 +
MANIFEST.in | 17 ++--
README.rst | 6 +-
pycorrfit/PyCorrFit.py | 6 +-
pycorrfit/__init__.py | 2 -
pycorrfit/__main__.py | 1 -
pycorrfit/gui/frontend.py | 1 -
pycorrfit/models/__init__.py | 2 -
pycorrfit/models/classes.py | 2 +-
pycorrfit/models/control.py | 2 +
pycorrfit/models/model_confocal_2d.py | 2 +-
pycorrfit/models/model_confocal_tt_2d.py | 124 +++++++++++++++++++++++
pycorrfit/models/model_confocal_tt_2d_2d.py | 6 +-
pycorrfit/models/model_confocal_tt_3d.py | 132 +++++++++++++++++++++++++
pycorrfit/models/model_confocal_tt_3d_3d.py | 2 +-
pycorrfit/readfiles/read_SIN_correlator_com.py | 65 ++++++------
setup.py | 43 ++++----
tests/data_file_dl.py | 20 ++--
tests/test_constraints.py | 9 +-
tests/test_file_formats.py | 12 ++-
tests/test_simple.py | 2 +-
31 files changed, 770 insertions(+), 96 deletions(-)
create mode 100755 .travis/linux_build-wheels.sh
create mode 100755 .travis/linux_dist.sh
create mode 100755 .travis/linux_install.sh
create mode 100755 .travis/osx_dist.sh
create mode 100644 .travis/osx_install.sh
create mode 100755 .travis/osx_install_dmg.sh
create mode 100644 .travis/osx_pyinstaller.spec
create mode 100644 .travis/osx_requirements.txt
create mode 100644 .travis/osx_wxPython-3.0.2.0-plot.patch
create mode 100755 .travis/test.sh
create mode 100644 pycorrfit/models/model_confocal_tt_2d.py
create mode 100644 pycorrfit/models/model_confocal_tt_3d.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pycorrfit.git
More information about the debian-med-commit
mailing list