-
Notifications
You must be signed in to change notification settings - Fork 21
Allow editing cell geometry definition #945
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
digvijay-y
wants to merge
32
commits into
idaholab:develop
Choose a base branch
from
digvijay-y:geometry-editing
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+414
−15
Open
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
6ed83ef
__iter__ for halfspace and unit
digvijay-y c2df199
Add replace and Replace_recursive func
digvijay-y b56277e
updated Changelog
digvijay-y 612ac5d
Enhance replace() method in HalfSpace and UnitHalfSpace classes and A…
digvijay-y 7275600
Fix half_space.py for testcase failures
digvijay-y 90e06a0
Fix formatting of changelog entry for HalfSpace.replace method
digvijay-y 1f78af1
Update montepy/surfaces/half_space.py
digvijay-y fcd41b4
Update doc/source/changelog.rst
digvijay-y acfd6db
changes
digvijay-y 2736384
update tests
digvijay-y 77c9c13
Update testcases
digvijay-y 51d93db
Black format
digvijay-y 1e2c2ca
revert: restore demo/answers notebook to pre-black formatting
digvijay-y ffb03ce
old_divider
digvijay-y d681116
pass tests through verify_export and simplify logic
digvijay-y 60c1d1c
Claude: Auto inject description meta from docstrings into page.
MicahGale 28f5d6b
Explicitly set logo alt text with Claude suggesting how.
MicahGale 1313abb
Simplified alt text inline with W3 guidance.
MicahGale 631d879
Claude: create an "extension" to include schema.org data
MicahGale 3e54c2b
Claude: made template for schema.org
MicahGale 0f55b63
Claude: hackily include the schema.org extension.
MicahGale 167878f
Claude: fixed schema.org extension.
MicahGale 7ecbec9
Claude: Complete SEO improvements for sphinx docs.
MicahGale 6f29b80
Black formatted tests.
MicahGale 0d14de5
Claude: pull schema data from pyproject.
MicahGale 46c185d
Updated workflow to actually run coveralls.
MicahGale a1dda8c
fix: don't restore old_divider on replace() failure
digvijay-y abe4d35
fix(half_space): use number-based lookup to avoid NumberConflictError…
digvijay-y 9463cb3
add: tests for coverage
digvijay-y 018571a
Merge branch 'develop' into geometry-editing
digvijay-y 196dfdb
Merge branch 'develop' into geometry-editing
MicahGale c1af73b
Merge branch 'develop' into geometry-editing
digvijay-y File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,13 @@ | |
| MontePy Changelog | ||
| ***************** | ||
|
|
||
| Next Release | ||
| ============ | ||
|
|
||
| **Features Added** | ||
|
|
||
| * Added ``HalfSpace.replace`` to swap dividers in a cell geometry tree, and ``HalfSpace.__iter__`` to traverse geometry leaves (:issue:`737`). | ||
|
digvijay-y marked this conversation as resolved.
|
||
|
|
||
| 1.4 releases | ||
| ============ | ||
|
|
||
|
|
@@ -26,6 +33,7 @@ MontePy Changelog | |
| * ``Cell.universe`` can now be set to ``None`` (or deleted via ``del cell.universe``) to reset the universe assignment back to the default (:issue:`902`). | ||
| * Added ``extend_renumber`` to ``NumberedObjectCollection`` with related test cases (:issue:`881`). | ||
| * Made :class:`montepy.data_inputs.importance.Importance` more ``dict``-like with ``keys``, ``values``, and ``items`` functions (:pull:`921`). | ||
| * API to Allow editing cell geometry definition (:issue:`945`). | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is redundant from the features added above, also this should have been |
||
|
|
||
| **Bugs Fixed** | ||
|
|
||
|
|
@@ -43,9 +51,6 @@ MontePy Changelog | |
| * Enable Sphinx nitpicky mode and fix ~30 broken cross-references in the developer guide, user guide, and migration docs (:issue:`889`). | ||
| * Remove redundant "montepy.*" prefix from navigation in the API docs (:issue:`901`). | ||
|
|
||
| 1.3 releases | ||
| ============ | ||
|
|
||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don't delete this. |
||
| 1.3.0 | ||
| -------------- | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.