Skip to content

Commit

Permalink
Add the changelogs from GH
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaslek committed Mar 16, 2023
1 parent d310970 commit b13b5af
Show file tree
Hide file tree
Showing 9 changed files with 216 additions and 108 deletions.
40 changes: 28 additions & 12 deletions website/content/terminal/changelog/version2_0_0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,33 @@ description: Version 2.0.0
sidebar_position: 0
---

## Added
## Major Release Notes

- bullet 1 add
- bullet 2
- OpenBB SDK
- OpenBB Terminal available through `pip install openbb`
- Full dependency chains for toolkits can be obtained through
- `pip install openbb[optimization]`
- `pip install openbb[forecast]`
- `pip install openbb[all]`
- OpenBB Forecasting Menu
- Load terminal data or bring in your own data. Integration with u8 darts library
- Custom tuning of models in the terminal
- Automated Reports
- Can now run automated reports installer versions

## Changed

- bullet 1
- bullet 2

## Fixed

- bullet 1
- bullet 2
## Minor Release Notes
- General bug fixing
- DCF for US equities
- Updated events calendar
- General UI/UX enhancements
- Multiple auto complete options
- API Keys saved between installer updates
- Data source menu for selecting default sources
- Short how-to intro on initial launch
- Due to [investing.com](http://investing.com/) api changes, we have deprecated the funds menu for mutual fund data for the time being
- Updated Portfolio Allocation function
- Futures menu utilizing yahoo finance
- Automated Docker Build
- Can build docker image locally with 2 commands
- Internationalization
- Add a translation into your native language
18 changes: 5 additions & 13 deletions website/content/terminal/changelog/version2_1_0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,9 @@ description: Version 2.1.0
sidebar_position: 0
---

## Added
## What's new

- bullet 1 add
- bullet 2

## Changed

- bullet 1
- bullet 2

## Fixed

- bullet 1
- bullet 2
- Tensorboard Integration
- Seeking alpha EPS and Revenue estimates
- Documentation
- General bug fixes
14 changes: 2 additions & 12 deletions website/content/terminal/changelog/version2_2_0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,7 @@ description: Version 2.2.0
sidebar_position: 0
---

## Added
## What's new

- bullet 1 add
- bullet 2
Happy new year everyone! Our first release of the year focuses on squashing bugs that were left over from 2022. You may notice now that when loading in a ticker in `stocks`, there is no longer any additional information passed.

## Changed

- bullet 1
- bullet 2

## Fixed

- bullet 1
- bullet 2
51 changes: 39 additions & 12 deletions website/content/terminal/changelog/version2_3_0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,44 @@ description: Version 2.3.0
sidebar_position: 0
---

## Added

- bullet 1 add
- bullet 2
## What's new
- New stocks filings function
- Quantile anomaly detection in forecasting menu
- Ability to save data to specific excel sheets
- File location for presets adjusted and examples added
- Updated yfinance and starting to chip away at the deprecated functions there
- General bug fixing and enhancements

## Changed

- bullet 1
- bullet 2

## Fixed

- bullet 1
- bullet 2
## What's changed
- Adds end date to `forex/load` (#4077) @hjoaquim
- Hotfix/Windows-CLI (#4087) @tehcoderer
- Adds auto completion to `news` (#4089) @hjoaquim
- Update commands with --sheet-name that didn't work (#4088) @JerBouma
- Improve the `stocks/search` command (#4084) @JerBouma
- Update the routine, portfolio and screener files and adjust the documentation (#4021) @JerBouma
- Add keywords and descriptions to basics, intros and advanced guides (#4052) @JerBouma
- Nightly Build Optimization (#4073) @luqmanbello
- Fix UK Economy/Macro Y10YD bug (#4078) @montezdesousa
- Fix incorrect column label in nasdaq_model.py (#4063) @peter-oroszvari
- SDK Docs: Clarifies the `Stocks.CA.Balance` example by including, `timeframe = '2021'` (#4072) @deeleeramone
- Bumping yfinance to 0.2.9 and updating ruff (#4059) @jmaslek
- Refactor requests throughout (#4033) @jmaslek
- `openbb.economy.fred_ids` to always return dataframe (#4058) @hjoaquim
- Upgrade dependencies for bug and for security vulnerabilities. (#4031) @jmaslek
- Copy paste all the sheet names (#4035) @JerBouma
- Refactor `stocks/options/voi,vol,oi,chains` (#4017) @hjoaquim
- Avoid running build on hotfix branches (#4048) @luqmanbello
- Feature/release branch gitflow (#4034) @luqmanbello
- Deprecate reddit commands taking too long to connect to PushshiftAPI (#3999) @montezdesousa
- Hotfix/fix integration tests (#4025) @hjoaquim
- Hotfix/fix equity reports (#4029) @tehcoderer
- Small typo in docs (#4036) @jose-donato
- Fix terminal exit after `--sort p/e` (#4013) @montezdesousa
- Add back pull request to linting action (#4032) @jmaslek
- Hotfix --> develop (#4027) @luqmanbello
- Quantile Anomaly Detection on Timeseries (#3980) @martinb-bb
- Feature/excel sheets (#4023) @jmaslek
- Feature - Added Integration Test Automation (#4019) @luqmanbello
- Adds filings function to the Stocks menu (#3910) @deeleeramone
- merge the release changes into develop (#4016) @jmaslek
13 changes: 1 addition & 12 deletions website/content/terminal/changelog/version2_3_1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ description: Version 2.3.1
sidebar_position: 0
---

## Added

- bullet 1 add
- bullet 2

## Changed

- bullet 1
- bullet 2

## Fixed

- bullet 1
- bullet 2
- Internet connection issue
82 changes: 69 additions & 13 deletions website/content/terminal/changelog/version2_4_0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,73 @@ description: Version 2.4.0
sidebar_position: 0
---

## Added
## What's new
We have quite a few things added in the last few weeks
- New realestate menu under alternative for looking at UK housing data
- Mutual fund menu (funds) restored with a new source
- The dd stock submenu has been improved and merged into the stocks/fa menu
- Intrinio has been added as a source for stocks and stock options
- New algolia search engine on the docs
- Dependencies have been updated and resolved
- General enhancements and bug fixes

- bullet 1 add
- bullet 2

## Changed

- bullet 1
- bullet 2

## Fixed

- bullet 1
- bullet 2
## What's changed
- Report rendering can't handle save path for users that have a period (.) in username (#4235) @tys203831
- Fixes bad yFinance candles with auto_adjust=True (#4231) @deeleeramone
- Hotfix/Splashscreen Staying up on Windows installer (#4232) @tehcoderer
- Block logout command if no auth enabled (#4233) @montezdesousa
- Set guest by default and put authentication behind environment variable (#4197) @montezdesousa
- Fix generate_portfolio SDK usage example (#4216) @northern-64bit
- Changed poetry version for docker build (#4229) @luqmanbello
- Feature/general improvements (#4213) @jmaslek
- Sunset some dependencies (#4215) @jmaslek
- Fix wrongly formatted values on `stocks/fa/cash` (#4211) @hjoaquim
- Return a dataframe from stocks search, removed export to file system (#3923) (#4193) @joey-walker
- Adds algolia to docs (#4208) @jose-donato
- Hotfix/sdk-trailmaps `portfolio.po` deprecated functions, fix `stocks.disc.filings`, `stocks.fa.sec_fmp` (#4210) @tehcoderer
- Adding intrinio and cleaning up options a bit more (#4127) @jmaslek
- Update PR Template and Contributing guidelines (#4194) @jmaslek
- [FEAT] Nightly Build slack Notifications (#4188) @luqmanbello
- Feature/some cleaning (#4170) @hjoaquim
- Updating poetry to v1.3.2 and dependencies (#4076) @aia
- Cleanse functionality from relying on `yfinance` (#4176) @JerBouma
- Feature/dependency grooming (#4166) @piiq
- Restores numeric values (#4183) @hjoaquim
- Fix some account bugs (#4190) @montezdesousa
- Add merge group to allow for merge queue (#4191) @jmaslek
- [FEAT] Additional metrics for evaluating forecasting (RMSE+ MSE) (#4178) @martinb-bb
- Hotfix/banner spaced (#4189) @tehcoderer
- Point register to dev (#4184) @montezdesousa
- Tests : mocking yfinance tzcache (#4187) @Chavithra
- Terminal authentication + keys/settings/routines (#4015) @montezdesousa
- Routine remote storage (#4143) @montezdesousa
- [Snyk] Upgrade tailwindcss-radix from 2.6.2 to 2.7.0 (#4177) @snyk-bot
- Fixing smaller issues and moving a few things around (#4155) @JerBouma
- Adjust timezone for AV when interval < 1d (#4158) @hjoaquim
- Update the documentation so the importance of API keys is more clear (#4172) @JerBouma
- Remove legacy macro endpoints with no country parameter (#4173) @montezdesousa
- Fix crypto/disc/top sort (#4167) @montezdesousa
- Showing `portfolio` portfolios after optimizing in `po` now works, cash comment removed from `portfolio` docs and Parameter file info added (#4149) @JerBouma
- Fix portfolio optimization Ticker.info bug (#4145) @montezdesousa
- Remove duplicate `ruff` selection of `pycodestyle` warnings (`W`) (#4156) @andyhuynh3
- [Snyk] Upgrade @radix-ui/react-popover from 1.0.2 to 1.0.3 (#4165) @jmaslek
- Removed Pyupgrade From CI (#4160) @colin99d
- Removing timezone on export xlsx (#4163) @hjoaquim
- Retire legacy Jupyter Lab extensions (#4146) @piiq
- Refractor `stocks/fa` by incorporating `stocks/dd` and making the menu less reliant on Yahoo Finance (#4055) @JerBouma
- Fix portfolio/summary command (issue #3960) (#3964) @northern-64bit
- Fix load a benchmark that isn't in the list of limited choices + yf.Ticker().info bugs (#4079) @montezdesousa
- [Snyk] Upgrade tailwindcss-radix from 2.6.1 to 2.6.2 (#4148) @snyk-bot
- Fix portfolio engine assigning close values to the wrong tickers (#4147) @JerBouma
- Fix integration test debug mode flag (#4133) @montezdesousa
- Feature/add isort linter (#4114) @colin99d
- [Snyk] Fix for 2 vulnerabilities (#4129) @snyk-bot
- Change integration tests environment variables + add option (#4126) @montezdesousa
- Fix `economy/macro --transform` (#4125) @JerBouma
- Feature/mstarpy (#4068) @Mael-J
- Adding CMD Flags to Docs Generation (#4123) @tehcoderer
- New functionality for UK Sold house price data (#3969) @kulbinderdio
- Automate Publishing to Pypi (#4115) @luqmanbello
- Update labels and release drafter (#4116) @jmaslek
- Improve website readme (#4099) @hjoaquim
- Merge release into develop (#4109) @jmaslek
31 changes: 19 additions & 12 deletions website/content/terminal/changelog/version2_4_1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,24 @@ description: Version 2.4.1
sidebar_position: 0
---

## Added
## What's new

- bullet 1 add
- bullet 2
Patches a bug that using `openbb` to launch the terminal avoids loading all data into the terminal. We also have a facelift on the sdk interface. Enjoy!

## Changed

- bullet 1
- bullet 2

## Fixed

- bullet 1
- bullet 2
## What's changed
- Adds Personal Access Token Commands (#4266) @hjoaquim
- SDK Added about() for methods and class, fixed pypi.md (#4273) @tehcoderer
- Code Coverage (#4236) @luqmanbello
- Small typos on readme (#4267) @jose-donato
- Hotfix/SDK Version Dunder (#4269) @tehcoderer
- Bumping to mypy 1.0 (#4198) @jmaslek
- Feature/improve docs (#4260) @DidierRLopes
- Update SDK Docs Generation (#4262) @tehcoderer
- SDK Auto-Generation/Refactor (#3358) @tehcoderer
- Account menu improvements (#4252) @montezdesousa
- Minor fixes on login (#4234) @hjoaquim
- Feature/doc updates (#4253) @jmaslek
- Fix the stuff (#4254) @jmaslek
- Updated many images and adjusted many wrong pieces of documentation (#4251) @JerBouma
- Hotfix/algolia smth (#4244) @jose-donato
- Algolia fix (#4243) @jose-donato
62 changes: 52 additions & 10 deletions website/content/terminal/changelog/version2_5_0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,59 @@ description: Version 2.5.0
sidebar_position: 0
---

## Added

- bullet 1 add
- bullet 2
## What's new
We had quite a busy 2 weeks.
- New youtube video summarization and sentiment function using NLP. (Note this requires you to install ffmpeg on your machine).
- Support of historical endpointpoints for DataBento!
- A brand new fixed income menu
- CPI by country
- Volatility cones
- General bug fix and improvements

## Changed

- bullet 1
- bullet 2

## Fixed

- bullet 1
- bullet 2
## What's changed
- Fix issue 4316 (#4357) @Chavithra
- Fix short name (#4356) @JerBouma
- Hotfix/options screener fix (#4335) @deeleeramone
- [Feature] Automatic Video Analysis with NLP 📺 (#4323) @martinb-bb
- Updating Docs Pages and Intro Guides. (#4263) @deeleeramone
- Feature - Disable unit test on draft PR (#4342) @luqmanbello
- Introduce CPI (Consumer Price Index) functionality (#4350) @JerBouma
- Fix long/short issue and fix transform issue (#4349) @JerBouma
- Remove yfinance from news (#4332) @montezdesousa
- Clean up SDK files (#4321) @piiq
- Add fixed income text to main menu (#4345) @JerBouma
- Update functionality with FinanceDatabase v2, depreciate `stocks/sia`, fix `exe --example` and fix `stocks/fa/dcf` (#4319) @JerBouma
- Got the correct papermill (#4318) @colin99d
- Add reverse fx choices to forex load (#4333) @montezdesousa
- Add options greeks to the SDK (#4334) @northern-64bit
- Hotfix/File Exists Error on `test_directories` (#4338) @tehcoderer
- frozendict removal for build (#4330) @jmaslek
- Add fixed income menu (#4071) @northern-64bit
- Additional check for empty dataframe for `stocks load` (#4325) @hjoaquim
- Changes the default data source for crypto.load (#4324) @hjoaquim
- Make integration tests more responsive (#4329) @montezdesousa
- Patch Equity Report (#4327) @hjoaquim
- Update so that image links to website (#4328) @JerBouma
- Adding databento as a source (#4293) @jmaslek
- Add tweet news in terminal toolbar (#3757) @DidierRLopes
- Auto login on the SDK if local session is found (#4297) @hjoaquim
- User UUID to use the designated column instead (#4299) @hjoaquim
- Set query arg in economy/eval as required (#4317) @elyanah-aco
- Nightly Publish to Pypi (#4315) @luqmanbello
- Allow entering into the sources menu (#4312) @jmaslek
- Added flake8-simplify (#4227) @colin99d
- Handle `end_date` with `CCXT` source when loading crypto (#4296) @northern-64bit
- Fixes #3873 and adds generic naming to financial statements (#4142) @northern-64bit
- Display correct risk free rate in the portfolio menu help message (#4217) @northern-64bit
- Speed up pytest with xdist plugin (#4307) @jmaslek
- Hotfix for SIA menu (#4294) @jmaslek
- Hotfix/sdk-ta-docs (#4301) @tehcoderer
- Fix Unit Test (#4298) @luqmanbello
- Update api-keys.md (#4256) @shivansh2310
- fix variable name (#4289) @xinbaDev
- Fix spelling mistake in portfolio menu help message (#4291) @northern-64bit
- Fix `--help` for `stocks/candle`, `stocks/tob` and `stocks/news` (#4292) @northern-64bit
- Release/2.4.1 (#4274) @jmaslek
13 changes: 1 addition & 12 deletions website/content/terminal/changelog/version2_5_1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ description: Version 2.5.1
sidebar_position: 0
---

## Added

- bullet 1 add
- bullet 2

## Changed

- bullet 1
- bullet 2

## Fixed

- bullet 1
- bullet 2
- Docker and SDK dependency chain

0 comments on commit b13b5af

Please sign in to comment.