Skip to content

Commit

Permalink
publish release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teasit committed Jan 14, 2024
1 parent 7b7e526 commit 323473a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Changelog

- FIX: bug in import script for FSAE TTC data (prominently occured in Round 9 data)
- NEW: FSAE TTC Parser refactored for readability and to remove
'Signal Processing Toolbox' as a requirement to run the parser
- NEW: Kamm Circle plot
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ an overview of the library and is the recommended way to get started.

This code generates the title figure of this README. Either clone the library or install
it as a toolbox and try it yourself. You can download the example data
[here](https://github.com/teasit/magic-formula-tyre-library/tree/main/doc/examples/fsae-ttc-data).
[here](https://github.com/teasit/magic-formula-tyre-library/tree/main/doc/examples/ttc).
The data has been de-identified to conform with the FSAE TTC's
[license agreement](https://www.millikenresearch.com/FSAE_TTC_agreement.pdf).

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="1575047207" file="C:\workspace\magic-formula-tyre-tool\src\magic-formula-tyre-library\ToolboxPackager.prj" location="C:\workspace\magic-formula-tyre-tool\src\magic-formula-tyre-library" name="ToolboxPackager" target="target.toolbox" target-name="Package Toolbox">
<configuration build-checksum="1575047207" file="C:\Users\Tom\Documents\magic-formula-tyre-library\ToolboxPackager.prj" location="C:\Users\Tom\Documents\magic-formula-tyre-library" name="ToolboxPackager" target="target.toolbox" target-name="Package Toolbox">
<param.appname>MagicFormulaTyreLibrary</param.appname>
<param.authnamewatermark />
<param.email />
<param.authnamewatermark>Tom Teasdale</param.authnamewatermark>
<param.email>[email protected]</param.email>
<param.company />
<param.summary>MATLAB library for Magic Formula Tyre Modeling</param.summary>
<param.description />
<param.screenshot>${PROJECT_ROOT}\doc\images\toolboximage.png</param.screenshot>
<param.version>2.0.4</param.version>
<param.version>2.1.0</param.version>
<param.output>${PROJECT_ROOT}\MagicFormulaTyreLibrary.mltbx</param.output>
<param.products.name>
<item>MATLAB</item>
Expand Down Expand Up @@ -131,7 +131,7 @@ sandbox</param.exclude.filters>
<fileset.depfun.excluded />
<fileset.package />
<build-deliverables>
<file location="${PROJECT_ROOT}" name="MagicFormulaTyreLibrary.mltbx" optional="false">C:\workspace\magic-formula-tyre-tool\src\magic-formula-tyre-library\MagicFormulaTyreLibrary.mltbx</file>
<file location="${PROJECT_ROOT}" name="MagicFormulaTyreLibrary.mltbx" optional="false">C:\Users\Tom\Documents\magic-formula-tyre-library\MagicFormulaTyreLibrary.mltbx</file>
</build-deliverables>
<workflow />
<matlab>
Expand Down

0 comments on commit 323473a

Please sign in to comment.