forked from Azure/Azure-TDSP-Utilities
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Azure#39 from Azure/jrr-environment-file
Jrr environment file
- Loading branch information
Showing
4 changed files
with
82 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
log.txt | ||
tmp | ||
.ipynb_checkpoints | ||
__pycache__ |
26 changes: 26 additions & 0 deletions
26
DataScienceUtilities/DataReport-Utils/Python/idear_env.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: idear_env | ||
channels: | ||
- defaults | ||
- conda-forge | ||
dependencies: | ||
- python=3.5.2 | ||
- pandas=0.19.2 | ||
- numpy=1.11.3 | ||
- matplotlib=2.2.2 | ||
- nbformat=4.4.0 | ||
- ipython=6.3.1 | ||
- ipywidgets=5.2.2 | ||
- scipy=0.18.1 | ||
- ipykernel=4.8.2 # to show up as a kernel... | ||
- statsmodels=0.9.0 | ||
- seaborn=0.9.0 | ||
- pyyaml=3.12 | ||
- scikit-learn=0.18.1 | ||
# - os | ||
# - [collections*](https://docs.python.org/2/library/collections.html) | ||
# - [io*](https://docs.python.org/2/library/io.html) | ||
# - sys | ||
# - operator | ||
# - [errno*](https://docs.python.org/2/library/errno.html) | ||
# - string | ||
# - functools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Release Notes | ||
|
||
## Date of release | ||
|
||
- 2018-08-01 | ||
|
||
## Content of release | ||
|
||
The goal of this release is to facilitate setup and address outstanding issues: | ||
|
||
- Added a conda [environment file](..\DataScienceUtilities\DataReport-Utils\Python\idear_env.yml) to be more specific in versions of packages and to facilitate usage and reproducibility. | ||
- Added [documentation](..\DataScienceUtilities\DataReport-Utils\Python\readme.md) to discuss how to leverage the conda file. | ||
- Added `.gitignore` file to Python directory to make tracking files with `git` simpler | ||
|
||
## Version of release | ||
|
||
`0.14.1` | ||
|
||
## Prior Release Notes | ||
|
||
- [2018-01-22](Release-Notes-2018-01-22.md) |