Skip to content

Commit

Permalink
[Examples] Remove stock model, v0.7.0 (#90)
Browse files Browse the repository at this point in the history
* [Examples] Remove stock model, v0.7.0

* [Examples] Remove yfinance dependency
  • Loading branch information
kaiserls authored Nov 3, 2023
1 parent 49f9bf8 commit 6d59007
Show file tree
Hide file tree
Showing 13 changed files with 105 additions and 21,849 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ All notable changes to this project will be documented in this file.

### Fixed

## [0.7.0] - 2023-11-03

Breaking changes: The stock model is removed from the available example models! You can copy the model code and the data files from a previous version and import it as custom model, if you need it.

### Changed

- Removed the stock model, because it does not fulfill the requirements for the EPI method
- Minor dependency updates

## [0.6.1] - 2023-11-02

### Added
Expand Down
4 changes: 0 additions & 4 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,17 @@ a sbml model; and a problem defined through external C++ code.
:maxdepth: 1

1D-Temperature Model <examples/temperature_example>
High-Dimensional Stock Data <examples/stock_example>
Corona ODE Model <examples/corona_example>
SBML Model <examples/sbml_example>
External C++ Model <examples/cpp_example>

.. * :ref:`1D-Temperature model from the tutorial<Temperature Model>`
.. * :ref:`High-Dimensional Stock Data<stock_data Model>`
.. * :ref:`Corona ODE Model<Corona ODE Model>`
.. * :ref:`SBML Model<SBML Model>`
.. * :ref:`External C++ Model<C++ Model>`
.. .. include:: examples/temperature_example.rst
.. .. include:: examples/stock_example.rst
.. .. include:: examples/corona_example.rst
.. .. include:: examples/sbml_example.rst
Expand Down
17 changes: 0 additions & 17 deletions docs/source/examples/stock_example.rst

This file was deleted.

Loading

0 comments on commit 6d59007

Please sign in to comment.