Skip to content

Releases: AMYPAD/miutil

miutil v0.12.0 beta

30 May 18:57
7de60cb
Compare
Choose a tag to compare
  • fix setup.py install for matlab.engine (#32, #31)
    • PEP440 non-compliance work-around (vis. pypa/setuptools#3772)
    • fallback to pip install
    • improve error messages
  • misc build/test/framework updates (#32)
    • migrate setup.{cfg,py} => pyproject.toml
    • bump minimum nibabel version
    • bump pre-commit
    • fix deployment

miutil v0.11.0 beta

10 Mar 21:54
feedd52
Compare
Choose a tag to compare
  • mlab: drop engine.connect_matlab to fix matlab.engine.EngineError: Unable to connect to matlab session (#30)
  • cuinfo: support pynvml>=11.5 (#30)
  • nii: suppress Nifti1Image dtype warning (#30)
  • drop Python<=3.6 support
  • misc code tidy
  • misc tests/build/CI framework updates

miutil v0.10.1 beta

18 Jan 12:53
01c9416
Compare
Choose a tag to compare
  • fixed nii orientation bug (#28)

miutil v0.10.0 beta

16 Jan 19:13
1a9af92
Compare
Choose a tag to compare
  • add plot.imscroll(sharexy=None) (#27)
  • add plot.imscroll(show=False) (#25)
  • fix imio.nii.getnii() (#27)
  • misc tidy & framework updates

miutil v0.9.1 beta

30 Oct 00:43
f54cf4a
Compare
Choose a tag to compare
  • mlab.beautify: bump MBeautify version (#26)
  • drop six
  • misc CI framework updates
    • replace black => yapf linter
    • misc test updates

miutil v0.9.0 beta

10 Sep 00:41
14ea116
Compare
Choose a tag to compare
  • add fdio.nsort (#24)
  • add conda builds
  • misc test framework updates
  • misc build framework updates

miutil v0.8.0 beta

15 Jun 12:25
8184923
Compare
Choose a tag to compare
  • add mlab.get_runtime()
    • latest version (v713)
    • Linux SPM12 runtime compatible version (AMYPAD/SPM12#1)
  • update CLI
    • add -r, --runtime
    • add runtime [<command>...]
  • update MBeautifier version
  • fix dependency versions (#21)
  • fix pynvml==11 AttributeError (#22)
  • fix fdio.extractall() permissions
  • don't package tests (#21)

miutil v0.7.2 beta

01 Feb 22:18
a5b8f75
Compare
Choose a tag to compare
  • miutil.web: fix/support py27 (#19)

miutil v0.7.1 beta

17 Jan 04:46
be0fc44
Compare
Choose a tag to compare
  • fix missing tqdm dependency (#18)

miutil v0.7.0 beta

13 Jan 00:33
7d5bf2d
Compare
Choose a tag to compare
  • add web.urlopen_cached (#17)
  • add fdio.extractall (#17)
  • drop py3.5
  • minor py2.7 fix