Graph Changelog

What's new in Graph 12.16.1

Apr 22, 2024
  • This version is faster and more secure. That is accomplished by pre-caching hashes and other deterministic values into the signed binaries. That means that the user interface is 2-4 times faster and common operations are much more immune to injection attempts or system changes. Being fast and secure translates into robust and dependable data visualization.
  • The off-board control panels (selectors) have also been optimized for much better placement on the screen and performance in general.
  • All state duplication is now much faster and more reliable.
  • Transient tooltips are also many times faster. Menus are also many times faster.
  • Tables are also much faster. A faster user interface (UI) translates into faster data visualization (DV) because DV and UI computations compete for resources.
  • Reliable and secure means more immune to system changes and unaccounted for injection such as during operating system updating, hacking or changes in system API. Thousands of code points were also replaced with more secure implementations and the theoretically unsecured (and slower) code API is now removed.

New in Graph 12.15.8 (Mar 19, 2024)

  • This version speeds up launching, fixes bugs and removes API associated with security concerns and replaces those calls with compile-time deterministic implementations.

New in Graph 12.15.6 (Mar 18, 2024)

  • This is a maintenance release to synch with other derivatives and to synch the codebase for regression analysis.

New in Graph 12.15.5 (Mar 18, 2024)

  • Some user interface components are now faster. The build process is about 25% faster and the embedded script engine (for animations, ui bindings, formula generation, etc.) is now faster which means Graph is faster than ever. A faster build process allows for quicker turn around time to address issues iteratively and also respond to customer requests in a more timely way.

New in Graph 12.15.4 (Mar 18, 2024)

  • Full screen mode did not work under all conditions because of the off-board control panels (selectors). This has been fixed by transitioning such controls between off-board for normal use and on-board for full screen use. Those controls include the table cell editor and graph point-wise data entry.
  • If the Graph window was forward and the user logged out while choosing to reopen windows while logging back in then upon login the app may initially crash and need to be relaunched. This has been fixed. This bug did not occur on all macOS versions and is due to the lack of user events upon auto launch.
  • Critical bugs are very important to fix and if you encounter a critical bug, or non-critical bug, then please report it to [email protected].

New in Graph 12.15.3 (Mar 18, 2024)

  • The Bar and Column Chart (task) assumed a categorical independent variable until there are more than twenty independent values and no custom axis labels. When this limit was exceeded then the autoscaler would not be invoked until the task view was refreshed. This behavior has been fixed so that the transition between categorical and continuous produces the desired result.
  • The user interface and also data visualization has been optimized further and is faster than ever. Each iteration incorporates incremental code improvements. Since Graph directly uses the native graphics API in macOS it can directly take advantage of GPU improvements with Apple Silicon thus making code improvements the only means of optimization.

New in Graph 12.15.2 (Oct 31, 2023)

  • This version is compiled against the Sonoma SDK and toolchain to incorporate compiler and SDK improvements.
  • Sonoma API changes have been accounted for while still maintaining backwards compatibility to El Capitan.
  • The user interface and also data visualization has been optimized further and is faster than ever.

New in Graph 12.9.5 (Oct 23, 2022)

  • Tables load faster and show textual data much faster.
  • All graphics are further optimized so that drawing and transitioning to different graph representations is much faster. However, twice the "blink of an eye" is still a "blink of an eye".
  • General bug fixes.

New in Graph 12.8.9 (Oct 23, 2022)

  • New features.
  • Bug fixes.

New in Graph 12.8.5 (Oct 23, 2022)

  • Improved data editing selector behavior and anchor points.
  • Improved heat map hit detection.
  • Several bug fixes.

New in Graph 12.8.4 (Oct 10, 2017)

  • Improved the information selector.
  • Improved the data selector.

New in Graph 12.8.1 (Jun 12, 2017)

  • Improved table importing and exporting.

New in Graph 12.7.7 (Apr 20, 2017)

  • Improved table performance.

New in Graph 12.5.6 (Jul 21, 2016)

  • Bug fixes.

New in Graph 12.0.5 (Jan 5, 2015)

  • Designed for Yosemite and Mavericks.
  • Improved table deselection of rows or columns.

New in Graph 12.0.4 (Dec 11, 2014)

  • Designed for Yosemite and Mavericks.
  • Maintenance synch.

New in Graph 12.0.2 (Nov 14, 2014)

  • Designed for Yosemite and Mavericks.
  • Made the tables UI more clear and consistent.

New in Graph 12.0.1 (Nov 10, 2014)

  • Designed for Yosemite and Mavericks.
  • General bug fixes.

New in Graph 11.0.2 (Apr 22, 2014)

  • Continued to modernize the application.
  • Modified legacy language designator because the old one is not guaranteed to work in future versions of the OS.
  • Recompiled with the newest development toolchain.

New in Graph 10.9.6 (Sep 4, 2013)

  • Prepared on 8/30/2013.
  • Stopped ad banner rotation.
  • Integrated 10.9.6 codebase sublayers.

New in Graph 10.8.8 (May 21, 2013)

  • Improved the help manual.

New in Graph 10.8.3 (Sep 26, 2012)

  • Changed legend default to none.
  • Fixed legend generation for line graphs with point tags.
  • Set the minimum OS compatibility to 10.6.
  • Removed several depreciated API calls and built with the most recent tool chain.
  • Fixed feature deficiencies noted by users.

New in Graph 10.7.13 (Jul 27, 2012)

  • Prepared on 7/22/2012.
  • Implemented Error Bars x-ascending resorting for graph-click and modify of a data point.
  • Implemented Set Of 2D Points x-ascending resorting for graph-click and modify of a data point.
  • Removed x-ascending resorting for Least Squares to make sequence order an independent variable.
  • Fixed some user reported bugs.

New in Graph 10.7.9 (May 30, 2012)

  • Added direct graph data editing. Click data on a graph to edit, insert and remove that data.
  • Improved the popover, including size-to-fit ability.
  • Fixed an interaction bug where, with rare occasion, launching on Lion may caused the main window split view contents to incorrectly size.
  • Fixed a slight index number formatter error in the popovers.

New in Graph 10.7.8 (Apr 18, 2012)

  • Updated table cell types to display and edit x, y or z independently in addition to points.
  • Implemented table scrolling using the mouse scroll wheel and two-finger touch drag.
  • Implemented table row and column shift-mouse-click interval select.
  • Implemented table block-select paste.
  • Fixed some date formatting, table attribute, popover, skin tool and other bugs.

New in Graph 10.7.7 (Mar 3, 2012)

  • Upgraded to support sandbox security features.
  • Added root folder tool for working with multiple data back stores.
  • Fixed a date format error with table entry and display.

New in Graph 10.7.6 (Feb 14, 2012)

  • Fixed some table interface deficiencies.
  • Recoded some hypothetical problems that might result in a rare use case deficiency.
  • Synchronized builds with other products.

New in Graph 10.7.5 (Feb 9, 2012)

  • Added date graphs.
  • Tables can now import dates when applicable.
  • Improved table selection.
  • Incrementing the table cell editor now scrolls the table instead of moves the editor when applicable and in the row direction.
  • Added popover to tables to show cell value, index and brief help.
  • Fixed several table related deficiencies.
  • Fixed a slight pause issue when clicking on a graph and then moving the mouse.
  • Mailing [email protected] with your concerns is the best way to provide feedback regarding this product. Your input is very valuable and is more meaningful with direct input.

New in Graph 10.7.4 (Feb 3, 2012)

  • Added block-select to table interface via mouse-down and drag.
  • Added mouse-hold context menu for table select.
  • Table cells that represent labels can now hold Unicode characters.
  • Fixed several display anomalies associated with select highlighting while scrolling and resizing.
  • Deleting rows, columns or cells now removes the data instead of simply clearing it to zero when appropriate.

New in Graph 10.7.3 (Jan 14, 2012)

  • Copy paste is now implemented for textual (labels) table cells and columns.
  • Column paste now accepts many number delimiters such as blank, comma, tab, Return, etc.
  • Added Save and Open Panels to export and import data into tables.
  • Added a main title to the pie chart.
  • Arrow keys now move the table cell editor to the expected adjacent cell instead of move the text cursor.
  • When a sheet is present, ESC and Command-. shortcuts dismiss (cancels) the sheet.
  • When the cell editor is used to enter an empty value in the last row of a column then that column length is reduced by one except when the data needs to be rectangular (as in the Z-Values table).
  • ESC dismiss (cancels) the cell editor without entering the data.
  • Made many small adjustments to the user interface to make it look and perform better.
  • Implemented elemental table behavior in the backend.

New in Graph 10.7.2 (Nov 29, 2011)

  • Runs on Mac OS X 10.6 (Snow Leopard) as well as 10.7 (Lion).
  • General bug fixes and speed improvements.

New in Graph 10.7.1 (Oct 27, 2011)

  • Graphs can be placed to the left, bottom, right or top of the table in the split view by using the new Task Edit Tool.
  • The manual interface has been improved.
  • The manual is updated.
  • The Export Tool will send your graph to the powerful Vvidget Builder graph layout application if that is installed on your system (See the Mac App Store for details on Vvidget Builder).
  • Minor bug fixes and improvements were made.

New in Graph 10.7.0 (Sep 20, 2011)

  • The user interface now includes full screen as well as other Lion-specific specifications. The manual is now integrated into the application itself.
  • The table interaction has been improved. Several help buttons give direct access to relevant sections in the integrated manual.

New in Graph 10.6.14 (Jun 17, 2011)

  • Adjusted the popup to point more accurately at the cursor hot spot. 3D trajectory graphs now output interpolated 3d point values when the popup is over a line segment. Fixed an autoscaler bug that occasionally caused increments such as 0.00666666667 instead of 0.005. For a PDF version of the User Manual that can be printed, a hardcopy (printed) manual or for any other need please contact [email protected].

New in Graph 10.6.11 (Apr 20, 2011)

  • Added 3D Surface Graph popover which shows 3D surface values in the popover. Please email [email protected] to provide feedback so that we may continue to improve this application.