Skip to content

Commit

Permalink
Merge pull request #9112 from OpenMined/update-0.9.0
Browse files Browse the repository at this point in the history
update readme and notebooks
  • Loading branch information
shubham3121 authored Aug 1, 2024
2 parents d97cff3 + e802e5c commit ea24559
Show file tree
Hide file tree
Showing 31 changed files with 36 additions and 35 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,12 @@ For questions about PySyft, reach out via `#support` on <a href="https://slack.o

**Latest Stable**

- `0.8.8` (Stable) - <a href="https://docs.openmined.org/en/latest/index.html">Docs</a>
- `0.9.0` (Stable) - <a href="https://docs.openmined.org/en/latest/index.html">Docs</a>
- Install PySyft (Stable): `pip install -U syft`

**Latest Beta**

- `0.9.0` (Beta) - `dev` branch 👈🏽
- `0.9.1` (Beta) - `dev` branch 👈🏽
- Install PySyft (Beta): `pip install -U syft --pre`

Find more about previous <a href="./releases.md">releases here</a>.
Expand Down
4 changes: 2 additions & 2 deletions notebooks/api/0.8/00-load-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down Expand Up @@ -732,7 +732,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.2"
"version": "3.11.5"
},
"toc": {
"base_numbering": 1,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/api/0.8/01-submit-code.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
2 changes: 1 addition & 1 deletion notebooks/api/0.8/02-review-code-and-approve.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
2 changes: 1 addition & 1 deletion notebooks/api/0.8/03-data-scientist-download-result.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
2 changes: 1 addition & 1 deletion notebooks/api/0.8/04-pytorch-example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
2 changes: 1 addition & 1 deletion notebooks/api/0.8/05-custom-policy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
2 changes: 1 addition & 1 deletion notebooks/api/0.8/06-multiple-code-requests.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
2 changes: 1 addition & 1 deletion notebooks/api/0.8/07-datasite-register-control-flow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"metadata": {},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
2 changes: 1 addition & 1 deletion notebooks/api/0.8/08-code-version.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"metadata": {},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"%pip install {package_string} -q"
]
Expand Down
2 changes: 1 addition & 1 deletion notebooks/api/0.8/09-blob-storage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"metadata": {},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
2 changes: 1 addition & 1 deletion notebooks/api/0.8/10-container-images.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"metadata": {},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/api/0.8/11-container-images-k8s.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"metadata": {},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"metadata": {},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
2 changes: 1 addition & 1 deletion notebooks/tutorials/data-owner/02-account-management.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"metadata": {},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"metadata": {},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
2 changes: 1 addition & 1 deletion notebooks/tutorials/data-owner/05-syft-services-api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"metadata": {},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"metadata": {},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
4 changes: 2 additions & 2 deletions notebooks/tutorials/data-scientist/04-syft-functions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"metadata": {},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down Expand Up @@ -206,7 +206,7 @@
"metadata": {},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"metadata": {},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
2 changes: 1 addition & 1 deletion notebooks/tutorials/hello-syft/01-hello-syft.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
2 changes: 1 addition & 1 deletion notebooks/tutorials/model-auditing/colab/01-user-log.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"outputs": [],
"source": [
"# install syft\n",
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"%pip install {package_string} -q"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"outputs": [],
"source": [
"SYFT_VERSION = \">=0.8.2.b0,<0.9\"\n",
"SYFT_VERSION = \">=0.9,<1.0.0\"\n",
"package_string = f'\"syft{SYFT_VERSION}\"'\n",
"# %pip install {package_string} -q"
]
Expand Down
5 changes: 3 additions & 2 deletions releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@

### Latest Stable

- `0.8.8` (Stable) - <a href="https://docs.openmined.org/en/latest/index.html">Docs</a>
- `0.9.0` (Stable) - <a href="https://docs.openmined.org/en/latest/index.html">Docs</a>
- Install PySyft (Stable): `pip install -U syft`

### Latest Beta

- `0.9.0` (Beta) - `dev` branch 👈🏽
- `0.9.1` (Beta) - `dev` branch 👈🏽
- Install PySyft (Beta): `pip install -U syft --pre`

**Deprecated**:

- `0.8.8` - <a href="https://github.com/OpenMined/PySyft/tree/0.8.8/notebooks/api/0.8">API</a>
- `0.8.7` - <a href="https://github.com/OpenMined/PySyft/tree/0.8.7/notebooks/api/0.8">API</a>
- `0.8.6` - <a href="https://github.com/OpenMined/PySyft/tree/0.8.6/notebooks/api/0.8">API</a>
- `0.8.5-post.2` - <a href="https://github.com/OpenMined/PySyft/tree/0.8.5-post.2/notebooks/api/0.8">API</a>
Expand Down

0 comments on commit ea24559

Please sign in to comment.