Skip to content

Commit

Permalink
🔖 RELEASE: 0.2.1 (#87)
Browse files Browse the repository at this point in the history
Features:
- Improved checks for cyclic flows
- Support for PySpark pip install flowrunner[pyspark]
- Improved validation for stranded middle origin nodes
Documentation:
- Changed theme to sphinx_the_docs
- Added API reference documentation
- Improved documentation examples with Databricks and PySpark
  • Loading branch information
prithvijitguha authored Apr 2, 2023
1 parent 17c4623 commit 7847434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ flowrunner is a lightweight package to organize and represent Data Engineering/S

### Documentation:
- Changed theme to sphinx_the_docs
- Added API reference documentation
- Improved documentation examples with Databricks and PySpark
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
{name = "Prithvijit Guha", email = "[email protected]"},
]

version = "0.2.0"
version = "0.2.1"


description = "Flowrunner is a lightweight package to organize and represent Data Engineering/Science workflows"
Expand Down

0 comments on commit 7847434

Please sign in to comment.