Skip to content

Tags: shosseini811/OpenBB

Tags

Open-Data-Platform-v1.0.2

Toggle Open-Data-Platform-v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[BugFix] Update openssl in `cargo.toml` and Remove `dll` and `dylibs`…

… From Repo (OpenBB-finance#7478)

* update openssl in cargo.toml, and remove dll and dylibs from repo

* cargo fmt

* cargo clippy

* cargo fmt again

* unused-mut

* adjust build.rs for test container

* windows runner setup

* fix masos linking

* same treatment for sbom files

ODP

Toggle ODP's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[BugFix] Update openssl in `cargo.toml` and Remove `dll` and `dylibs`…

… From Repo (OpenBB-finance#7478)

* update openssl in cargo.toml, and remove dll and dylibs from repo

* cargo fmt

* cargo clippy

* cargo fmt again

* unused-mut

* adjust build.rs for test container

* windows runner setup

* fix masos linking

* same treatment for sbom files

v4.7.0

Toggle v4.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[BugFix] openbb-core: Fix Merged Choices Validation in Python Interfa…

…ce (OpenBB-finance#7404)

* add choices validation to filter_inputs

* provider interface

* provider interface test

---------

Co-authored-by: deeleeramone <>

Open-Data-Platform-v1.0.1

Toggle Open-Data-Platform-v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(lint): migrate from pydocstyle to ruff (OpenBB-finance#7346)

pydocstyle has been deprecated and archived (Nov 2023). The maintainers
recommend migrating to Ruff, which has full parity with pydocstyle.

Changes:
- Add "D" (pydocstyle) rules to ruff.toml select list
- Migrate ignore rules from .pydocstyle.ini to ruff.toml
- Remove pydocstyle from CI workflow
- Delete .pydocstyle.ini

This also fixes false positives like D402 being triggered incorrectly
when a method named `name` has a docstring containing "name" anywhere.

See: https://github.com/PyCQA/pydocstyle (archived)

Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com>

v4.6.0

Toggle v4.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request OpenBB-finance#7297 from OpenBB-finance/release/4.6.0

[Release] OpenBB v.4.6.0

Open-Data-Platform-v1.0.0

Toggle Open-Data-Platform-v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Feature] Configure Tauri Updater for ODP Desktop Latest Release Tag (O…

…penBB-finance#7240)

* configure the updater and some fix some macos tahoe css errors

* enclosure for title_bar_style on Window build

* those should have been added to the commit

* test update to 0.6.0

* allow unused mut

* update version in tauri.conf

* fix versioned release draft

* fix windows beforeBundle script

* force app restart on update

* fix release build

* fix latest tag files

* latest tag title

* try testing for windows ARM

* improve build workflow cleanup for cache

* actually use the windows-11-arm runner

* copy and bundle openssl items directly from runner

* we actually need those files as placeholders for linters and unit tests

* no need to rebuild assets when converting draft to published

* fix verbosity

* fix windows openssl dir

* converting draft release to published should not run the build workflows

* converting draft release to published should not run the build workflows

* separate release draft build from publish

* release dekstop dispatch

* release dekstop dispatch

* fix dylibs

* undo fix_dylib change and attempt to handle restart on update

* move restart exit code up

* bump version to test updater restarting

* windows updater signature

* positional argument..?

* arg is --password

* try this for mac updater

* add message to updater to inform users to start the app manually after update

* add toast message for first API run

* get windows to open the window after updating..?

* cargo clippy

* update package locks for vite

* fix css thing

* version bump for another test

* bump for v 1

---------

Co-authored-by: deeleeramone <>

Open-Data-Platform-v0.9.1

Toggle Open-Data-Platform-v0.9.1's commit message
fix css thing

Open-Data-Platform-v0.9.2

Toggle Open-Data-Platform-v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix missing entry in fmp fetcher_dict (OpenBB-finance#7246)

Open-Data-Platform-v0.9.0

Toggle Open-Data-Platform-v0.9.0's commit message
add toast message for first API run

Open-Data-Platform-v0.8.2

Toggle Open-Data-Platform-v0.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove router endpoint that should have already been removed (OpenBB-…

…finance#7244)