|
| 1 | +Release Notes 1.2.4 |
| 2 | +=================== |
| 3 | + |
| 4 | +The `simplnx` library is under activate development and while we strive to maintain a stable API bugs are |
| 5 | +found the necessitate the changing of the API. |
| 6 | + |
| 7 | +Version 1.2.4 |
| 8 | +------------- |
| 9 | + |
| 10 | +- Documentation has been updated |
| 11 | +- Examples updated to use new API |
| 12 | + |
| 13 | + |
| 14 | +API Additions 1.2.4 |
| 15 | +^^^^^^^^^^^^^^^^^^^ |
| 16 | + |
| 17 | +None this release |
| 18 | + |
| 19 | +Change Log 1.2.4 |
| 20 | +^^^^^^^^^^^^^^^^^^^^ |
| 21 | + |
| 22 | +- DOC: Created example images for most ITK ImageProcessing Filters (#841) - c16c9d57 |
| 23 | +- ENH: ReadCSVFilter and TriangleCentroidFilter improvements (#854) - dcdb63e2 |
| 24 | +- ENH: FeatureFaceCurvature Filter Enhancements (#853) - b568c7bb |
| 25 | +- DEV: Enable macOS-ARM, remove extra checkout steps (#848) - f8099861 |
| 26 | +- BUG: GeneratePoleFigure-Only create RGB when creating the Image Geometry (#827) - 3a1e77e8 |
| 27 | +- DOC: Link directly to the discussion page on GitHub. (#847) - c83e9f2a |
| 28 | +- ENH: Fixed cmake syntax warning (#850) - 4db702a5 |
| 29 | +- ENH: Replaced deprecated exec_program with execute_process (#851) - 8f1a2919 |
| 30 | +- FILTERS: Added CalculateHistogram, InterpolateGridData, and CliReader Python filters. (#838) - 4a830573 |
| 31 | +- COMP: Clang v14 -ffp-contract=off compiler option (#849) - 9d8379b6 |
| 32 | +- FILTER: Label Triangle Geometry and Remove Flagged Triangles Filters (#842) - d512fa24 |
| 33 | +- BUG: Fixed example pipeline installation when creating Anaconda package (#846) - c265d601 |
| 34 | +- ENH: Misc user facing labels and help text updates (#845) - 62e6ecec |
| 35 | +- BUG: Fix IParallelAlgorithm not running in parallel (#844) - d1d613b2 |
| 36 | +- BUG: Fix human facing label in Crop Image Geometry (#843) - 73a21c9e |
| 37 | +- BUG: ReadStlFile-Fix error logic when reading an ASCII STL File. (#839) - 77f3909c |
| 38 | +- Updated vcpkg baseline for pybind11 2.11.1 (#840) - 0ff43b9d |
| 39 | +- PY: Fix GIL crashes, unit test false positive results, misc other test issues. (#831) - c6112835 |
| 40 | +- ENH: ApplyTransformationToGeometry: Better error messages, Update documentation. (#835) - 6406635b |
| 41 | +- ENH: ITKImageReader - Allow user to set/override the origin/spacing (#834) - 18498ae2 |
| 42 | +- ENH: ITKImportImageStack - Add option to convert images to grayscale 'on-the-fly'. (#832) - 19b009c8 |
| 43 | +- BUG: ITKImportFijiMontage: Fixing incorrect DataPath that was causing a crash. (#833) - 7c434ae5 |
| 44 | +- BUG: Fix preflight updated values for Create Geometry filters (#825) - 7060dcaa |
| 45 | +- BUG: Fix ITKImportImageStack image flip operations. Add unit test for flip operations. (#815) - 3f70819a |
| 46 | +- DynamicTableParameter: Return better error message when validation fails. (#824) - 554be1bd |
| 47 | +- FILTER: Generate Python Plugin/Filter Skeleton Code (#821) - f869943b |
| 48 | +- Fixed shallow copy in python bindings function (#822) - 3b8230ce |
| 49 | +- Changed StringArray to store its data in a shared_ptr (#823) - ce7ae084 |
| 50 | +- ENH: Crop Image Geometry with Physical Coordinate Bounds (#818) - 3e637324 |
| 51 | +- PY: Added Python Code for Most Example Pipelines (#800) - f282e771 |
| 52 | +- ENH: Fix various anaconda packaging issues (#810) - 6eef7638 |
| 53 | +- ENH: Group a copy file target into the proper source group (#817) - 91964a50 |
| 54 | +- DOC: ConvertHexGridToSquareGrid. Update and add image to doc file (#816) - 3fa6c4a1 |
| 55 | +- ENH: Write STL File - Option to write out the entire triangle geometry in a single file. (#809) - 1e7759ae |
| 56 | +- BUG: Fix determination of default parallelization mode. (#814) - 8641d3f4 |
| 57 | +- STYLE: Fix all-contributors Dynamic Badge in README (#813) - f1d7bbed |
| 58 | +- BUG: Fix missing python dependencies for ASAN build (#812) - f36fa0cd |
| 59 | +- ENH/BUG: Additional Origin Centering Options and BoundingBox API Fix (#811) - 62df7647 |
| 60 | +- Expose IDataArray/IDataStore resize_tuples method to Python. (#807) - 4994adba |
| 61 | +- PY: Fix crash when running nxrunner with python filters. (#808) - 26de9937 |
| 62 | +- PY: Enable testing python example codes (#806) - cded997f |
| 63 | +- ENH: Create unit tests for each python example pipeline (#793) - 0e9ce25e |
| 64 | +- ENH: Add Additional Warnings When Moving/Copying DataObjects with a Tuple Mismatch (#804) - 6b7b1f0e |
| 65 | +- BUG: Repair Append Image Geometry Z Slice Default Pipeline (#805) - ca4c8189 |
| 66 | +- ENH: Rename complex to simplnx (#801) - 95265d6c |
| 67 | +- BUG FIX: All IDataCreationAction subclasses now correctly pass the geometry path member variable when being cloned. (#802) - f340465e |
| 68 | +- ENH: Write Temp Files for All Writers (#790) - 5b9d046b |
| 69 | + |
0 commit comments