Skip to content

Commit

Permalink
Merge pull request #81 from quantumblacklabs/release/0.14.2
Browse files Browse the repository at this point in the history
Release 0.14.2
  • Loading branch information
nakhan98 authored Jun 11, 2019
2 parents 5faa415 + bf144b1 commit a1fc18a
Show file tree
Hide file tree
Showing 66 changed files with 5,131 additions and 375 deletions.
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: Bug Report
about: Create a report to help us improve
title: "<Title>"
title: '<Title>'
labels: 'Issue: Bug Report'
assignees: ''

---

## Description
Short description of the problem here
Short description of the problem here.

## Context
How has this bug affected you? What were you trying to accomplish?
Expand All @@ -20,10 +20,10 @@ How has this bug affected you? What were you trying to accomplish?
3. [and so on...]

## Expected Result
Tell us what should happen
Tell us what should happen.

## Actual Result
Tell us what happens instead
Tell us what happens instead.

```
-- If you received an error, place it here.
Expand All @@ -34,14 +34,14 @@ Tell us what happens instead
```

## Your Environment
Include as many relevant details about the environment you experienced the bug in
Include as many relevant details about the environment in which you experienced the bug:

* Kedro version used:
* Python version used:
* Kedro version used (`pip show kedro` or `kedro -V`):
* Python version used (`python -V`):
* Operating system and version:

## Checklist
Include labels so that we can categorise your issue
Include labels so that we can categorise your issue:

- [ ] Add a "Component" label to the issue
- [ ] Add a "Priority" label to the issue
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature Request
about: Suggest an feature or enhancement for this project
title: "<Title>"
about: Suggest a feature or enhancement for this project
title: '<Title>'
labels: 'Issue: Feature Request'
assignees: ''

Expand All @@ -14,13 +14,13 @@ Is your feature request related to a problem? A clear and concise description of
Why is this change important to you? How would you use it? How can it benefit other users?

## Possible Implementation
(Optional) Suggest an idea for implementing addition or change
(Optional) Suggest an idea for implementing the addition or change.

## Possible Alternatives
(Optional) Describe any alternative solutions or features you've considered.

## Checklist
Include labels so that we can categorise your issue
Include labels so that we can categorise your issue:

- [ ] Add a "Component" label to the issue
- [ ] Add a "Priority" label to the issue
14 changes: 7 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
## Notice

- [ ] I acknowledge and agree that, by checking this box and clicking “Submit Pull Request”:
- I submit this contribution under the Apache 2.0 license available [here](https://www.apache.org/licenses/LICENSE-2.0.txt) and represent that I am entitled to do so on behalf of myself, my employer, or relevant third parties, as applicable.
- I certify that (a) this contribution is my original creation and / or (b) to the extent it is not my original creation, I am authorised to submit this contribution on behalf of the original creator(s) or their licensees.
- I certify that this contribution does not violate the intellectual property rights of anyone else.

- I submit this contribution under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.txt) and represent that I am entitled to do so on behalf of myself, my employer, or relevant third parties, as applicable.
- I certify that (a) this contribution is my original creation and / or (b) to the extent it is not my original creation, I am authorised to submit this contribution on behalf of the original creator(s) or their licensees.
- I certify that the use of this contribution as authorised by the Apache 2.0 license does not violate the intellectual property rights of anyone else.

## Motivation and Context
_Why was this PR created?_
Why was this PR created?

## How has this been tested?
_What testing strategies have you used?_
What testing strategies have you used?

## Checklist

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,5 @@ kedro.db
kedro/html
docs/tmp-build-artifacts
docs/build
docs/node_modules
docs/source/04_user_guide/source/.ipynb
14 changes: 7 additions & 7 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ appearance, race, religion, or sexual identity and orientation.

## Our Standards

Examples of behavior that contributes to creating a positive environment
Examples of behaviour that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
Expand All @@ -20,9 +20,9 @@ include:
* Focusing on what is best for the community
* Showing empathy towards other community members

Examples of unacceptable behavior by participants include:
Examples of unacceptable behaviour by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
* The use of sexualised language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
Expand All @@ -34,13 +34,13 @@ Examples of unacceptable behavior by participants include:
## Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.
behaviour and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behaviour.

Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
permanently any contributor for other behaviours that they deem inappropriate,
threatening, offensive, or harmful.

## Scope
Expand All @@ -54,7 +54,7 @@ further defined and clarified by project maintainers.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
Instances of abusive, harassing, or otherwise unacceptable behaviour may be
reported by contacting the project team at [email protected]. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
Expand Down
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
install: docs/build/html/index.html
install: build-docs
cp -r docs/build/html kedro
pip install .

Expand All @@ -7,8 +7,6 @@ clean:
find . -regex ".*/__pycache__" -exec rm -rf {} +
find . -regex ".*\.egg-info" -exec rm -rf {} +

docs/build/html/index.html: build-docs

install-pip-setuptools:
python -m pip install -U "pip>=18.0, <19.0" "setuptools>=38.0, <39.0" wheel

Expand All @@ -33,5 +31,8 @@ SPHINXPROJ = Kedro
build-docs:
./docs/build-docs.sh

devserver: build-docs
cd docs && npm install && npm start

package: clean install
python setup.py sdist bdist_wheel
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
[![PyPI version](https://badge.fury.io/py/kedro.svg)](https://pypi.org/project/kedro/)
[![Documentation](https://readthedocs.org/projects/kedro/badge/?version=latest)](https://kedro.readthedocs.io/)
[![Code Style: Black](https://img.shields.io/badge/code%20style-black-black.svg)](https://github.com/ambv/black)
[![Downloads](https://pepy.tech/badge/kedro)](https://pepy.tech/project/kedro)

# What is Kedro?

Expand Down
18 changes: 17 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Release 0.14.2

## Major features and improvements
* Added Data Set transformer support in the form of AbstractTransformer and DataCatalog.add_transformer

## Breaking changes to the API
* Merged the ExistsMixin into AbstractDataSet

## Thanks for supporting contributions

[Nikolaos Tsaousis](https://github.com/tsanikgr), [Ivan Danov](https://github.com/idanov), [Gordon Wrigley](https://github.com/tolomea), [Yetunde Dada](https://github.com/yetudada), [Kiyohito Kunii](https://github.com/921kiyo), [Lorena Balan](https://github.com/lorenabalan), [Richard Westenra](https://github.com/richardwestenra), [Darren Gallagher](https://github.com/dazzag24), [Zain Patel](https://github.com/mzjp2)

# Release 0.14.1

## Major features and improvements
Expand All @@ -6,11 +18,15 @@
## Bug fixes and other changes
* Improved API docs.
* Template `run.py` will throw a warning instead of error if `credentials.yml`
not present.
is not present.

## Breaking changes to the API
None

## Thanks for supporting contributions

[Nikolaos Tsaousis](https://github.com/tsanikgr), [Ivan Danov](https://github.com/idanov), [Dmitrii Deriabin](https://github.com/DmitryDeryabin), [Gordon Wrigley](https://github.com/tolomea), [Nasef Khan](https://github.com/nakhan98), [Kiyohito Kunii](https://github.com/921kiyo), [Lorena Balan](https://github.com/lorenabalan), [Richard Westenra](https://github.com/richardwestenra)

# Release 0.14.0:

The initial release of Kedro.
Expand Down
Loading

0 comments on commit a1fc18a

Please sign in to comment.