Skip to content

Commit

Permalink
publish release v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
teasit committed Dec 20, 2023
1 parent df30ef7 commit 08dfa02
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 20 deletions.
11 changes: 3 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Changelog

- fix: [#3] "No data available for steady state settings"
- depending on x-axis selection the measurements are prefiltered to avoid
the annoying error message in common use cases
- new: improved data import workflow
- import can now do multiple files at a time
- the whole process is within same uifigure
- button that opens the selected parser for editing
(in case something has to be changed)
- fix: [#4] Downsampling Error for Magic Formula Tyre Tool V1.4 "Expected X to be nonempty"
- prominently occured with Round 9 data
- fixed by updating parser in submodule
10 changes: 5 additions & 5 deletions MagicFormulaTyreTool.prj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<deployment-project plugin="plugin.apptool" plugin-version="1.0">
<configuration build-checksum="782106963" file="C:\Users\Tom\Documents\magic-formula-tyre-tool\MagicFormulaTyreTool.prj" location="C:\Users\Tom\Documents\magic-formula-tyre-tool" name="MagicFormulaTyreTool" target="target.mlapps" target-name="Package App">
<configuration build-checksum="1949022145" file="C:\workspace\magic-formula-tyre-tool\MagicFormulaTyreTool.prj" location="C:\workspace\magic-formula-tyre-tool" name="MagicFormulaTyreTool" target="target.mlapps" target-name="Package App">
<param.appname>MagicFormulaTyreTool</param.appname>
<param.authnamewatermark>Tom Teasdale</param.authnamewatermark>
<param.email>[email protected]</param.email>
<param.authnamewatermark />
<param.email />
<param.company />
<param.icon>${PROJECT_ROOT}\MagicFormulaTyreTool_resources\icon_24.png</param.icon>
<param.icons>
Expand All @@ -13,7 +13,7 @@
<param.summary>MATLAB GUI for Magic Formula Tyre Modeling</param.summary>
<param.description>https://github.com/teasit/magic-formula-tyre-tool</param.description>
<param.screenshot>${PROJECT_ROOT}\assets\img\App_Screenshot_Main.jpg</param.screenshot>
<param.version>1.5.0</param.version>
<param.version>1.5.1</param.version>
<param.products.name>
<item>MATLAB</item>
<item>Optimization Toolbox</item>
Expand Down Expand Up @@ -143,7 +143,7 @@
</fileset.resources>
<fileset.package />
<build-deliverables>
<file location="C:\Users\Tom\Documents" name="magic-formula-tyre-tool" optional="false">C:\Users\Tom\Documents\magic-formula-tyre-tool</file>
<file location="C:\workspace" name="magic-formula-tyre-tool" optional="false">C:\workspace\magic-formula-tyre-tool</file>
</build-deliverables>
<workflow />
<matlab>
Expand Down
10 changes: 5 additions & 5 deletions ToolboxPackager.prj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
<configuration build-checksum="4228771701" file="C:\Users\Tom\Documents\magic-formula-tyre-tool\ToolboxPackager.prj" location="C:\Users\Tom\Documents\magic-formula-tyre-tool" name="ToolboxPackager" target="target.toolbox" target-name="Package Toolbox">
<configuration build-checksum="4228771701" file="C:\workspace\magic-formula-tyre-tool\ToolboxPackager.prj" location="C:\workspace\magic-formula-tyre-tool" name="ToolboxPackager" target="target.toolbox" target-name="Package Toolbox">
<param.appname>MagicFormulaTyreTool</param.appname>
<param.authnamewatermark>Tom Teasdale</param.authnamewatermark>
<param.email>[email protected]</param.email>
<param.authnamewatermark />
<param.email />
<param.company />
<param.summary>MATLAB GUI for Magic Formula Tyre Modeling</param.summary>
<param.description>https://github.com/teasit/magic-formula-tyre-tool</param.description>
<param.screenshot>${PROJECT_ROOT}\assets\img\App_Screenshot_Main.jpg</param.screenshot>
<param.version>1.5.0</param.version>
<param.version>1.5.1</param.version>
<param.output>${PROJECT_ROOT}\MagicFormulaTyreTool.mltbx</param.output>
<param.products.name />
<param.products.id />
Expand Down Expand Up @@ -121,7 +121,7 @@ MagicFormulaTyreTool_resources</param.exclude.filters>
<fileset.depfun.excluded />
<fileset.package />
<build-deliverables>
<file location="${PROJECT_ROOT}" name="MagicFormulaTyreTool.mltbx" optional="false">C:\Users\Tom\Documents\magic-formula-tyre-tool\MagicFormulaTyreTool.mltbx</file>
<file location="${PROJECT_ROOT}" name="MagicFormulaTyreTool.mltbx" optional="false">C:\workspace\magic-formula-tyre-tool\MagicFormulaTyreTool.mltbx</file>
</build-deliverables>
<workflow />
<matlab>
Expand Down
2 changes: 1 addition & 1 deletion src/about.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "MagicFormulaTyreTool",
"Version": "1.5.0",
"Version": "1.5.1",
"Authors": [
"Tom Teasdale"
],
Expand Down

0 comments on commit 08dfa02

Please sign in to comment.