From 16b8b5f07268f4bfc037f03bad6dd2da4899b353 Mon Sep 17 00:00:00 2001 From: "Micah D. Gale" Date: Sat, 4 Jan 2025 22:19:12 -0600 Subject: [PATCH 1/3] Updated changelog to RTD links. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a5ca915..102e5331 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ Homepage = "https://www.montepy.org/" Repository = "https://github.com/idaholab/MontePy.git" Documentation = "https://www.montepy.org/" "Bug Tracker" = "https://github.com/idaholab/MontePy/issues" -Changelog = "https://www.montepy.org/changelog.html" +Changelog = "https://www.montepy.org/en/stable/changelog.html" [project.scripts] "change_to_ascii" = "montepy._scripts.change_to_ascii:main" From b2ea8c0dbfcdcb598d71fd6df555f0c80a47760a Mon Sep 17 00:00:00 2001 From: "Micah D. Gale" Date: Sat, 4 Jan 2025 22:19:31 -0600 Subject: [PATCH 2/3] Updated O(N^2) to render for RST. --- doc/source/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 01b42c94..75fe024f 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -37,7 +37,7 @@ MontePy Changelog **Performance Improvement** * Fixed cyclic memory reference that lead to memory leak in ``copy.deepcopy`` (:issue:`514`). -* Fixed O(N2) operation in how append works for object collections like Cells (:issue:`556`). +* Fixed O(N\ :sup:`2`) operation in how append works for object collections like Cells (:issue:`556`). **Bug Fixes** From fd86c7e3507060a47e495641ccbd0787ddaf741d Mon Sep 17 00:00:00 2001 From: "Micah D. Gale" Date: Mon, 6 Jan 2025 08:46:25 -0600 Subject: [PATCH 3/3] Happy new year! --- LICENSE | 2 +- NOTICE.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 4c10442a..97cc2f17 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Battelle Energy Alliance, LLC +Copyright (c) 2024 - 2025 Battelle Energy Alliance, LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/NOTICE.txt b/NOTICE.txt index cf73c7ed..475fcd0a 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -3,7 +3,7 @@ Github URL: https://github.com/idaholab/MontePy Licensed under MIT -© 2024 Battelle Energy Alliance, LLC +© 2024 - 2025 Battelle Energy Alliance, LLC ALL RIGHTS RESERVED Prepared by Battelle Energy Alliance, LLC