Changes between #172 and #174
#173 (Nov 5, 2024 2:14:13 PM)
- incomplete refactoring to make way for new cache — Jeremy Faden / detail
- allow either units=enum or units=nominal to mean EnumerationUnits — Jeremy Faden / detail
- https://sourceforge.net/p/autoplot/bugs/2639/: experiment with new code to slice on [:,:,0] instead of just [:,0]. — Jeremy Faden / detail
- https://sourceforge.net/p/autoplot/bugs/2639/: experiment with new code to slice on [:,:,0] instead of just [:,0]. — Jeremy Faden / detail
- introduce "majority" control for output with values "row" or "column" — Jeremy Faden / detail
- https://sourceforge.net/p/autoplot/bugs/2217/: allow non-dimension changing operations to be inserted — Jeremy Faden / detail
- release notes — Jeremy Faden / detail
- bugfix: addMouseModule needs to tell the box to update during the drag, so that key events will be correct. — Jeremy Faden / detail
- bitor and bitand — Jeremy Faden / detail
- handle map index. handle pow. — Jeremy Faden / detail
- Math.pow — Jeremy Faden / detail
- handle list comprehension using .stream.map — Jeremy Faden / detail