Skip to content

Commit 9c2c45d

Browse files
authored
Merge pull request #39 from krish-adi/release-1.0.0
Release 1.0.0
2 parents 1d3dfb0 + 395aaf1 commit 9c2c45d

File tree

5 files changed

+3
-70
lines changed

5 files changed

+3
-70
lines changed
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Barfi serves as an abstraction of Graphical Programming, Flow-Based Programming,
1414

1515
Many existing visual Flow-Based Programming (FBP) libraries/frameworks operate within their own confined isolated environments, limiting their usability as components in existing applications or scripts. Barfi addresses this by decoupling the graphical programming interface from the computation environment, which eables easy integration into existing apps. The graphical interface is provided through a Streamlit widget: `st_flow` (with a Jupyter Notebook widget currently in development), while the computation environment is managed independently via the `ComputeEngine`.
1616

17-
> Note: The current version >= 1.0.0 introduces many changes from <= 0.7.0. Check the (changelog)[./CHANGELOG.md] for more info on this. Versions will no longer be maintained.
17+
> Note: The current version >= 1.0.0 introduces many changes from <= 0.7.0. Check the [changelog](./CHANGELOG.md) for more info on this. Versions will no longer be maintained.
1818
1919
## Quickstart
2020

@@ -38,8 +38,8 @@ Follow this getting started guide on building your first `Blocks`, creating a `F
3838

3939
## Migration from v0
4040

41-
If you were using the versions <= 0.7.0, a migration guide is being written. For using version >= 1.0.0, conceptually all the concepts remain with a minor API changes. v1.0.0 introduces a stronger type checking mechanism, and decouples and `SchemaManager` and `ComputeEngine` from the UI by providing separate classes to run those functions. You can check the API docs to get familiarized on how to use them.
41+
If you were using the versions <= 0.7.0, a migration guide is being written. For using version >= 1.0.0, conceptually all the concepts remain with a minor API changes. v1.0.0 introduces a stronger type checking mechanism, and decouples and `SchemaManager` and `ComputeEngine` from the UI by providing separate classes to run those functions. You can check the API docs to get familiarized on how to use them.
4242

4343
## Under the hood
4444

45-
The Flow Editor UI is built using [ReactFlow](https://reactflow.dev/).
45+
The Flow Editor UI is built using [ReactFlow](https://reactflow.dev/).
File renamed without changes.

TODO

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)