Changes

Summary

  1. incomplete refactoring to make way for new cache
  2. allow either units=enum or units=nominal to mean EnumerationUnits
  3. https://sourceforge.net/p/autoplot/bugs/2639/: experiment with new code to slice on [:,:,0] instead of just [:,0].
  4. https://sourceforge.net/p/autoplot/bugs/2639/: experiment with new code to slice on [:,:,0] instead of just [:,0].
  5. introduce "majority" control for output with values "row" or "column"
  6. https://sourceforge.net/p/autoplot/bugs/2217/: allow non-dimension changing operations to be inserted
  7. release notes
  8. bugfix: addMouseModule needs to tell the box to update during the drag, so that key events will be correct.
  9. bitor and bitand
  10. handle map index. handle pow.
  11. Math.pow
  12. handle list comprehension using .stream.map
Revision 27888 by jbfaden:
incomplete refactoring to make way for new cache
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java
Revision 27887 by jbfaden:
allow either units=enum or units=nominal to mean EnumerationUnits
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.java
Revision 27886 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2639/: experiment with new code to slice on [:,:,0] instead of just [:,0].
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.java
Revision 27885 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2639/: experiment with new code to slice on [:,:,0] instead of just [:,0]. 
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.java
Revision 27884 by jbfaden:
introduce "majority" control for output with values "row" or "column"
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.java
Revision 27883 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2217/: allow non-dimension changing operations to be inserted
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java
Revision 27882 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27881 by jbfaden:
bugfix: addMouseModule needs to tell the box to update during the drag, so that key events will be correct.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/ScriptContext.javaautoplot/Autoplot/src/org/autoplot/ScriptContext.java
Revision 27880 by jbfaden:
bitor and bitand
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27879 by jbfaden:
handle map index.  handle pow.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27878 by jbfaden:
Math.pow
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27877 by jbfaden:
handle list comprehension using .stream.map
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java