Skip to content
New issue

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

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

Already on GitHub? # to your account

CI and packaging updates #7

Merged
merged 5 commits into from
Dec 4, 2018

Conversation

mdickinson
Copy link
Member

@mdickinson mdickinson commented Dec 4, 2018

A few CI and packaging updates:

  • include a pyproject.toml file (see PEP 518), so that we can declare numpy as a build-time dependency. In theory, this should mean that a pip install ibm2ieee installs numpy before building.
  • remove requirements.txt in favour of specifying the test dependencies via extras_require
  • make corresponding changes in CI config files

Also bumps the version number and changelog in preparation for a 1.0.1 release.

@mdickinson
Copy link
Member Author

Whoops; I forgot that Python builds aren't supported on macOS. Reverting that change.

Copy link
Member

@rkern rkern left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@mdickinson
Copy link
Member Author

Thanks, Robert!

Commit 874a30f was tagged as release/1.0.1, and the source distribution has been uploaded to PyPI.

@mdickinson mdickinson merged commit 9cf5c22 into master Dec 4, 2018
@mdickinson mdickinson deleted the build/pyproject-toml-and-extras-require branch December 4, 2018 19:45
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants