Skip to content

Version 1.3.0

Compare
Choose a tag to compare
@lktsui lktsui released this 28 Apr 23:17
· 51 commits to master since this release

Release version 1.3.0 is a major feature update. The following new features have been added.

screen shot 2017-04-28 at 5 12 07 pm

New features

  • Support for scaling in high DPI displays has been added. Previously, the window could not be readily resized and resulted in incorrect rendering (Issue #27). In this version, the UI will scale properly on high DPI displays.
  • A standalone build for Mac OSX is now available. This is still experimental, but supports versions Mac OSX 10.10 and above. Testing was done on 10.10.5, 10.11.6, and 10.12.4. There is no more need for the complex installation process on OSX.
  • The relative size of the left side and right side is now adjustable.
  • The relative size of the plot and the console is now adjustable.
  • The background is now displayed for the calculated fits.
  • A new button is added to enable refinement of background parameters only.

Changes and Bugfixes

  • Configuration folders and data storage folders have been moved from within the program folder location to the operating system defined user_data_dir directory specified by the appdirs package. This is also the default directory that opening a file directs to.

    • Windows: C:\Users\YOURUSERNAME\AppData\Local\CarbonXS_GUI\CarbonXS_GUI
    • Linux: home/YOURUSERNAME/.local/share/CarbonXS_GUI
    • Mac OSX: /Users/YOURUSERNAME/Library/Application Support/CarbonXS_GUI
  • The gradient checking options have been removed from the UI. By default they are off. This is a feature not intended to be used by users but for debugging purposes of the original CarbonXS code. Documentation has been updated to reflect this.

  • Using the back and forth buttons in the middle of a fit is now disabled.

  • [Bugfix] Parameters for A/d002/La/M were not being checked properly.