Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit e7551ca

Browse files
author
Stephen Hoover
authored
BUG Include Fortran files in distribution (#55)
Make sure that the distribution includes the Fortran code needed to build from source. The C file(s) are autogenerated and not needed in the source distribution.
1 parent 82a52de commit e7551ca

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

‎CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66

7+
## 2.1.1 - 2019年03月11日
8+
### Fixed
9+
* [#55](https://github.com/civisanalytics/python-glmnet/pull/55)
10+
Include all Fortran source code in source tarball; exclude autogenerated C.
711

812
## 2.1.0 - 2019年03月11日
913

‎MANIFEST.in‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ include LICENSE
44
recursive-include LICENSES *
55
include versioneer.py
66
include glmnet/_version.py
7+
include glmnet/*.pyf
8+
exclude glmnet/*.c

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /