Skip to content

Commit d58177b

Browse files
authored
Merge pull request #221 from XpressAI/1.7-release
1.7 Release
2 parents ae74f83 + 322223b commit d58177b

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<img alt="Documentation" src="https://img.shields.io/website/http/xircuits.io.svg?color=orange">
2828
</a>
2929
<a>
30-
<img alt="Python" src="https://img.shields.io/badge/Python-3.8%20%7C%203.9%20%7C%203.10-blue">
30+
<img alt="Python" src="https://img.shields.io/badge/Python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue">
3131
</a>
3232
</p>
3333

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xircuits",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "A JupyterLab extension for rendering and editing xircuit files.",
55
"keywords": [
66
"jupyter",
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/XpressAI/xircuits/issues"
1313
},
14-
"license": "BSD-3-Clause",
14+
"license": "Apache-2.0",
1515
"author": {
1616
"name": "Xpress AI",
1717
"email": "[email protected]"

xai_components/readme.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,14 @@ $ xircuits-components --sublib componentLibraryName
2424

2525
Don't forget to install their packages after fetching the library!
2626

27-
| Name | Version |
28-
| --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
27+
| Name | Version |
28+
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
2929
| <b>[Pycaret](https://github.com/XpressAI/xai-pycaret)</b><br>A component library built using Pycaret's API! Complete with examples for NLP, anomaly detection, classification, clustering, as well as regression. | 0.1.0 |
30-
| <b>[RPA](https://github.com/yuenherny/xai-rpa)</b><br>Robotic process automation library to automate routine and repetitive tasks! | 0.1.0 |
31-
| <b>Modelstash</b><br>Coming Soon... | \- |
30+
| <b>[RPA](https://github.com/yuenherny/xai-rpa)</b><br>Robotic process automation library to automate routine and repetitive tasks! | 0.1.0 |
31+
| <b>[Streamlit](https://github.com/XpressAI/xai-streamlit)</b><br>Turn Xircuits workflows into shareable web apps in minutes. | 0.1.0 |
32+
| <b>[RabbitMQ](https://github.com/XpressAI/xai-rabbitmq)</b><br>Message broker in Xircuits that just works. | 0.1.0 |
33+
| <b>[MQTT](https://github.com/XpressAI/xai-mqtt)</b><br>Xircuits library that implments the standard for IoT Messaging. | 0.1.0 |
34+
|
35+
<b>Modelstash</b><br>Coming Soon...
3236

3337
Want your component library listed here? Just submit a PR to the Xircuits repository. For more information, refer to the [Xircuits component library documentation](https://xircuits.io/docs/technical-concepts/xircuits-component-library).

0 commit comments

Comments
 (0)