Changes between #172 and #174

#173 (Nov 5, 2024 2:14:13 PM)

  1. incomplete refactoring to make way for new cache — Jeremy Faden / detail
  2. allow either units=enum or units=nominal to mean EnumerationUnits — Jeremy Faden / detail
  3. https://sourceforge.net/p/autoplot/bugs/2639/: experiment with new code to slice on [:,:,0] instead of just [:,0]. — Jeremy Faden / detail
  4. https://sourceforge.net/p/autoplot/bugs/2639/: experiment with new code to slice on [:,:,0] instead of just [:,0].  — Jeremy Faden / detail
  5. introduce "majority" control for output with values "row" or "column" — Jeremy Faden / detail
  6. https://sourceforge.net/p/autoplot/bugs/2217/: allow non-dimension changing operations to be inserted — Jeremy Faden / detail
  7. release notes — Jeremy Faden / detail
  8. bugfix: addMouseModule needs to tell the box to update during the drag, so that key events will be correct. — Jeremy Faden / detail
  9. bitor and bitand — Jeremy Faden / detail
  10. handle map index.  handle pow. — Jeremy Faden / detail
  11. Math.pow — Jeremy Faden / detail
  12. handle list comprehension using .stream.map — Jeremy Faden / detail