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

Debian packaging. #34

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Debian packaging. #34

wants to merge 18 commits into from

Conversation

mih
Copy link
Contributor

@mih mih commented Sep 4, 2015

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.

@moloney
Copy link
Owner

moloney commented Sep 10, 2015

I just merged this into "debian" branch. Let me know if everything looks ok and I will close this PR. Thanks.

mih and others added 10 commits September 23, 2015 18:55
* 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-io
Copy link

codecov-io commented Oct 18, 2018

Codecov Report

Merging #34 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #34   +/-   ##
=======================================
  Coverage   80.78%   80.78%           
=======================================
  Files           8        8           
  Lines        2129     2129           
=======================================
  Hits         1720     1720           
  Misses        409      409

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7f98348...2c07482. Read the comment docs.

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-commenter
Copy link

codecov-commenter commented Sep 29, 2022

Codecov Report

Base: 80.78% // Head: 80.97% // Increases project coverage by +0.18% 🎉

Coverage data is based on head (baa44f1) compared to base (7f98348).
Patch has no changes to coverable lines.

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     
Flag Coverage Δ
unittests 80.97% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/dcmstack/extract.py 84.70% <0.00%> (-0.42%) ⬇️
src/dcmstack/dcmstack_cli.py 60.62% <0.00%> (-0.21%) ⬇️
src/dcmstack/dcmmeta.py 86.68% <0.00%> (+0.07%) ⬆️
src/dcmstack/nitool_cli.py 40.80% <0.00%> (+0.68%) ⬆️
src/dcmstack/dcmstack.py 88.60% <0.00%> (+0.69%) ⬆️
src/dcmstack/info.py 100.00% <0.00%> (+6.89%) ⬆️

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants