Skip to content

Releases: gbmhunter/NinjaCalc

v3.5.4

31 Mar 07:27
72662b9
Compare
Choose a tag to compare

v3.5.4 (2024-03-31)

  • Added Umami analytics script.

v3.5.3

10 Jan 08:22
4ee6567
Compare
Choose a tag to compare

v3.5.3 (2024-01-10)

  • Fixed incorrect URL to the NinjaCalc app from the homepage.

v3.4.6

20 Feb 07:38
Compare
Choose a tag to compare

v3.4.6 (2023-02-20)

  • Fixed incorrect imperial unit display of 'mill' to 'mil' in the IPC2151 track current calculator.
  • Plane proximity input value is disabled if "is plane present" select is set to False in the IPC2151 track current calculator.

v3.4.5

19 Feb 07:23
Compare
Choose a tag to compare

v3.4.5 (2023-02-19)

Features

  • Added mill (imperial) units to the Minimum Track Width variable of the IPC-2152 Calculator.
  • Added a CHANGELOG.

v3.4.2

28 Apr 21:58
Compare
Choose a tag to compare

[v3.4.2] - 2018-04-27

Added

  • Provided useful template code for 'custom process' option in the PID tuner, closes #172.
  • Added info section to the PID tuner.

Fixed

  • Fixed bug where deployment did not work correctly without first deleting everything under ninja-calc dir on server, closes #160. Fixed by removing '--ignore-existing' flag in call to rsync.
  • Default process for PID tuner is now the spring-mass-damper system.
  • Fixed bug in where changes to process code was not being loaded into the PID tuner.

v3.4.1

25 Apr 18:43
Compare
Choose a tag to compare

[v3.4.1] - 2018-04-25

Added

  • Message box added to PID tuner tool asking if user wants to switch processes.

Fixed

  • Fixed bug in the PID tuner tool's PID controller which was not calculating the derivative term correctly (it was not dividing by the time step).
  • Fixed bug where UI controls in PID tuner where not updating to reflect correct PV and CV names for a particular process.
  • Default run mode for both mass-spring-damper and R/C jet engine processes in PID tuner is now 'Manual PV Control (PID)'.
  • Fixed bug where 'Set Point' line was added twice to chart in PID tuner tool.
  • Fixed bug where PV limits for each scenario in the PID tuner tool where not being set correctly.
  • Fixed bug where 'New Calculator' button was not centered in side nav.
  • Fixed failing TravisCI build, closes #168.
  • Removed outdated sections from README.md, closes #171.

v3.4.0

22 Apr 17:29
Compare
Choose a tag to compare

[v3.4.0] - 2018-04-22

Added

  • Added a new PID tuner tool. This tool can simulate both predefined and user-defined process/plants/systems. Includes real-time graphs of the simulation as you tune the PID constants.

v3.3.1

05 Mar 00:28
Compare
Choose a tag to compare

[v3.3.1] - 2018-03-04

Fixed

  • Fixed the incorrect grid icon for the map plotter calculator.
  • Improved the description for the map plotter calculator.
  • Fixed 'for' attribute related to label/input combo in the map plotter calculator.

v3.3.0

05 Mar 00:27
Compare
Choose a tag to compare

[v3.3.0] - 2018-03-04

Added

  • Added ability to clear category selection by clicking on selected category for a second time, closes #163.
  • New calculator engine called 'CalcEngineV3', which should be easier to customize in a vue component than 'CalcEngineV2'.
  • Added map plotting calculator, closes #167.
  • Added 'Zoom to Fit' button on map plotter calculator, closes #170.

Fixed

  • Fixed bug where 'Two Coordinate Geodesics' calculator had old URL of '.../calc/distance-between-two-coordinates', closes #164.
  • Changed justified text in calculator selection grid description to left-aligned, closes #161.
  • Changed cursor when over category tree view to 'clickable' (e.g. index finger), closes #165.
  • Made output variables more easily recognizable as outputs, closes #166.
  • Improved formatting of calculator variables in 'Two Coordinate Geodesics' calculator.
  • Fixed bug where open calculator tabs do not have explicit keys, closes #169.

v3.2.1

27 Feb 21:36
Compare
Choose a tag to compare

[v3.2.1] - 2018-02-27

Fixed

  • Fixed display error with TreeView component where bullet-point and bullet-point text were not on the same line.