From 75325010ba39620b6e02af433dee2e259b668a4e Mon Sep 17 00:00:00 2001 From: Hadrien Mariaccia Date: Tue, 26 Mar 2024 14:43:07 +0100 Subject: [PATCH 1/2] update package version - clean setup file --- setup.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 44b2408..beff8e3 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,6 @@ from setuptools import setup, find_packages -requirements = [] -test_requirements = [] setup( author="Emanuele Dalsasso, Youcef Kemiche, Pierre Blanchard, Hadrien Mariaccia", @@ -41,9 +39,7 @@ keywords='deepdespeckling', name='deepdespeckling', packages=find_packages(include=['deepdespeckling', 'deepdespeckling.*']), - test_suite='tests', - tests_require=test_requirements, url='https://github.com/hi-paris/deepdespeckling', - version='0.2.8', + version='0.3', zip_safe=False, ) From 7d420468ab6d0d223d247e7986dd6efe0405f75e Mon Sep 17 00:00:00 2001 From: Hadrien Mariaccia Date: Tue, 26 Mar 2024 14:43:31 +0100 Subject: [PATCH 2/2] get rid of unused github workflows --- .github/workflows/test _37.yml | 58 ---------------------------------- .github/workflows/test_38.yml | 58 ---------------------------------- .github/workflows/test_39.yml | 58 ---------------------------------- 3 files changed, 174 deletions(-) delete mode 100644 .github/workflows/test _37.yml delete mode 100644 .github/workflows/test_38.yml delete mode 100644 .github/workflows/test_39.yml diff --git a/.github/workflows/test _37.yml b/.github/workflows/test _37.yml deleted file mode 100644 index e0f1fda..0000000 --- a/.github/workflows/test _37.yml +++ /dev/null @@ -1,58 +0,0 @@ -name: pytesting - -on: - push: - # branches-ignore: - # - "main" -# # branches: [ main ] - schedule: - - cron: '0 0 1 * *' -# pull_request: -# branches: -# - '*' - -jobs: - run: - runs-on: ${{ matrix.os }} - strategy: - matrix: - # os: [ubuntu-latest] - os: [ubuntu-latest, windows-latest,macos-latest] - python: ['3.7'] - env: - OS: ${{ matrix.os }} - PYTHON: ${{ matrix.python }} - steps: - - uses: actions/checkout@v1 - - name: Set up Python 3.8 - uses: actions/setup-python@v1 - with: - python-version: ${{ matrix.python }} - - name: Install dependencies - run: | - # python -m pip install --upgrade pip - # pip install -r requirements_dev.txt - # - name: Lint with flake8 - # run: | - # pip install flake8 - # # stop the build if there are Python syntax errors or undefined names - # flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics - # # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - # flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - # - name: Test with pytest - # run: | - # pip install pytest - # pytest -v --cov=structured-predictions --cov-report=html - - - # - name: Build and compile - # run: | - # make dist - # python setup.py develop - - - name: Build and compile - run: | - # make dist - # pip install dist/* - # python setup.py develop - pip install deepdespeckling diff --git a/.github/workflows/test_38.yml b/.github/workflows/test_38.yml deleted file mode 100644 index fca6fc8..0000000 --- a/.github/workflows/test_38.yml +++ /dev/null @@ -1,58 +0,0 @@ -name: pytesting - -on: - push: - # branches-ignore: - # - "main" -# # branches: [ main ] - schedule: - - cron: '0 0 1 * *' -# pull_request: -# branches: -# - '*' - -jobs: - run: - runs-on: ${{ matrix.os }} - strategy: - matrix: - # os: [ubuntu-latest] - os: [ubuntu-latest, windows-latest,macos-latest] - python: ['3.8'] - env: - OS: ${{ matrix.os }} - PYTHON: ${{ matrix.python }} - steps: - - uses: actions/checkout@v1 - - name: Set up Python 3.8 - uses: actions/setup-python@v1 - with: - python-version: ${{ matrix.python }} - - name: Install dependencies - run: | - # python -m pip install --upgrade pip - # pip install -r requirements_dev.txt - # - name: Lint with flake8 - # run: | - # pip install flake8 - # # stop the build if there are Python syntax errors or undefined names - # flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics - # # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - # flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - # - name: Test with pytest - # run: | - # pip install pytest - # pytest -v --cov=structured-predictions --cov-report=html - - - # - name: Build and compile - # run: | - # make dist - # python setup.py develop - - - name: Build and compile - run: | - # make dist - # pip install dist/* - # python setup.py develop - pip install deepdespeckling diff --git a/.github/workflows/test_39.yml b/.github/workflows/test_39.yml deleted file mode 100644 index ba7ecac..0000000 --- a/.github/workflows/test_39.yml +++ /dev/null @@ -1,58 +0,0 @@ -name: pytesting - -on: - push: - # branches-ignore: - # - "main" -# # branches: [ main ] - schedule: - - cron: '0 0 1 * *' -# pull_request: -# branches: -# - '*' - -jobs: - run: - runs-on: ${{ matrix.os }} - strategy: - matrix: - # os: [ubuntu-latest] - os: [ubuntu-latest, windows-latest,macos-latest] - python: ['3.9'] - env: - OS: ${{ matrix.os }} - PYTHON: ${{ matrix.python }} - steps: - - uses: actions/checkout@v1 - - name: Set up Python 3.8 - uses: actions/setup-python@v1 - with: - python-version: ${{ matrix.python }} - - name: Install dependencies - run: | - # python -m pip install --upgrade pip - # pip install -r requirements_dev.txt - # - name: Lint with flake8 - # run: | - # pip install flake8 - # # stop the build if there are Python syntax errors or undefined names - # flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics - # # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - # flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - # - name: Test with pytest - # run: | - # pip install pytest - # pytest -v --cov=structured-predictions --cov-report=html - - - # - name: Build and compile - # run: | - # make dist - # python setup.py develop - - - name: Build and compile - run: | - # make dist - # pip install dist/* - # python setup.py develop - pip install deepdespeckling