Skip to content

Commit

Permalink
Merge pull request #39 from UrbsLab/development
Browse files Browse the repository at this point in the history
1.1.8
  • Loading branch information
robertfrankzhang authored May 1, 2020
2 parents a9e04a0 + f3baa21 commit 9c176d8
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
76 changes: 37 additions & 39 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
include README.md
include LICENSE
global-include test/*
global-include *.csv
global-exclude defaultExportDir/*
prune defaultExportDir/
prune eLCSPerformanceTests/
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
setup(
name = 'scikit-eLCS',
packages = ['skeLCS'],
version = '1.1.3',
version = '1.1.8',
license='License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
description = 'Educational Learning Classifier System',
long_description_content_type="text/markdown",
author = 'Robert Zhang, Ryan J. Urbanowicz',
author_email = 'robertzh@seas.upenn.edu,ryanurb@upenn.edu',
url = 'https://github.com/UrbsLab/scikit-eLCS',
download_url = 'https://github.com/UrbsLab/scikit-eLCS/archive/v_1.1.3.tar.gz',
download_url = 'https://github.com/UrbsLab/scikit-eLCS/archive/v_1.1.8.tar.gz',
keywords = ['machine learning','data analysis','data science','learning classifier systems'],
install_requires=['numpy','pandas','scikit-learn'],
classifiers=[
Expand Down

0 comments on commit 9c176d8

Please sign in to comment.