Skip to content

Commit 9208212

Browse files
committed
Merge branch 'main' into hashtree
2 parents c045513 + 835f233 commit 9208212

File tree

552 files changed

+23225
-25151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

552 files changed

+23225
-25151
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 29 deletions
This file was deleted.

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ insert_final_newline = true
88
indent_style = space
99
indent_size = 4
1010
charset = utf-8
11-
max_line_length = 120
11+
max_line_length = 179
1212

1313
[*.{bat,cmd,ps1}]
1414
end_of_line = crlf

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
18-
python: ['3.8', '3.9', '3.10']
18+
python: ["3.9", "3.10", "3.11", "3.12"]
1919

2020
steps:
21-
- uses: compas-dev/compas-actions.build@v3
21+
- uses: compas-dev/compas-actions.build@v4
2222
with:
23+
invoke_lint: true
24+
invoke_test: true
2325
python: ${{ matrix.python }}
24-
invoke_lint: true

.github/workflows/ironpython.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: windows-latest
1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: "[RPC tests] Set up CPython 3.8"
17+
- name: "[RPC tests] Set up CPython 3.9"
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: 3.8
20+
python-version: 3.9
2121
- name: "[RPC tests] Install CPython dependencies"
2222
run: |
2323
python -m pip install --upgrade pip

.github/workflows/release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
tags:
4-
- 'v*'
4+
- "v*"
55

66
name: Create Release
77

@@ -11,20 +11,21 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, macos-latest, windows-latest]
14-
python: ['3.8', '3.9', '3.10']
14+
python: ["3.9", "3.10", "3.11", "3.12"]
1515

1616
steps:
17-
- uses: compas-dev/compas-actions.build@v3
17+
- uses: compas-dev/compas-actions.build@v4
1818
with:
19-
python: ${{ matrix.python }}
2019
invoke_lint: true
20+
invoke_test: true
21+
python: ${{ matrix.python }}
2122
check_import: true
2223

2324
publish:
2425
needs: build
2526
runs-on: windows-latest
2627
steps:
27-
- uses: compas-dev/compas-actions.publish@v2
28+
- uses: compas-dev/compas-actions.publish@v3
2829
with:
2930
pypi_token: ${{ secrets.PYPI }}
3031
github_token: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,7 @@ NOTES
146146

147147
src/compas_blender/conversions/__temp/
148148
docs/reference/__old/
149+
150+
scripts/
151+
152+
.ruff_cache

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
- Nizar Taha <<taha@arch.ethz.ch>> [@nizartaha](https://github.com/nizartaha)
3535
- Gene Ting-Chun Kao <<kao@arch.ethz.ch>> [@GeneKao](https://github.com/GeneKao)
3636
- Chen Kasirer <<kasirer@arch.ethz.ch>> [@chenkasirer](https://github.com/chenkasirer)
37+
- Aleksandra Apolinarska <<apolinarska@arch.ethz.ch>> [@funkchaser](https://github.com/funkchaser)
3738
- Nickolas Maslarinos <<maslarinosnickolas@gmail.com>> [@nmaslarinos](https://github.com/nmaslarinos)
3839
- Katerina Toumpektsi <<e.toumpeksti@gmail.com>> [@katarametin](https://github.com/katarametin)
3940
- Joelle Baehr-Bruyere <<joelle.baehr-bruyere@epfl.ch>> [@baehrjo](https://github.com/baehrjo)

0 commit comments

Comments
 (0)