PR for 0.3.10 - #79
Merged
drowenhorst-nrl merged 43 commits intoMay 11, 2026
Merged
Conversation
Signed-off by: David Rowenhorst <david.rowenhorst@nrl.navy.mil>
…height. Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.rowenhorst@nrl.navy.mil>
Signed-off by: David Rowenhorst <david.rowenhorst@nrl.navy.mil>
Signed-off by: David Rowenhorst <david.rowenhorst@nrl.navy.mil>
Signed-off by: David Rowenhorst <david.rowenhorst@nrl.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.rowenhorst@nrl.navy.mil>
Signed-off by: David Rowenhorst <david.rowenhorst@nrl.navy.mil>
Signed-off by: David Rowenhorst <david.rowenhorst@nrl.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
…nsional PSO opt. Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
…single process indexing on CPU. Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
… as min test platform. Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.rowenhorst@nrl.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
- Create pyebsdindex/_version.py to isolate __version__ from side-effect imports - Update __init__.py to import version from _version.py - Write pyproject.toml with PEP 621 project metadata, dependencies, extras, setuptools configuration, and pytest/coverage tool sections - Remove legacy setup.py and setup.cfg Co-Authored-By: Oz <oz-agent@warp.dev>
- Replace removed setup.cfg/setup.py includes with pyproject.toml - Switch check-manifest CI step from manifix to check-manifest Co-Authored-By: Oz <oz-agent@warp.dev>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
- Drop MANIFEST.in and rely on Hatchling sdist includes - Update pyproject.toml Hatchling configuration to match expected files Co-Authored-By: Oz <oz-agent@warp.dev>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
…emoving test for macOS. Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
Signed-off by: David Rowenhorst <david.j.rowenhorst.civ@us.navy.mil>
drowenhorst-nrl
merged commit May 11, 2026
364f1c0
into
USNavalResearchLaboratory:main
11 checks passed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
0.3.10 (2026-05-11)
Added
Changed
ebsd_index.index_pats_distributed()for using CPU only indexing.setup.pytopyproject.tomland build backend now is hatchling.Fixed
This was the former root cause of tests failing with Ray versions
>0.53.1; however these versions of Ray workperfectly well on local machines.