florianschanda/miss_hit: Release 0.9.17
Description
Updated language support to MATLAB 2021a. The new feature supported is the new (and extremely unwise) function name-value pairs. This allows you to write
foo(bar=baz)instead of two separate arguments:foo('bar', baz). Note very carfully that this is totally different to all other programming languages out there, and not what any reasonable person expects.Further note that Octave actually does something worse here, in Octave this would be a side-effect assinment to bar, and only a single argument would be passed.
MH Lint has a new (low) check for discouraging the use of name-value function arguments.
Fix wrapper class (
miss_hit.m), I forgot to update the file names when I remove the.pyfrom the main entry points.
Files
florianschanda/miss_hit-release-0.9.17.zip
Files
(3.3 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:4ef2b88a57aee9e04d14c7552ca7562c
|
3.3 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/florianschanda/miss_hit/tree/release-0.9.17 (URL)