From 348ba8bb03525c9d236d376870e797d2c7e3bd59 Mon Sep 17 00:00:00 2001 From: Ben RdO Date: Fri, 19 Dec 2025 15:59:24 -0800 Subject: [PATCH 1/4] chore: update citation --- CITATION.cff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 14e6f803..c63f0724 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -22,6 +22,6 @@ authors: identifiers: - type: doi value: 'https://zenodo.org/doi/10.5281/zenodo.7062459' -version: 0.6.1 +version: 0.7.0 license: MIT -date-released: '2025-09-26' +date-released: '2025-12-23' From b64989be457a164918eab74aab712ec6ded87159 Mon Sep 17 00:00:00 2001 From: Ben RdO Date: Fri, 19 Dec 2025 15:59:55 -0800 Subject: [PATCH 2/4] chore: update conda environment file --- environment.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/environment.yml b/environment.yml index 0b656ef9..a30778c0 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,6 @@ channels: dependencies: - cvxopt - cvxpy - - dask<2024.3.0 - osqp - ipykernel - notebook From ecc5a1480b26182a5d0bcd53272d550045bcd5a5 Mon Sep 17 00:00:00 2001 From: Ben RdO Date: Fri, 19 Dec 2025 16:00:23 -0800 Subject: [PATCH 3/4] update license --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index 7a09dc31..b56a634e 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2024 Singularity Energy +Copyright (c) 2022-2025 Singularity Energy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From b3b61b4be51c5b95a993cdb73ac9315beca6959a Mon Sep 17 00:00:00 2001 From: Ben RdO Date: Fri, 19 Dec 2025 16:00:50 -0800 Subject: [PATCH 4/4] chore: updte pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b81f0a49..c29b0a8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "oge" -version = "0.6.1" +version = "0.7.0" requires-python = ">=3.11,<3.12" readme = "README.md" authors = [