Releases: gbmhunter/NinjaCalc
Releases · gbmhunter/NinjaCalc
v3.5.4
v3.5.3
v3.4.6
v3.4.5
v3.4.2
[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
[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
v3.3.1
v3.3.0
[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.