Changelog
3.2.1 2026-04-17 (f425791…9003bd2)
Documentation
Updated the iterative solver example on my new desktop. Better times by a factor of about 8 on the direct solvers. IIterative solvers are only 20% faster. (d9a8834)
Updated iterative sovler example after adding stride optimization. (4b8d95e)
Developer documentation updates (2df5d30)
Connecting to my tutorial series on my personal site. (9003bd2)
Performance improvements
Stride order minimization Implemented stride order minimization. This corresponds to internally sort the dimensions by number of points per dimension. Smaller first. Larger last. This had 2.7x increase in speed for the a07 example. (d9b29bd)
3.2.0 2026-03-29 (69e9c9c…e6ecd1a)
Documentation
Features
refactor
Renaming the 4th example. (2e9f498)
Renaming examples. (ac60cf8)
Organizing example data. (7896b4d)
Renaming the a07 data file. (10ba4a5)
Now that I know pathology of iterative example is not precision related, reduce data to single make sense. (01e1d2f)
3.1.0 2026-03-25 (1a54a13…6589604)
Documentation
Developer guide was out of date with the part1 and part2 workflow. (1a54a13)
Fleshed out the theory of the regularizer. (801d893)
Added proper inspiration statement to Readme. (da8691b)
Updating Readme and toolbox_image. (82d6e31)
Renaming the examples to match to better track the coming tutorial series. (c8d9adb)
Reordering examples. More to come…. (6589604)
Features
Adding Python, Julia, and VBA port of regularizeNd. Adding better testing. (0340802)
Reorganizing m-files so better test coverage is possible. (98bf3ad)
Using a Loihi volcano data set as the first example. (35e6f6c)
3.0.8 2026-03-13 (4ea4425…c0fa1b4)
Bug Fixes
Forgot to commit uv lock file. (4ea4425)
Updating base project files. (c01d007)
Working on updating project files. (37d6698)
3.0.7 2026-03-08 (070a7f6…070a7f6)
no relevant changes
3.0.6 2026-03-08 (2502c85…a3f4770)
Bug Fixes
Adding a small change so I can deploy to the next version. (a3f4770)
3.0.5 2026-03-08 (64add5b…9e11a8d)
Documentation
Bug Fixes
Documentation was not properly built before toolbox creation. (64a7cda)
3.0.5 2026-03-08 (64add5b…63d618b)
Documentation
Bug Fixes
Documentation was not properly built before toolbox creation. (64a7cda)
3.0.5 2026-03-08 (64add5b…64a7cda)
Documentation
Bug Fixes
Documentation was not properly built before toolbox creation. (64a7cda)
3.0.5 2026-03-08 (64add5b…3b0d67a)
Documentation
Moving the developer documentation to the Sphinx site. (edfc1c5)
Fixing documentation rendering issue with Theory of the Regularizer page. (919ea0c)
3.0.4 2025-12-14 (678908e…c972f78)
Documentation
3.0.3 2024-06-18 (83bd288…83bd288)
Documentation
fixing examples that weren’t working. (83bd288)
3.0.2 2024-06-15 (28e436a…d389783)
Bug Fixes
Fixed “File Not Found” issue on MathWorks file exchange by modifying .prj file (d389783)
3.0.0 2024-06-15 (2c7bbe7…d7c4b71)
Documentation
Features
updating regularizeNd based on MATLAB language changes, targeting 2019b or newer (4b516c5)
Bug Fixes
BREAKING CHANGES
updating regularizeNd based on MATLAB language changes, targeting 2019b or newer (4b516c5)
2.4.1 2023-04-05 (50e4039…2f225a1)
Documentation
Added some developer documentation (50c096a)
updated the developer documentation related to working with this repo (3c6b367)