Conversation
|
I just merged this into "debian" branch. Let me know if everything looks ok and I will close this PR. Thanks. |
* commit 'v0.6.2-36-gc12d27d': ENH: Allow value type to be specified to "nitool inject" command BF: Workaround issue passing unicode to warnings.warn BF: Fix --extract-private option Fix typos found by codespell
Release v0.7
Main features are Python 3 and pydicom > 1.0 compat
* tag 'v0.7': (41 commits)
REL: Cut 0.7 release
ENH: Add github page to package metadata
RF: Strip trailing whitespace in python 2 json output
RF: Sort CSA meta data
BF: Include str_types definition needed by previous commit
BF: Be consistent about stripping empty str valued elements
RF: Sort parse_and_group result into ordereddict
ENH: Use `ord` instead of hardcoding values
BF: Fix bug which only shows up in python 3
TST: Expand tests for DicomStack.to_nifti method
RF+ENH: avoid POSIX paths (../src), make test into a module and place common funcs into __init__.py
BF: minor - assure that ("const") is a tuple and not just a "const"
TST+BF: Improve CLI tests, fix py3 issues with Nifti extension
CLN: Get rid of some commented code
BF: Fix issue with make_dicom helper function
BF: Fix issue in parse_and_group with python3/pydicom>1.0
BF: Fix issue in test_cli module
WIP: Initial CLI tests and some python 3 fixes
TST+BF: Add tests for high level funcs and fix some python 3 issues
ENH(TST): add code coverage and codecov submission to travis
...
…ith necessary changes to debian/{control,rules}
Codecov Report
@@ Coverage Diff @@
## master #34 +/- ##
=======================================
Coverage 80.78% 80.78%
=======================================
Files 8 8
Lines 2129 2129
=======================================
Hits 1720 1720
Misses 409 409Continue to review full report at Codecov.
|
dcmstack (0.7-2) unstable; urgency=medium * Team upload. * Drop python2 support; Closes: #942992, #936372, #913015 * dont fail build if test fails * Drop obsolete X-Python fields * Build manpage in a PYBUILD_AFTER_INSTALL command
* tag 'v0.8': REL: Release 0.8 TST: Fix some failing tests with newer pydicom ENH+CLN: Check data sets are images early on to avoid weird errors ENH: introduce shape, data, affine properties as shortcuts to get_ methods BF: apparently dicom wrappers still do not have affine property, reverting boost nibabel dependency from 2.0.0 to 2.1.0 [DATALAD RUNCMD] RF: .get_affine() -> .affine to address nibabel deprecation [DATALAD RUNCMD] RF: .get_shape() -> .shape to address nibabel deprecation [DATALAD RUNCMD] RF: .get_header() -> .header to address nibabel deprecation minor: not needed backslash VER: Bump version to 0.8.0.dev
Codecov ReportBase: 80.78% // Head: 80.97% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #34 +/- ##
==========================================
+ Coverage 80.78% 80.97% +0.18%
==========================================
Files 8 8
Lines 2129 2123 -6
==========================================
- Hits 1720 1719 -1
+ Misses 409 404 -5
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This is a complete Debian packaging. Please consider merging this into the repo -- most likely into a "debian" branch. This way anyone obtaining the source could build a Debian package, if no binary package is provided for the platform in question.
I will upload to corresponding package to Debian proper shortly.