Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nityansuman committed Mar 2, 2024
1 parent 49080fd commit 75baf72
Show file tree
Hide file tree
Showing 26 changed files with 22 additions and 820 deletions.
26 changes: 0 additions & 26 deletions .circleci/config.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .editorconfig

This file was deleted.

13 changes: 0 additions & 13 deletions .github/FUNDING.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/build.yml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/docs.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .travis.yml

This file was deleted.

11 changes: 5 additions & 6 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
title: Credits
---

# Development Lead
# Maintaines
- Kumar Nityan Suman \<<[email protected]>\>

- Shankar Rao Pandala \<<[email protected]>\>

# Contributors

- Breno Batista da Silva \<<[email protected]>\>
# Inspired Work From
- Shankar Rao Pandala \<<[email protected]>\>
- Breno Batista da Silva \<<[email protected]>\>
18 changes: 9 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can contribute in many ways:

## Report Bugs

Report bugs at <https://github.com/shankarpandala/lazypredict/issues>.
Report bugs at <https://github.com/nityansuman/lazypredict-nightly/issues>.

If you are reporting a bug, please include:

Expand Down Expand Up @@ -40,7 +40,7 @@ posts, articles, and such.
## Submit Feedback

The best way to send feedback is to file an issue at
<https://github.com/shankarpandala/lazypredict/issues>.
<https://github.com/nityansuman/lazypredict-nightly/issues>.

If you are proposing a feature:

Expand All @@ -52,24 +52,24 @@ If you are proposing a feature:

# Get Started!

Ready to contribute? Here\'s how to set up [lazypredict]{.title-ref} for
Ready to contribute? Here\'s how to set up [lazypredict-nightly]{.title-ref} for
local development.

1. Fork the [lazypredict]{.title-ref} repo on GitHub.
1. Fork the [lazypredict-nightly]{.title-ref} repo on GitHub.

2. Clone your fork locally:

``` shell
$ git clone [email protected]:your_name_here/lazypredict.git
$ git clone [email protected]:your_name_here/lazypredict-nightly.git
```

3. Install your local copy into a virtualenv. Assuming you have
virtualenvwrapper installed, this is how you set up your fork for
local development:

``` shell
$ mkvirtualenv lazypredict
$ cd lazypredict/
$ mkvirtualenv lazypredict-nightly
$ cd lazypredict-nightly/
$ python setup.py develop
$ pip install -r requirements_dev.txt
```
Expand All @@ -87,7 +87,7 @@ local development.
tox:

``` shell
$ flake8 lazypredict tests
$ flake8 lazypredict-nightly tests
$ python setup.py test or pytest
$ tox
```
Expand All @@ -114,7 +114,7 @@ Before you submit a pull request, check that it meets these guidelines:
the feature to the list in README.rst.
3. The pull request should work for Python 2.7, 3.5, 3.6, 3.7 and 3.8,
and for PyPy. Check
<https://travis-ci.org/shankarpandala/lazypredict/pull_requests> and
<https://travis-ci.org/nityansuman/lazypredict-nightly/pull_requests> and
make sure that the tests pass for all supported Python versions.

# Tips
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
title: History
---

# 0.3.0

- Fixed OneHotEncoder Bug

# 0.2.11 (2022-02-06)

- Updated the default version to 3.9
Expand Down
21 changes: 4 additions & 17 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
MIT License

Copyright (c) 2020, Shankar Rao Pandala
Copyright 2024 Lazy Predict Nightly Developers and Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Loading

0 comments on commit 75baf72

Please sign in to comment.