Releases: janklab/MatlabProjectTemplate
Releases · janklab/MatlabProjectTemplate
0.4.2
- Clean up
VERSION
formatting
- Use
CHANGES.md
instead of CHANGES.txt
(works better with GitHub Releases)
- Fix busted naming in
make java
target
- Fix
.travis.yml
munging
- Various small fixes in how the build tools work
make dist
now makes both zips and mltbx; there are separate targets for zips or mltbx
0.4.1
- Add util functions: todatetime, mustBeA, size2str
- Better error messages when Ruby is not installed and you need it
- Add
make doc-preview
target
- Fix initialization of project
README.md
file
- Fix some bugs in
make release
target
0.4.0
- Convert dev-kit and init_project_from_template to pure-Matlab implementations
- Utility functions in +mypackage/+internal/+util
0.3.5
- Remove the
.sh
suffix from init_project_from_template
; its language is an internal implementation detail
- Clean up internal MPT dev targets from Makefile
0.3.3
- Fix a few missed files for munging
0.3.2
- Fix make_release's release creation
- Move more build tools into dev-kit/ to clean up the root directory
- More project metadata options
- Refine how settings are initialized
- Fix toolbox build failure due to missing M-doc dependency
- Add a gh-pages doco building option
0.2.2
- Fix class name munging for Mypackage* classes that was breaking library initialization
0.2.1
- Fix project name in info.xml for Toolbox generation
- Automatic munging of Matlab version in metadata files
0.2.0
Changes:
- p-coding support
- scoped names in dev-kit/ to avoid collisions
- misc fixes