Changelog

3.2.12026-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.02026-03-29 (69e9c9c…e6ecd1a)

Documentation

  • Moved video to YouTube, deleted fig file, and other updates for Examples/a06_constraint_and_mapping_example.m. (ac59e53)

  • Fixed the math. Other minor documentation updates. (9f89ad4)

  • Added better iterative solver explanation. (da54caf)

  • Updated example names in documentation. (e6ecd1a)

Features

  • Updating the toolbox_image.png to use NASA scan data and then convert this to a regular grid. (19fc29d)

  • Updated toolbox image and first example to resolve Loihi seamount. (9914fe3)

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.02026-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.82026-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.72026-03-08 (070a7f6…070a7f6)

no relevant changes

3.0.62026-03-08 (2502c85…a3f4770)

Bug Fixes

  • Adding a small change so I can deploy to the next version. (a3f4770)


3.0.52026-03-08 (64add5b…9e11a8d)

Documentation

  • Moving the developer documentation to the Sphinx site. (edfc1c5)

  • Fixing documentation rendering issue with Theory of the Regularizer page. (919ea0c)

Bug Fixes

  • Documentation was not properly built before toolbox creation. (64a7cda)


3.0.52026-03-08 (64add5b…63d618b)

Documentation

  • Moving the developer documentation to the Sphinx site. (edfc1c5)

  • Fixing documentation rendering issue with Theory of the Regularizer page. (919ea0c)

Bug Fixes

  • Documentation was not properly built before toolbox creation. (64a7cda)


3.0.52026-03-08 (64add5b…64a7cda)

Documentation

  • Moving the developer documentation to the Sphinx site. (edfc1c5)

  • Fixing documentation rendering issue with Theory of the Regularizer page. (919ea0c)

Bug Fixes

  • Documentation was not properly built before toolbox creation. (64a7cda)


3.0.52026-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.42025-12-14 (678908e…c972f78)

Documentation


3.0.32024-06-18 (83bd288…83bd288)

Documentation

  • fixing examples that weren’t working. (83bd288)


3.0.22024-06-15 (28e436a…d389783)

Bug Fixes

  • Fixed “File Not Found” issue on MathWorks file exchange by modifying .prj file (d389783)


3.0.02024-06-15 (2c7bbe7…d7c4b71)

Documentation

  • Update examples related to new regularizeNd interface (061c25c)

  • updating documentation after interface update (e6442d3)

Features

  • updating regularizeNd based on MATLAB language changes, targeting 2019b or newer (4b516c5)

Bug Fixes

  • working on adding unit tests (922e379)

  • reorganized regularizeNd to use regularizeNdMatrices (25159fe)

BREAKING CHANGES

  • updating regularizeNd based on MATLAB language changes, targeting 2019b or newer (4b516c5)

2.4.12023-04-05 (50e4039…2f225a1)

Documentation

  • Added some developer documentation (50c096a)

  • updated the developer documentation related to working with this repo (3c6b367)