From b59d03fb6b3f73f6a3f2852a2ff0441842ce0f27 Mon Sep 17 00:00:00 2001 From: Matthew Davis Date: Thu, 2 Apr 2026 09:51:00 +0200 Subject: [PATCH 1/3] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cffd68..5a01ca1 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Choose the exe from the latest [release](https://github.com/UNSW-CEEM/NEMOSIS/re ## Contributing -Interested in contributing? Check out the [contributing instructions](./CONTRIBUTING. md), which also includes steps to install `nemosis` for development. +Interested in contributing? Check out the [contributing instructions](./CONTRIBUTING.md), which also includes steps to install `nemosis` for development. Please note that this project is released with a [Code of Conduct](./CONDUCT.md). By contributing to this project, you agree to abide by its terms. From 639fa134aed6f8f6bdd535f7ee35604ad8a12ca5 Mon Sep 17 00:00:00 2001 From: Matthew Davis Date: Thu, 2 Apr 2026 10:03:29 +0200 Subject: [PATCH 2/3] Update deprecated field in pyproject.toml --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d7b9bb2..7589b94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,9 @@ build-backend = "hatchling.build" [tool.uv] managed = true -dev-dependencies = [ + +[dependency-groups] +dev = [ "parameterized>=0.9.0", "pyinstaller>=6.11.1", "pytest>=8.3.4", From b5e1de951c539a8e0bd75071c347413338d13ddb Mon Sep 17 00:00:00 2001 From: Matthew Davis Date: Fri, 3 Apr 2026 09:37:31 +0200 Subject: [PATCH 3/3] tweak gitignore for creative venv names --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 37e1281..ab7ea3e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .idea/* src/nemosis/__pycache__/* venv/* +venv*/* build/* dist/* src/nemosis/build/*