Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/3.2.2 #5391

Merged
merged 22 commits into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
005e3ed
remove twitter functions
jmaslek Aug 11, 2023
93bc216
remove twitter functions and all references to it
jmaslek Aug 11, 2023
c04cf95
Merge pull request #5289 from OpenBB-finance/release/3.2.1
jmaslek Aug 16, 2023
384c39c
Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTer…
jmaslek Aug 17, 2023
6502a35
remove twitter functions
jmaslek Aug 11, 2023
393db2f
remove twitter functions and all references to it
jmaslek Aug 11, 2023
7555a4b
Merge branch 'develop' of https://github.com/jmaslek/OpenBBTerminal i…
jmaslek Aug 18, 2023
88e09ce
Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTer…
jmaslek Aug 18, 2023
ceb91d1
Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTer…
jmaslek Aug 21, 2023
6ddb3b9
Fix URL in SDK Stock Screener Intro
deeleeramone Aug 21, 2023
e0207e7
Merge pull request #5360 from OpenBB-finance/hotfix/fix-url-sdk-intro
jmaslek Aug 22, 2023
f540333
Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTer…
jmaslek Aug 22, 2023
9fdf0d2
Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTer…
jmaslek Aug 23, 2023
8132250
Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTer…
jmaslek Aug 25, 2023
0b7b63e
Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTer…
jmaslek Aug 25, 2023
f0e1fb7
Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTer…
jmaslek Aug 28, 2023
57e408b
Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTer…
jmaslek Aug 28, 2023
82e60be
ruff
jmaslek Aug 28, 2023
e05d3eb
3.2.1->3.2.2
jmaslek Aug 28, 2023
b031d7c
update changelogs
jmaslek Aug 28, 2023
f7d2d40
changes
jmaslek Aug 28, 2023
f890eec
Merge branch 'main' into release/3.2.2
jmaslek Aug 29, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.1"
OPENBBTERMINAL_DOCKER_RELEASE_VERSION="3.2.2"
6 changes: 3 additions & 3 deletions 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.2.1"
!define VERSION "3.2.2"
!define SLUG "${NAME} v${VERSION}"

;--------------------------------
Expand All @@ -20,8 +20,8 @@
VIAddVersionKey Comments "An installer for OpenBB Terminal. For additional details, visit OpenBB.co"
VIAddVersionKey CompanyName OpenBB.co
VIAddVersionKey FileDescription "OpenBB Terminal Program"
VIAddVersionKey FileVersion 3.2.1.0
VIAddVersionKey ProductVersion 3.2.1.0
VIAddVersionKey FileVersion 3.2.2.0
VIAddVersionKey ProductVersion 3.2.2.0
VIAddVersionKey InternalName "OpenBB Terminal"

;--------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ Get started in less than 3 minutes: https://www.youtube.com/watch?v=UFh_Ku0fdtY
echo "$BOOTUP_MESSAGE"

# Add some messages we can print out
messages=("" "" "" "" "Did you know that you can search for stocks from a given country by running stocks/search --exchangecountry COUNTRY")
messages=("" "" "" "" \
"Did you know that you can search for stocks from a given country by running stocks/search --exchangecountry COUNTRY" \
"" "" "" \
"You can jump between menus by starting your command with a backslash. To go from funds to stocks/fa, you can run /stocks/fa" \
"" "" "" \
"Every command has a help flag. To access this use the -h flag after your command.")


# Pick a random one
index=$((RANDOM % ${#messages[@]}))
echo ${messages[$index]}
Expand Down
8 changes: 4 additions & 4 deletions build/pyinstaller/version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ VSVersionInfo(
ffi=FixedFileInfo(
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
# Set not needed items to zero 0.
filevers=(3, 0, 0, 0),
prodvers=(3, 0, 0, 0),
filevers=(3, 2, 2, 0),
prodvers=(3, 2, 2, 0),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x0,
# Contains a bitmask that specifies the Boolean attributes of the file.
Expand All @@ -32,10 +32,10 @@ VSVersionInfo(
[StringStruct('Comments', 'The OpenBB Terminal. For additional details, visit OpenBB.co'),
StringStruct('CompanyName', 'OpenBB'),
StringStruct('FileDescription', 'OpenBB Terminal Program'),
StringStruct('FileVersion', '3.2.1.0'),
StringStruct('FileVersion', '3.2.2.0'),
StringStruct('InternalName', 'OpenBB Terminal'),
StringStruct('ProductName', 'OpenBB Terminal'),
StringStruct('ProductVersion', '3.2.1.0')])
StringStruct('ProductVersion', '3.2.2.0')])
]),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
]
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 @@ -28,7 +28,7 @@ class SystemModel(BaseModel):
PLATFORM: str = str(platform.platform())

# OpenBB section
VERSION: str = "3.2.1"
VERSION: str = "3.2.2"

# Logging section
LOGGING_APP_ID: str = "REPLACE_ME"
Expand Down
11 changes: 0 additions & 11 deletions openbb_terminal/core/sdk/controllers/crypto_sdk_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,24 +135,14 @@ def defi(self):
`luna_supply_chart`: Plots and prints table showing Luna circulating supply stats\n
`newsletters`: Scrape all substack newsletters from url list.\n
`newsletters_chart`: Prints table showing DeFi related substack newsletters.\n
`pairs`: Get lastly added trade-able pairs on Uniswap with parameters like:\n
`pairs_chart`: Prints table showing Lastly added pairs on Uniswap DEX.\n
`pools`: Get uniswap pools by volume. [Source: https://thegraph.com/en/]\n
`pools_chart`: Prints table showing uniswap pools by volume.\n
`sinfo`: Get staking info for provided terra account [Source: https://fcd.terra.dev/swagger]\n
`sinfo_chart`: Prints table showing staking info for provided terra account address [Source: https://fcd.terra.dev/swagger]\n
`sratio`: Get terra blockchain staking ratio history [Source: https://fcd.terra.dev/swagger]\n
`sratio_chart`: Plots terra blockchain staking ratio history [Source: https://fcd.terra.dev/v1]\n
`sreturn`: Get terra blockchain staking returns history [Source: https://fcd.terra.dev/v1]\n
`sreturn_chart`: Plots terra blockchain staking returns history [Source: https://fcd.terra.dev/swagger]\n
`stats`: Get base statistics about Uniswap DEX. [Source: https://thegraph.com/en/]\n
`stats_chart`: Prints table showing base statistics about Uniswap DEX. [Source: https://thegraph.com/en/]\n
`stvl`: Returns historical values of the total sum of TVLs from all listed protocols.\n
`stvl_chart`: Plots historical values of the total sum of TVLs from all listed protocols.\n
`swaps`: Get the last 100 swaps done on Uniswap [Source: https://thegraph.com/en/]\n
`swaps_chart`: Prints table showing last swaps done on Uniswap\n
`tokens`: Get list of tokens trade-able on Uniswap DEX. [Source: https://thegraph.com/en/]\n
`tokens_chart`: Prints table showing tokens trade-able on Uniswap DEX.\n
`validators`: Get information about terra validators [Source: https://fcd.terra.dev/swagger]\n
`validators_chart`: Prints table showing information about terra validators [Source: https://fcd.terra.dev/swagger]\n
`vaults`: Get DeFi Vaults Information. DeFi Vaults are pools of funds with an assigned strategy which main goal is to\n
Expand Down Expand Up @@ -250,7 +240,6 @@ def onchain(self):
`lt_chart`: Prints table showing Trades on Decentralized Exchanges aggregated by DEX or Month\n
`prices`: Get token historical prices with volume and market cap, and average price. [Source: Ethplorer]\n
`prices_chart`: Display token historical prices with volume and market cap, and average price.\n
`query`: Get query data\n
`query_graph`: Helper methods for querying graphql api. [Source: https://bitquery.io/]\n
`th`: Get info about token historical transactions. [Source: Ethplorer]\n
`th_chart`: Display info about token history. [Source: Ethplorer]\n
Expand Down
11 changes: 0 additions & 11 deletions openbb_terminal/core/sdk/models/crypto_sdk_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,24 +229,14 @@ class CryptoDeFi(Category):
`luna_supply_chart`: Plots and prints table showing Luna circulating supply stats\n
`newsletters`: Scrape all substack newsletters from url list.\n
`newsletters_chart`: Prints table showing DeFi related substack newsletters.\n
`pairs`: Get lastly added trade-able pairs on Uniswap with parameters like:\n
`pairs_chart`: Prints table showing Lastly added pairs on Uniswap DEX.\n
`pools`: Get uniswap pools by volume. [Source: https://thegraph.com/en/]\n
`pools_chart`: Prints table showing uniswap pools by volume.\n
`sinfo`: Get staking info for provided terra account [Source: https://fcd.terra.dev/swagger]\n
`sinfo_chart`: Prints table showing staking info for provided terra account address [Source: https://fcd.terra.dev/swagger]\n
`sratio`: Get terra blockchain staking ratio history [Source: https://fcd.terra.dev/swagger]\n
`sratio_chart`: Plots terra blockchain staking ratio history [Source: https://fcd.terra.dev/v1]\n
`sreturn`: Get terra blockchain staking returns history [Source: https://fcd.terra.dev/v1]\n
`sreturn_chart`: Plots terra blockchain staking returns history [Source: https://fcd.terra.dev/swagger]\n
`stats`: Get base statistics about Uniswap DEX. [Source: https://thegraph.com/en/]\n
`stats_chart`: Prints table showing base statistics about Uniswap DEX. [Source: https://thegraph.com/en/]\n
`stvl`: Returns historical values of the total sum of TVLs from all listed protocols.\n
`stvl_chart`: Plots historical values of the total sum of TVLs from all listed protocols.\n
`swaps`: Get the last 100 swaps done on Uniswap [Source: https://thegraph.com/en/]\n
`swaps_chart`: Prints table showing last swaps done on Uniswap\n
`tokens`: Get list of tokens trade-able on Uniswap DEX. [Source: https://thegraph.com/en/]\n
`tokens_chart`: Prints table showing tokens trade-able on Uniswap DEX.\n
`validators`: Get information about terra validators [Source: https://fcd.terra.dev/swagger]\n
`validators_chart`: Prints table showing information about terra validators [Source: https://fcd.terra.dev/swagger]\n
`vaults`: Get DeFi Vaults Information. DeFi Vaults are pools of funds with an assigned strategy which main goal is to\n
Expand Down Expand Up @@ -445,7 +435,6 @@ class CryptoOnChain(Category):
`lt_chart`: Prints table showing Trades on Decentralized Exchanges aggregated by DEX or Month\n
`prices`: Get token historical prices with volume and market cap, and average price. [Source: Ethplorer]\n
`prices_chart`: Display token historical prices with volume and market cap, and average price.\n
`query`: Get query data\n
`query_graph`: Helper methods for querying graphql api. [Source: https://bitquery.io/]\n
`th`: Get info about token historical transactions. [Source: Ethplorer]\n
`th_chart`: Display info about token history. [Source: Ethplorer]\n
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.2.1"
version = "3.2.2"
description = "Investment Research for Everyone, Anywhere."
license = "MIT"
authors = ["Didier Rodrigues Lopes"]
Expand Down
2 changes: 1 addition & 1 deletion website/content/sdk/usage/intros/stocks/stocks-screener.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Price/Free Cash Flow = Low (<15)
Beta = Under 1
```

Copy the block above to a new text file in any editor, and save the file to the [OpenBBUserData](https://docs.openbb.co/sdk/usage/guides/data) folder, naming it something like, `sdk_guide_preset.ini`. **This preset has also been included with the installation**. Declaring the path to the preset file, when located in the OpenBBUserData folder, is not required. The kernel must be restarted when a file is renamed or created; however, changes to the preset itself will be reflected immediately and without restarting.
Copy the block above to a new text file in any editor, and save the file to the [OpenBBUserData](https://docs.openbb.co/terminal/usage/guides/data) folder, naming it something like, `sdk_guide_preset.ini`. **This preset has also been included with the installation**. Declaring the path to the preset file, when located in the OpenBBUserData folder, is not required. The kernel must be restarted when a file is renamed or created; however, changes to the preset itself will be reflected immediately and without restarting.

It is a good idea to test choices made before making it too complicated. Start with a handful of filters and modify, or add, them one-at-a-time. Let's pass what we have so far through the screener with `performance` selected as the `data_type`.

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: 105
sidebar_position: 106
---

## 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: 104
sidebar_position: 105
---

## 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: 103
sidebar_position: 104
---

## 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: 102
sidebar_position: 103
---


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: 101
sidebar_position: 102
---

## 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: 100
sidebar_position: 101
---

## 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: 99
sidebar_position: 100
---

## 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: 98
sidebar_position: 99
---


Expand Down
2 changes: 1 addition & 1 deletion website/content/terminal/changelog/version2_5_1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 2.5.1
version: "2.5.1"
date: 2023-03-01
description: Current - v2.5.1
sidebar_position: 97
sidebar_position: 98
---

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion website/content/terminal/changelog/version3_0_0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: v3.0.0
version: "3.0.0"
date: 2023-04-25
description: v3.0.0
sidebar_position: 96
sidebar_position: 97
---

## What's new
Expand Down
2 changes: 1 addition & 1 deletion website/content/terminal/changelog/version3_0_1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: v3.0.1
version: "3.0.1"
date: 2023-05-15
description: v3.0.1
sidebar_position: 95
sidebar_position: 96
---

## Thank you and welcome to our new contributors 🔥
Expand Down
2 changes: 1 addition & 1 deletion website/content/terminal/changelog/version3_1_0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: v3.1.0
version: "3.1.0"
date: 2023-06-21
description: v3.1.0
sidebar_position: 94
sidebar_position: 95
---

## Thank you and welcome to our new contributors 🔥
Expand Down
2 changes: 1 addition & 1 deletion website/content/terminal/changelog/version3_2_0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: v3.2.0
version: "3.2.0"
date: 2023-07-21
description: Current - v3.2.0
sidebar_position: 93
sidebar_position: 94
---

## Thank you and welcome to our new contributors 🔥
Expand Down
6 changes: 3 additions & 3 deletions website/content/terminal/changelog/version3_2_1.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Current - v3.2.1
title: v3.2.1
version: "3.2.1"
date: 2023-08-16
description: Current - v3.2.1
sidebar_position: 92
description: v3.2.1
sidebar_position: 93
---

## What's new 🎉
Expand Down
39 changes: 39 additions & 0 deletions website/content/terminal/changelog/version_3_2_2.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
## Thank you and welcome to our new contributors 🔥
@Define101 and @kulbinderdio

## What's new 🎉

We are excited to launch an implementation of TimeGPT from nixtla!

As per usual, we are also including some general bug fixes, enhancements and documentations. We have also deprecated some crypto functions that have not been returning data from their API.

## What's changed 🚀
* update defillama_dapps json file (#5380) @Define101
* Allow to execute reports url from reports menu (#5385) @DidierRLopes
* Feature/companies house (#4721) @kulbinderdio
* Hotfix - PyWry fix python 3.11 fail on boot, copy+paste on MacOS (#5384) @tehcoderer
* Change bootup message (#5378) @jmaslek
* Add example notebook for building volume-at-price chart. (#5370) @deeleeramone
* Fix foreach on routine where the inputs provided are not valid (#5373) @DidierRLopes
* 1st integration with TimeGPT-1 (Beta), from Nixtla (#5292) @DidierRLopes
* Removed prints (#5367) @colin99d
* Some error handling (#5357) @colin99d
* Improves the `settings/userdata` command, and upgrade ruff (#5359) @colin99d
* bye bye shroom (#5351) @colin99d
* hotfix / Allow routine args inside lists (#5353) @tehcoderer
* Fix the CPI CSV and remove twitter functionalities (#5350) @jmaslek
* Thegraph totally changed, I removed the endpoints (#5349) @colin99d
* Adds example notebook for installing in Google Colab (#5333) @deeleeramone
* Improve documentation (#5345) @colin99d
* Fixes #5332 (#5344) @colin99d
* hotfix/fix-stocks-search-sdk3: Fixes the stocks search so that it doesn't `print_rich_table()` for SDK. (#5329) @deeleeramone
* Fixed URL for uploading to the hub (#5340) @colin99d
* Fixed the request function (#5336) @colin99d
* Release/3.2.1 (#5335) @jmaslek

We are proud of our community contributors and staunch supporters of open-source ecosystems.
Help us promote our community by tagging `@openbb_finance` on Twitter with a link to your pull request,
and join our Discord server to chat about your contribution! We want to hear about your experience!

### Links 🦋
[Website](https://openbb.co/), [Twitter](https://twitter.com/openbb_finance), [Linkedin](https://www.linkedin.com/company/openbb-finance), [Instagram](https://www.instagram.com/openbb.finance/), [Reddit](https://www.reddit.com/r/openbb/), [Discord](https://discord.com/invite/xPHTuHCmuV)