Skip to content

Releases: janklab/MatlabProjectTemplate

0.4.2

12 Sep 02:25
Compare
Choose a tag to compare
  • 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

24 Jan 07:32
Compare
Choose a tag to compare
  • 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

22 Jan 07:32
Compare
Choose a tag to compare
  • Convert dev-kit and init_project_from_template to pure-Matlab implementations
  • Utility functions in +mypackage/+internal/+util

0.3.5

21 Jan 13:15
Compare
Choose a tag to compare
  • 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.4

21 Jan 05:32
Compare
Choose a tag to compare
  • Fix 'make java'

0.3.3

21 Jan 05:06
Compare
Choose a tag to compare
  • Fix a few missed files for munging

0.3.2

21 Jan 02:07
Compare
Choose a tag to compare
  • 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

19 Jan 13:04
Compare
Choose a tag to compare
  • Fix class name munging for Mypackage* classes that was breaking library initialization

0.2.1

19 Jan 12:51
Compare
Choose a tag to compare
  • Fix project name in info.xml for Toolbox generation
  • Automatic munging of Matlab version in metadata files

0.2.0

18 Jan 15:47
Compare
Choose a tag to compare

Changes:

  • p-coding support
  • scoped names in dev-kit/ to avoid collisions
  • misc fixes