diff --git a/.github/labels.yml b/.github/labels.yml index 5a6f34a9aa..13a9457bf7 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -58,35 +58,35 @@ # By Category # =========== -- name: BUG +- name: bug description: "Issue, problem or error in PyMAPDL" color: E67E22 -- name: New Feature +- name: new Feature description: "Request or proposal for a new feature" color: 85C1E9 -- name: Enhancement +- name: enhancement description: "Improve any current implemented feature" color: 85C1E9 -- name: Examples +- name: examples description: "Publishing PyMAPDL examples" color: A569BD -- name: Documentation +- name: documentation description: "Documentation related (improving, adding, etc)" color: A569BD -- name: Maintenance +- name: maintenance description: "General maintenance of the repo (libraries, cicd, etc)" color: 76D7C4 -- name: Discussion +- name: discussion description: "" color: 76D7C4 -- name: Question +- name: question description: "" color: 76D7C4 @@ -127,7 +127,7 @@ description: "Related with CICD, Github Actions, etc" color: F9E79F -- name: Dependencies +- name: dependencies description: "" color: F9E79F diff --git a/doc/changelog.d/2960.added.md b/doc/changelog.d/2960.added.md new file mode 100644 index 0000000000..b8b17ae1da --- /dev/null +++ b/doc/changelog.d/2960.added.md @@ -0,0 +1 @@ +refactor: refactoring CLI \ No newline at end of file diff --git a/doc/changelog.d/2966.miscellaneous.md b/doc/changelog.d/2966.miscellaneous.md new file mode 100644 index 0000000000..0051f2b854 --- /dev/null +++ b/doc/changelog.d/2966.miscellaneous.md @@ -0,0 +1 @@ +docs: HPC documentation \ No newline at end of file diff --git a/doc/changelog.d/2981.miscellaneous.md b/doc/changelog.d/2981.miscellaneous.md new file mode 100644 index 0000000000..fac1e58518 --- /dev/null +++ b/doc/changelog.d/2981.miscellaneous.md @@ -0,0 +1 @@ +docs: adding ML-Genetic Algorithm example \ No newline at end of file diff --git a/doc/changelog.d/2982.added.md b/doc/changelog.d/2982.added.md new file mode 100644 index 0000000000..98e249363e --- /dev/null +++ b/doc/changelog.d/2982.added.md @@ -0,0 +1 @@ +feat: add a MAPDL version section in for bug issues \ No newline at end of file diff --git a/doc/changelog.d/2998.miscellaneous.md b/doc/changelog.d/2998.miscellaneous.md new file mode 100644 index 0000000000..01948b1173 --- /dev/null +++ b/doc/changelog.d/2998.miscellaneous.md @@ -0,0 +1 @@ +docs: customize agent for linkchecker \ No newline at end of file diff --git a/doc/changelog.d/2999.added.md b/doc/changelog.d/2999.added.md new file mode 100644 index 0000000000..eb4b37d445 --- /dev/null +++ b/doc/changelog.d/2999.added.md @@ -0,0 +1 @@ +feat: adding some env var print to report \ No newline at end of file diff --git a/doc/changelog.d/3002.fixed.md b/doc/changelog.d/3002.fixed.md new file mode 100644 index 0000000000..b7979cc262 --- /dev/null +++ b/doc/changelog.d/3002.fixed.md @@ -0,0 +1 @@ +feat: adding option to `_ctrl` command \ No newline at end of file diff --git a/doc/changelog.d/3019.miscellaneous.md b/doc/changelog.d/3019.changed.md similarity index 100% rename from doc/changelog.d/3019.miscellaneous.md rename to doc/changelog.d/3019.changed.md diff --git a/doc/changelog.d/3023.added.md b/doc/changelog.d/3023.added.md new file mode 100644 index 0000000000..d6c4c76a27 --- /dev/null +++ b/doc/changelog.d/3023.added.md @@ -0,0 +1 @@ +feat: adding `cycexpand` command \ No newline at end of file diff --git a/doc/changelog.d/3024.miscellaneous.md b/doc/changelog.d/3024.miscellaneous.md new file mode 100644 index 0000000000..aac525efa8 --- /dev/null +++ b/doc/changelog.d/3024.miscellaneous.md @@ -0,0 +1 @@ +docs: setting docs version to v241 \ No newline at end of file diff --git a/doc/changelog.d/3035.fixed.md b/doc/changelog.d/3035.fixed.md new file mode 100644 index 0000000000..4b6b57dd10 --- /dev/null +++ b/doc/changelog.d/3035.fixed.md @@ -0,0 +1 @@ +fix: avoiding future sphinx warning \ No newline at end of file diff --git a/doc/changelog.d/3036.miscellaneous.md b/doc/changelog.d/3036.miscellaneous.md new file mode 100644 index 0000000000..2ae4ec2ae9 --- /dev/null +++ b/doc/changelog.d/3036.miscellaneous.md @@ -0,0 +1 @@ +chore: removing cdb files \ No newline at end of file diff --git a/doc/changelog.d/3037.added.md b/doc/changelog.d/3037.added.md new file mode 100644 index 0000000000..14297bedcb --- /dev/null +++ b/doc/changelog.d/3037.added.md @@ -0,0 +1 @@ +feat: update `vfquery` \ No newline at end of file diff --git a/doc/changelog.d/3046.miscellaneous.md b/doc/changelog.d/3046.miscellaneous.md new file mode 100644 index 0000000000..1287cf512f --- /dev/null +++ b/doc/changelog.d/3046.miscellaneous.md @@ -0,0 +1 @@ +docs: adding documentation about remote mapdl pool \ No newline at end of file diff --git a/doc/changelog.d/3047.added.md b/doc/changelog.d/3047.added.md new file mode 100644 index 0000000000..55b98b530a --- /dev/null +++ b/doc/changelog.d/3047.added.md @@ -0,0 +1 @@ +feat: add argument to disable run_at_connect in `MapdlGrpc` \ No newline at end of file diff --git a/doc/changelog.d/3048.added.md b/doc/changelog.d/3048.added.md new file mode 100644 index 0000000000..f397c08676 --- /dev/null +++ b/doc/changelog.d/3048.added.md @@ -0,0 +1 @@ +feat: allowing passing IP to `MapdlPool` \ No newline at end of file diff --git a/doc/changelog.d/3049.added.md b/doc/changelog.d/3049.added.md new file mode 100644 index 0000000000..b88c509464 --- /dev/null +++ b/doc/changelog.d/3049.added.md @@ -0,0 +1 @@ +feat: add argument to disable run_at_connect in MapdlGrpc \ No newline at end of file diff --git a/doc/changelog.d/3071.fixed.md b/doc/changelog.d/3071.fixed.md new file mode 100644 index 0000000000..1513fe091c --- /dev/null +++ b/doc/changelog.d/3071.fixed.md @@ -0,0 +1 @@ +docs: clarifying MAPDL commands API section \ No newline at end of file diff --git a/doc/changelog.d/3086.fixed.md b/doc/changelog.d/3086.fixed.md new file mode 100644 index 0000000000..3a701bb967 --- /dev/null +++ b/doc/changelog.d/3086.fixed.md @@ -0,0 +1 @@ +feat: making old API function discoverable when Click is not installed \ No newline at end of file diff --git a/doc/changelog.d/3107.changed.md b/doc/changelog.d/3107.changed.md new file mode 100644 index 0000000000..6ebfb21bd1 --- /dev/null +++ b/doc/changelog.d/3107.changed.md @@ -0,0 +1 @@ +ci: having only one set of Dependabot rules \ No newline at end of file diff --git a/doc/changelog.d/3118.changed.md b/doc/changelog.d/3118.changed.md new file mode 100644 index 0000000000..a6e0316695 --- /dev/null +++ b/doc/changelog.d/3118.changed.md @@ -0,0 +1 @@ +ci: adding tag for doc review \ No newline at end of file diff --git a/doc/changelog.d/3140.miscellaneous.md b/doc/changelog.d/3140.miscellaneous.md new file mode 100644 index 0000000000..ca4b86642c --- /dev/null +++ b/doc/changelog.d/3140.miscellaneous.md @@ -0,0 +1 @@ +docs: update a minor typo in `mapdl.rst` \ No newline at end of file diff --git a/doc/changelog.d/3147.changed.md b/doc/changelog.d/3147.changed.md new file mode 100644 index 0000000000..6fef6bc827 --- /dev/null +++ b/doc/changelog.d/3147.changed.md @@ -0,0 +1 @@ +ci: remove OS package duplicate \ No newline at end of file diff --git a/doc/changelog.d/3151.fixed.md b/doc/changelog.d/3151.fixed.md new file mode 100644 index 0000000000..a8460d1f6f --- /dev/null +++ b/doc/changelog.d/3151.fixed.md @@ -0,0 +1 @@ +fix: update the general files to align with PyAnsys standards \ No newline at end of file diff --git a/doc/changelog.d/3154.added.md b/doc/changelog.d/3154.added.md new file mode 100644 index 0000000000..0e21ca1605 --- /dev/null +++ b/doc/changelog.d/3154.added.md @@ -0,0 +1 @@ +feat: converting chained APDL commands to PyMAPDL context manager \ No newline at end of file diff --git a/doc/changelog.d/3166.miscellaneous.md b/doc/changelog.d/3166.added.md similarity index 100% rename from doc/changelog.d/3166.miscellaneous.md rename to doc/changelog.d/3166.added.md diff --git a/doc/changelog.d/3169.miscellaneous.md b/doc/changelog.d/3169.fixed.md similarity index 100% rename from doc/changelog.d/3169.miscellaneous.md rename to doc/changelog.d/3169.fixed.md diff --git a/doc/changelog.d/3171.miscellaneous.md b/doc/changelog.d/3171.changed.md similarity index 100% rename from doc/changelog.d/3171.miscellaneous.md rename to doc/changelog.d/3171.changed.md diff --git a/doc/changelog.d/3179.miscellaneous.md b/doc/changelog.d/3179.dependencies.md similarity index 100% rename from doc/changelog.d/3179.miscellaneous.md rename to doc/changelog.d/3179.dependencies.md diff --git a/doc/changelog.d/3180.miscellaneous.md b/doc/changelog.d/3180.dependencies.md similarity index 100% rename from doc/changelog.d/3180.miscellaneous.md rename to doc/changelog.d/3180.dependencies.md diff --git a/doc/changelog.d/3181.miscellaneous.md b/doc/changelog.d/3181.dependencies.md similarity index 100% rename from doc/changelog.d/3181.miscellaneous.md rename to doc/changelog.d/3181.dependencies.md diff --git a/doc/changelog.d/3182.changed.md b/doc/changelog.d/3182.changed.md new file mode 100644 index 0000000000..bd70b3e196 --- /dev/null +++ b/doc/changelog.d/3182.changed.md @@ -0,0 +1 @@ +docs: adding previous changes in `changelog.d` repository \ No newline at end of file