Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ansys/pyfluent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.30.dev1
Choose a base ref
...
head repository: ansys/pyfluent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Loading
Showing 306 changed files with 15,263 additions and 6,516 deletions.
40 changes: 0 additions & 40 deletions .ci/compare_flobject.py

This file was deleted.

30 changes: 20 additions & 10 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
documentation:
- changed-files:
- any-glob-to-any-file: ['doc/source/**/*', 'examples/**/*', 'doc/styles/**/*']
- changed-files:
- any-glob-to-any-file:
["doc/source/**/*", "examples/**/*", "doc/styles/**/*"]

examples:
- changed-files:
- any-glob-to-any-file: ['examples/**/*']
- changed-files:
- any-glob-to-any-file: ["examples/**/*"]

maintenance:
- changed-files:
- any-glob-to-any-file: ['.github/**/*', 'codecov.yml', '.flake8', '.coveragerc', 'pyproject.toml', 'doc/make.bat', 'doc/Makefile']
- changed-files:
- any-glob-to-any-file:
[
".github/**/*",
"codecov.yml",
".flake8",
".coveragerc",
"pyproject.toml",
"doc/make.bat",
"doc/Makefile",
]

dependencies:
- changed-files:
- any-glob-to-any-file: ['pyproject.toml']
- changed-files:
- any-glob-to-any-file: ["pyproject.toml"]

CI/CD:
- changed-files:
- any-glob-to-any-file: ['docker/**/*', '.github/**/*', '.ci/**/*']
- changed-files:
- any-glob-to-any-file: ["docker/**/*", ".github/**/*", ".ci/**/*"]
16 changes: 10 additions & 6 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
#
# This file is used by labeler to sync the labels (and their colors),
# and assign a label to the new pull request.
#
#
# Check the yml for more info: .github\workflows\label.yml
#

@@ -73,7 +73,7 @@
- name: new feature
description: "Request or proposal for a new feature"
color: 85C1E9

- name: enhancement
description: "Improve any current implemented feature"
color: 85C1E9
@@ -139,10 +139,6 @@
description: "Related to the datamodel API"
color: F4D03F

- name: Fluent
description: "Requires changes in Fluent"
color: F9E79F

- name: refactoring
description: "Related to refactoring"
color: 27AE60
@@ -166,3 +162,11 @@
- name: epic
description: "Related to an epic issue"
color: 76D7C4

- name: dependencies
description: "Related to dependencies"
color: A569BD

- name: CI/CD
description: "Related to CI/CD"
color: 85C1E9
Loading