Skip to content

Commit

Permalink
Merge pull request #628 from idaholab/doc_update
Browse files Browse the repository at this point in the history
Quick doc updates
  • Loading branch information
MicahGale authored Jan 6, 2025
2 parents 3b137bd + fd86c7e commit cf733bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ MontePy Changelog
**Performance Improvement**

* Fixed cyclic memory reference that lead to memory leak in ``copy.deepcopy`` (:issue:`514`).
* Fixed O(N<sup>2</sup>) 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**

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cf733bc

Please sign in to comment.