Skip to content

Commit 6946eb4

Browse files
authored
Merge branch 'main' into volmesh-query
2 parents 456c1cb + 8c5f9ec commit 6946eb4

File tree

590 files changed

+474031
-218740
lines changed

Some content is hidden

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

590 files changed

+474031
-218740
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.8.1
2+
current_version = 1.14.1
33
message = Bump version to {new_version}
44
commit = True
55
tag = True

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest, windows-latest]
17-
python-version: [3.6, 3.7, 3.8, 3.9]
17+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
1818

1919
steps:
2020
- uses: actions/checkout@v2

.github/workflows/docs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919

20-
- uses: compas-dev/compas-actions.docs@v1.2.1
20+
- uses: compas-dev/compas-actions.docs@v1.4.1
2121
id: docs
2222
with:
2323
dest: deploy
2424
build_to_subfolder: true
25+
test_docs: true
2526

2627
- name: Deploy docs
2728
if: success() && steps.docs.outputs.commit_type != 'pull'
@@ -35,7 +36,7 @@ jobs:
3536

3637
outputs:
3738
commit_type: ${{ steps.docs.outputs.commit_type }}
38-
current_patch: ${{ steps.docs.outputs.current_patch }}
39+
current_version: ${{ steps.docs.outputs.current_version }}
3940

4041
docVersions:
4142
needs: build
@@ -47,9 +48,9 @@ jobs:
4748
with:
4849
ref: gh-pages
4950

50-
- uses: compas-dev/compas-actions.docversions@v1.2.0
51+
- uses: compas-dev/compas-actions.docversions@v1.3.0
5152
with:
52-
current_patch: ${{ needs.build.outputs.current_patch }}
53+
current_version: ${{ needs.build.outputs.current_version }}
5354

5455
- name: Deploy docs
5556
if: success()

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v1
1515
- name: Changelog check
16-
uses: Zomzog/changelog-checker@v1.1.0
16+
uses: Zomzog/changelog-checker@v1.2.0
1717
with:
1818
fileName: CHANGELOG.md
19+
checkNotification: Simple
1920
env:
2021
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ src/.build/**
127127
data/bunny
128128
data/models
129129
data/ctralie
130-
*.ply
131130
*.tar.gz
132131

133132
data/models
@@ -143,3 +142,5 @@ data/ctralie
143142
src/compas_ghpython/components/**/*.ghuser
144143

145144
dev
145+
146+
NOTES

0 commit comments

Comments
 (0)