diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md
index 86cb462..63ab463 100644
--- a/.github/CODE_OF_CONDUCT.md
+++ b/.github/CODE_OF_CONDUCT.md
@@ -58,7 +58,7 @@ representative at an online or offline event.
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
-TODO@openscilab.com.
+dnx@openscilab.com.
All complaints will be reviewed and investigated promptly and fairly.
All community leaders are obligated to respect the privacy and security of the
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 9de1145..caaf4d5 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -75,7 +75,6 @@ body:
- Python 3.9
- Python 3.8
- Python 3.7
- - Python 3.6
default: 1
validations:
required: true
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 3f0d75b..78e9c11 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Discord
- url: https://discord.gg/TODO
- about: Ask questions and discuss with other TODO community members
+ url: https://discord.gg/K23nyjtNaU
+ about: Ask questions and discuss with other DNX community members
- name: Website
url: https://openscilab.com/
about: Check out our website for more information
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 5952903..8e43303 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -8,4 +8,4 @@ updates:
open-pull-requests-limit: 10
target-branch: dev
assignees:
- - "TODO"
+ - "AHReccese"
diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml
index 2a3bd29..14f9b8b 100644
--- a/.github/workflows/publish_pypi.yml
+++ b/.github/workflows/publish_pypi.yml
@@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- name: Set up Python
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
diff --git a/README.md b/README.md
index 6797e69..ef74a37 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
@@ -53,7 +53,7 @@
@@ -225,7 +225,7 @@ Just fill an issue and describe it. We'll check it ASAP! You can also email [dnx
You can also join our discord server
-
+
diff --git a/autopep8.bat b/autopep8.bat
index 8389cd9..d628514 100644
--- a/autopep8.bat
+++ b/autopep8.bat
@@ -1,4 +1,4 @@
-python -m autopep8 TODO --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721
+python -m autopep8 dnx --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721
python -m autopep8 otherfiles --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721
python -m autopep8 tests --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721
python -m autopep8 setup.py --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose
diff --git a/autopep8.sh b/autopep8.sh
index d86c788..2709a77 100644
--- a/autopep8.sh
+++ b/autopep8.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-python -m autopep8 TODO --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721
+python -m autopep8 dnx --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721
python -m autopep8 otherfiles --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721
python -m autopep8 tests --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721
python -m autopep8 setup.py --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose
diff --git a/otherfiles/RELEASE.md b/otherfiles/RELEASE.md
index 04c01db..99fb7d0 100644
--- a/otherfiles/RELEASE.md
+++ b/otherfiles/RELEASE.md
@@ -1,6 +1,6 @@
-# TODO Release Instructions
+# DNX Release Instructions
-**Last Update: 2025-04-17**
+**Last Update: 2026-06-14**
1. Create the `release` branch under `dev`
2. Update all version tags
@@ -8,13 +8,13 @@
2. `README.md`
3. `otherfiles/version_check.py`
4. `otherfiles/meta.yaml`
- 5. `TODO/params.py`
+ 5. `dnx/params.py`
3. Update `CHANGELOG.md`
1. Add a new header under `Unreleased` section (Example: `## [0.1] - 2022-08-17`)
- 2. Add a new compare link to the end of the file (Example: `[0.2]: https://github.com/openscilab/TODO/compare/v0.1...v0.2`)
- 3. Update `dev` compare link (Example: `[Unreleased]: https://github.com/openscilab/TODO/compare/v0.2...dev`)
+ 2. Add a new compare link to the end of the file (Example: `[0.2]: https://github.com/openscilab/dnx/compare/v0.1...v0.2`)
+ 3. Update `dev` compare link (Example: `[Unreleased]: https://github.com/openscilab/dnx/compare/v0.2...dev`)
4. Update `.github/ISSUE_TEMPLATE/bug_report.yml`
- 1. Add new version tag to `TODO version` dropbox options
+ 1. Add new version tag to `DNX version` dropbox options
5. Create a PR from `release` to `dev`
1. Title: `Version x.x` (Example: `Version 0.1`)
2. Tag all related issues