Skip to content

Commit

Permalink
v0.10.1 (#57)
Browse files Browse the repository at this point in the history
* Docs / README installation instructions update

* Poetry update

* Binder environment update

* Added downloads badge

* Updated downloads badge

* Docs / README update
  • Loading branch information
antonvorobets authored May 22, 2023
1 parent 5277a9b commit 0a6373c
Show file tree
Hide file tree
Showing 25 changed files with 216 additions and 209 deletions.
12 changes: 7 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
.. image:: https://codecov.io/gh/fortitudo-tech/fortitudo.tech/branch/main/graph/badge.svg?token=Z16XK92Gkl
:target: https://codecov.io/gh/fortitudo-tech/fortitudo.tech

.. image:: https://static.pepy.tech/personalized-badge/fortitudo-tech?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Downloads
:target: https://pepy.tech/project/fortitudo-tech

.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/fortitudo-tech/fortitudo.tech/main?labpath=examples

Expand All @@ -18,9 +21,9 @@ portfolio constraints and Entropy Pooling views using matrices and vectors.
This gives full flexibility in relation to working with these technologies.
Hence, input checking is intentionally kept to a minimum.

Fortitudo Technologies is a fintech company offering novel investment software
as well as quantitative and digitalization consultancy to the investment management
industry. For more information, please visit our `website <https://fortitudo.tech>`_.
Fortitudo Technologies offers novel investment software as well as quantitative and
digitalization consultancy to the investment management industry. For more information,
please visit our `website <https://fortitudo.tech>`_.

Installation Instructions
-------------------------
Expand All @@ -34,9 +37,8 @@ For best performance, we recommend that you install the package in a `conda envi
and let conda handle the installation of dependencies before installing the
package using pip. You can do this by following these steps::

conda create -n fortitudo.tech python=3.10 scipy pandas matplotlib -y
conda create -n fortitudo.tech -c conda-forge python=3.11 scipy pandas=1.5 matplotlib cvxopt
conda activate fortitudo.tech
conda install -c conda-forge cvxopt=1.3 -y
pip install fortitudo.tech

The examples might require you to install additional packages, e.g., seaborn and
Expand Down
Binary file modified docs/build/doctrees/documentation.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/installation.doctree
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ portfolio constraints and Entropy Pooling views using matrices and vectors.
This gives full flexibility in relation to working with these technologies.
Hence, input checking is intentionally kept to a minimum.

Fortitudo Technologies is a fintech company offering novel investment software
as well as quantitative and digitalization consultancy to the investment management
industry. For more information, please visit our `website <https://fortitudo.tech>`_.
Fortitudo Technologies offers novel investment software as well as quantitative and
digitalization consultancy to the investment management industry. For more information,
please visit our `website <https://fortitudo.tech>`_.

Disclaimer
----------
Expand Down
3 changes: 1 addition & 2 deletions docs/build/html/_sources/installation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ For best performance, we recommend that you install the package in a `conda envi
and let conda handle the installation of dependencies before installing the
package using pip. You can do this by following these steps::

conda create -n fortitudo.tech python=3.10 scipy pandas matplotlib -y
conda create -n fortitudo.tech -c conda-forge python=3.11 scipy pandas=1.5 matplotlib cvxopt
conda activate fortitudo.tech
conda install -c conda-forge cvxopt=1.3 -y
pip install fortitudo.tech

The examples might require you to install additional packages, e.g., seaborn and
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
fortitudo.tech
</a>
<div class="version">
v0.10
v0.10.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
62 changes: 31 additions & 31 deletions docs/build/html/documentation.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/build/html/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
fortitudo.tech
</a>
<div class="version">
v0.10
v0.10.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
fortitudo.tech
</a>
<div class="version">
v0.10
v0.10.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
8 changes: 4 additions & 4 deletions docs/build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
fortitudo.tech
</a>
<div class="version">
v0.10
v0.10.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -84,9 +84,9 @@ <h1>Fortitudo Technologies Open Source<a class="headerlink" href="#fortitudo-tec
portfolio constraints and Entropy Pooling views using matrices and vectors.
This gives full flexibility in relation to working with these technologies.
Hence, input checking is intentionally kept to a minimum.</p>
<p>Fortitudo Technologies is a fintech company offering novel investment software
as well as quantitative and digitalization consultancy to the investment management
industry. For more information, please visit our <a class="reference external" href="https://fortitudo.tech">website</a>.</p>
<p>Fortitudo Technologies offers novel investment software as well as quantitative and
digitalization consultancy to the investment management industry. For more information,
please visit our <a class="reference external" href="https://fortitudo.tech">website</a>.</p>
<section id="disclaimer">
<h2>Disclaimer<a class="headerlink" href="#disclaimer" title="Permalink to this heading"></a></h2>
<p>This package is completely separate from our proprietary solutions and therefore
Expand Down
5 changes: 2 additions & 3 deletions docs/build/html/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
fortitudo.tech
</a>
<div class="version">
v0.10
v0.10.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -86,9 +86,8 @@ <h1>Installation Instructions<a class="headerlink" href="#installation-instructi
<p>For best performance, we recommend that you install the package in a <a class="reference external" href="https://conda.io/projects/conda/en/latest/user-guide/concepts/environments.html">conda environment</a>
and let conda handle the installation of dependencies before installing the
package using pip. You can do this by following these steps:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">create</span> <span class="o">-</span><span class="n">n</span> <span class="n">fortitudo</span><span class="o">.</span><span class="n">tech</span> <span class="n">python</span><span class="o">=</span><span class="mf">3.10</span> <span class="n">scipy</span> <span class="n">pandas</span> <span class="n">matplotlib</span> <span class="o">-</span><span class="n">y</span>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">create</span> <span class="o">-</span><span class="n">n</span> <span class="n">fortitudo</span><span class="o">.</span><span class="n">tech</span> <span class="o">-</span><span class="n">c</span> <span class="n">conda</span><span class="o">-</span><span class="n">forge</span> <span class="n">python</span><span class="o">=</span><span class="mf">3.11</span> <span class="n">scipy</span> <span class="n">pandas</span><span class="o">=</span><span class="mf">1.5</span> <span class="n">matplotlib</span> <span class="n">cvxopt</span>
<span class="n">conda</span> <span class="n">activate</span> <span class="n">fortitudo</span><span class="o">.</span><span class="n">tech</span>
<span class="n">conda</span> <span class="n">install</span> <span class="o">-</span><span class="n">c</span> <span class="n">conda</span><span class="o">-</span><span class="n">forge</span> <span class="n">cvxopt</span><span class="o">=</span><span class="mf">1.3</span> <span class="o">-</span><span class="n">y</span>
<span class="n">pip</span> <span class="n">install</span> <span class="n">fortitudo</span><span class="o">.</span><span class="n">tech</span>
</pre></div>
</div>
Expand Down
Binary file modified docs/build/html/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
fortitudo.tech
</a>
<div class="version">
v0.10
v0.10.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/references.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
fortitudo.tech
</a>
<div class="version">
v0.10
v0.10.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
fortitudo.tech
</a>
<div class="version">
v0.10
v0.10.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="#" method="get">
Expand Down
Loading

0 comments on commit 0a6373c

Please sign in to comment.