Added / Changed / Deprecated / Fixed / Removed / Security
Corresponds to changes in the
develop
branch since the last release
- Moved back to be part of ojAlgo. ojAlgo-finance is no longer maintained as a separate project.
- Just some minor code updates to make it compile and run with the latest version version of ojAlgo (v50.0.0)
- Just some minor code updates to make it compile and run with the latest version version of ojAlgo (v49.0.2)
- A lot of stuff related to downloading historical data stopped working. Just turned off the failing test cases.
- A coordinated data source builder DataSource.coordinated();
- Adjustements to ojAlgo v47.1
- Ability to download historical financial data from Yahoo Finance
- Ability to download historical financial data from AlphaVantage
- Ability to download historical financial data from IEX Trading
- New package org.ojalgo.finance.scalar with some finance related implementations of ojAlgo's ExactDecimal.
- Necessary changes to depend on ojAlgo v47 – in particular the removal of the BasicMatrix interface, and the fact that org.ojalgo.access was renamed/moved org.ojalgo.structure.
- All the classes in the org.ojalgo.finance.data.* packages have been refactored
- All packages beginning with biz.ojalgo have been moved/renamed org.ojalgo.*
- The various business logic interfaces had nested Logic classes. These have been removed and the methods the contained have been moved to the enclosing interface
- Removed old code to download historical financial data from Yahoo Finance
- Removed old code to download historical financial data from Google Finance
- Just to make it compatible with newer versions of ojAlgo.
- Initial release in parallel with ojAlgo v44. Prior to the release of ojAlgo v44 ojAlgo-finance was an integral part of ojAlgo.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.