Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.12'

- name: Get Python modules
run: |
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.12'

- name: Get Python modules
run: |
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.12'

- name: Get Python modules
run: |
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.12'

- name: Get Python modules
run: |
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.12'

- name: Get Python modules
run: |
Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.12'

- name: Get Python modules
run: |
Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.12'

- name: Get Python modules
run: |
Expand Down Expand Up @@ -424,7 +424,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.12'

- name: Get Python modules
run: |
Expand Down
13 changes: 10 additions & 3 deletions .github/workflows/build_test_rv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,22 @@ jobs:
- name: Install ImageMagick
run: sudo apt-get install imagemagick

- name: Install Python
run: sudo apt-get install python3 python-is-python3 python3-numpy python3-pillow

- name: Install clang-20 and RISC-V binutils
run: sudo apt-get install clang-20 g++-riscv64-linux-gnu

- name: Install RISC-V qemu
run: sudo apt-get install qemu-user-static

- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.12'

- name: Get Python modules
run: |
python -m pip install --upgrade pip
pip install numpy Pillow

- name: Build release
run: |
export CXX=clang++-20
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/post_weekly_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.12'

- name: Get Python modules
run: |
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.12'

- name: Get Python modules
run: |
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.12'

- name: Get Python modules
run: |
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.10'
python-version: '3.12'

- name: Get Python modules
run: |
Expand Down
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ max-locals=16
max-parents=7

# Maximum number of positional arguments for function / method.
max-positional-arguments=5
max-positional-arguments=7

# Maximum number of public methods for a class (see R0904).
max-public-methods=20
Expand Down
2 changes: 1 addition & 1 deletion Docs/Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bitrate of the standard.

# Required software

Running the tests requires Python 3.7 to be installed on the host machine, and
Running the tests requires Python 3.12 to be installed on the host machine, and
an `astcenc-avx2` release build to have been previously compiled and installed
into an directory called `astcenc` in the root of the git checkout. This
can be achieved by configuring the CMake build using the install prefix
Expand Down
26 changes: 0 additions & 26 deletions Test/Images/HDRIHaven/astc_reference-1.7_fast_results.csv

This file was deleted.

26 changes: 0 additions & 26 deletions Test/Images/HDRIHaven/astc_reference-1.7_fastest_results.csv

This file was deleted.

26 changes: 0 additions & 26 deletions Test/Images/HDRIHaven/astc_reference-1.7_medium_results.csv

This file was deleted.

26 changes: 0 additions & 26 deletions Test/Images/HDRIHaven/astc_reference-1.7_thorough_results.csv

This file was deleted.

26 changes: 0 additions & 26 deletions Test/Images/HDRIHaven/astc_reference-2.5-avx2_fast_results.csv

This file was deleted.

26 changes: 0 additions & 26 deletions Test/Images/HDRIHaven/astc_reference-2.5-avx2_fastest_results.csv

This file was deleted.

26 changes: 0 additions & 26 deletions Test/Images/HDRIHaven/astc_reference-2.5-avx2_medium_results.csv

This file was deleted.

26 changes: 0 additions & 26 deletions Test/Images/HDRIHaven/astc_reference-2.5-avx2_thorough_results.csv

This file was deleted.

26 changes: 0 additions & 26 deletions Test/Images/HDRIHaven/astc_reference-2.5-sse2_fast_results.csv

This file was deleted.

Loading
Loading