Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.0.0 #15

Merged
merged 181 commits into from
Jan 5, 2021
Merged

v2.0.0 #15

merged 181 commits into from
Jan 5, 2021

Conversation

casperdcl
Copy link
Member

@casperdcl casperdcl commented Feb 7, 2020

  • drop py2 compatibility
    • setup.py
      • classifiers
      • python_requires
    • syntax
    • document
  • fix conda install
  • fix logging
  • fix dependency versions
    • nibabel>=2.4.0 (was >=2.2.1, <=2.3.1)
  • tidy logging
    • sort out Cnt['VERBOSE']
    • linearise logic if verbose: log.info -> log.debug
    • replace log.error(...); sys.exit() -> raise
  • fix errors
  • test
  • use ninst as with NIMPA (os.platform/resources/cmake/cuda etc handling)
  • don't crash when re-running a reconstruction that was previously done with python2 (i.e. pre-existing niftyout/mumap-hdw)
    • migrated to npz from npy so no conflicts anyway here
  • depends on v2.0.0 NIMPA#4
  • fixes Is NIPET python3 compatible yet? #14
  • fixes export HMUDIR not respected #17
  • fixes No module named dinf #18

pjmark and others added 24 commits January 13, 2020 20:20
… and then keeping them in synch with the sct.h
…efinitions of LM properites to scnner specific file from def.h
@casperdcl casperdcl marked this pull request as ready for review January 5, 2021 02:59
@casperdcl casperdcl merged commit d27b3d2 into master Jan 5, 2021
@casperdcl casperdcl deleted the dev2 branch January 5, 2021 02:59
@casperdcl
Copy link
Member Author

/tag v2.0.0 d27b3d2

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No module named dinf export HMUDIR not respected Is NIPET python3 compatible yet?
4 participants