Skip to content

Commit

Permalink
Merge pull request #4909 from OpenBB-finance/release/3.0.0
Browse files Browse the repository at this point in the history
Release/3.0.0
  • Loading branch information
jmaslek authored Apr 26, 2023
2 parents 45a0609 + 0c8bcc9 commit 774f688
Show file tree
Hide file tree
Showing 19 changed files with 331 additions and 22 deletions.
2 changes: 2 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ exclude-contributors:
- 'northern-64bit'
- 'piiq'
- 'andrewkenreich'
- 'IgorWounds'
- 'jerryduluk'

template: |
## Thank you and welcome to our new contributors 🔥
Expand Down
2 changes: 1 addition & 1 deletion build/docker/compose.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
OPENBBTERMINAL_DOCKER_REGISTRY="ghcr.io"
OPENBBTERMINAL_DOCKER_RELEASE_VERSION="3.0.0rc2"
OPENBBTERMINAL_DOCKER_RELEASE_VERSION="3.0.0"
2 changes: 1 addition & 1 deletion build/nsis/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
!define NAME "OpenBB Terminal"
!define COMPANY "OpenBB"
!define APPFILE "OpenBBTerminal.exe"
!define VERSION "3.0.0rc2"
!define VERSION "3.0.0"
!define SLUG "${NAME} v${VERSION}"

;--------------------------------
Expand Down
2 changes: 1 addition & 1 deletion build/pyinstaller/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OPENBB_LOGGING_APP_NAME=gst_packaged
OPENBB_LOGGING_COMMIT_HASH=sha:1e619b8
OPENBB_LOGGING_COMMIT_HASH=sha:8ce8380
OPENBB_ENABLE_PREDICT=false
OPENBB_ENABLE_CHECK_API=true
OPENBB_ENABLE_THOUGHTS_DAY=false
Expand Down
2 changes: 1 addition & 1 deletion openbb_terminal/core/models/system_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class SystemModel(BaseModel):
PLATFORM: str = str(platform.platform())

# OpenBB section
VERSION = "3.0.0rc2"
VERSION = "3.0.0"

# Logging section
LOGGING_APP_ID: str = "REPLACE_ME"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openbb"
version = "3.0.0rc2"
version = "3.0.0"
description = "Investment Research for Everyone, Anywhere."
license = "MIT"
authors = ["Didier Rodrigues Lopes"]
Expand Down
11 changes: 6 additions & 5 deletions website/content/sdk/showcase.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Showcase
sidebar_position: 6
description: Showcasing apps created by users using the OpenBB SDK
keywords: [Showcasing, showcase, OpenBB, openbb, sdk, api, pip, pypi,]
---

import HeadTitle from '@site/src/components/General/HeadTitle.tsx';
Expand All @@ -8,8 +11,6 @@ import HeadTitle from '@site/src/components/General/HeadTitle.tsx';

import ShowcaseItem from "@site/src/components/General/ShowcaseItem"

# Showcase

This page contains a list of projects that use the OpenBB SDK.

If you have a project that uses the OpenBB SDK, please feel free to add it [here](#).
Expand All @@ -28,17 +29,17 @@ src="https://ai1crypto.vercel.app/" title="Ai1Crypto"></iframe>

<ShowcaseItem
categories={['Commodities', 'Economy', 'Crypto', 'Stocks']}
title="DirtyDefis Streamlit Dashboard"
title="DirtyDefi's Streamlit Dashboard"
description="A dashboard built with information from OpenBB by Joseph B, also known as DirtyDefi."
url="https://openbb.streamlit.app/">

<iframe style={{height: 400}} className="w-full rounded"
src="https://openbb.streamlit.app/?embedded=true" title="DirtyDefis Streamlit Dashboard"></iframe>
src="https://openbb.streamlit.app/?embedded=true" title="DirtyDefi's Streamlit Dashboard"></iframe>
</ShowcaseItem>

<ShowcaseItem
categories={['Economy', 'ETF', 'Stocks']}
title="Kulbinderdios Streamlit Dashboard"
title="Kulbinderdio's Streamlit Dashboard"
description="A dashboard built with information from OpenBB by Kulbinderdio."
url="https://github.com/kulbinderdio/streamlit_openBB">

Expand Down
2 changes: 1 addition & 1 deletion website/content/terminal/changelog/version2_0_0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: v2.0.0
version: "2.0.0"
date: 2022-11-29
description: v2.0.0
sidebar_position: 100
sidebar_position: 101
---

## Major Release Notes
Expand Down
2 changes: 1 addition & 1 deletion website/content/terminal/changelog/version2_1_0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: v2.1.0
version: "2.1.0"
date: 2022-12-21
description: v2.1.0
sidebar_position: 99
sidebar_position: 100
---

## What's new
Expand Down
2 changes: 1 addition & 1 deletion website/content/terminal/changelog/version2_2_0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: v2.2.0
version: "2.2.0"
date: 2022-01-19
description: v2.2.0
sidebar_position: 98
sidebar_position: 99
---

## What's new
Expand Down
2 changes: 1 addition & 1 deletion website/content/terminal/changelog/version2_3_0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: v2.3.0
version: "2.3.0"
date: 2023-01-31
description: v2.3.0
sidebar_position: 97
sidebar_position: 98
---


Expand Down
2 changes: 1 addition & 1 deletion website/content/terminal/changelog/version2_3_1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: v2.3.1
version: "2.3.1"
date: 2023-02-01
description: v2.3.1
sidebar_position: 96
sidebar_position: 97
---

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion website/content/terminal/changelog/version2_4_0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: v2.4.0
version: "2.4.0"
date: 2023-02-14
description: v2.4.0
sidebar_position: 95
sidebar_position: 96
---

## What's new
Expand Down
2 changes: 1 addition & 1 deletion website/content/terminal/changelog/version2_4_1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: v2.4.1
version: "2.4.1"
date: 2023-02-17
description: v2.4.1
sidebar_position: 94
sidebar_position: 95
---

## What's new
Expand Down
2 changes: 1 addition & 1 deletion website/content/terminal/changelog/version2_5_0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: v2.5.0
version: "2.5.0"
date: 2023-03-01
description: v2.5.0
sidebar_position: 93
sidebar_position: 94
---


Expand Down
4 changes: 2 additions & 2 deletions website/content/terminal/changelog/version2_5_1.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Current - v2.5.1
title: 2.5.1
version: "2.5.1"
date: 2023-03-01
description: Current - v2.5.1
sidebar_position: 92
sidebar_position: 93
---

## Fixed
Expand Down
306 changes: 306 additions & 0 deletions website/content/terminal/changelog/version3_0_0.mdx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion website/content/terminal/installation/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Install the OpenBB Terminal on MacOS (Big Sur or later). There are two versions
<div style={{
height: 80
}}>
<InstallerButton href="https://github.com/OpenBB-finance/OpenBBTerminal/releases/download/v2.5.1/x86.64.MacOS.OpenBB.Terminal.v2.5.1.dmg" label="Mac Intel Installer" /> <InstallerButton href="https://github.com/OpenBB-finance/OpenBBTerminal/releases/download/v2.5.1/ARM64.MacOS.OpenBB.Terminal.v2.5.1.dmg" label="Mac M1 Installer" />
<InstallerButton href="https://github.com/OpenBB-finance/OpenBBTerminal/releases/download/v3.0.0/x86.64.MacOS.OpenBB.Terminal.v3.0.0.pkg" label="Mac Intel Installer" /> <InstallerButton href="https://github.com/OpenBB-finance/OpenBBTerminal/releases/download/v3.0.0/ARM64.MacOS.OpenBB.Terminal.v3.0.0.pkg" label="Mac M1 Installer" />
</div>

<details><summary>Minimum Requirements</summary>
Expand Down
2 changes: 1 addition & 1 deletion website/content/terminal/installation/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import InstallerButton from "@site/src/components/General/InstallerButton";

This section provides you with the installation file as well as the guide to install the OpenBB Terminal via Windows (10 or greater).

<InstallerButton type="windows" href="https://github.com/OpenBB-finance/OpenBBTerminal/releases/download/v2.5.1/Windows.OpenBB.Terminal.v2.5.1.exe" label="Windows Installer" />
<InstallerButton type="windows" href="https://github.com/OpenBB-finance/OpenBBTerminal/releases/download/v3.0.0/Windows.OpenBB.Terminal.v3.0.0.exe" label="Windows Installer" />

<details><summary>Minimum Requirements</summary>

Expand Down

0 comments on commit 774f688

Please sign in to comment.