Skip to content

v1.1.5 #106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 006c790b90ac61b016e26dc07eb100de
config: 5c48b40449d1435becad2c6f88221767
tags: 645f666f9bcd5a90fca523b33c5a78b7
36 changes: 18 additions & 18 deletions docs/build/html/_static/pygments.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
.highlight .hll { background-color: #ffffcc }
.highlight { background: #f8f8f8; }
.highlight .c { color: #3D7B7B; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .err { border: 1px solid #F00 } /* Error */
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .o { color: #666 } /* Operator */
.highlight .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #9C6500 } /* Comment.Preproc */
Expand All @@ -25,34 +25,34 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0044DD } /* Generic.Traceback */
.highlight .gt { color: #04D } /* Generic.Traceback */
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #B00040 } /* Keyword.Type */
.highlight .m { color: #666666 } /* Literal.Number */
.highlight .m { color: #666 } /* Literal.Number */
.highlight .s { color: #BA2121 } /* Literal.String */
.highlight .na { color: #687822 } /* Name.Attribute */
.highlight .nb { color: #008000 } /* Name.Builtin */
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.highlight .no { color: #880000 } /* Name.Constant */
.highlight .nd { color: #AA22FF } /* Name.Decorator */
.highlight .nc { color: #00F; font-weight: bold } /* Name.Class */
.highlight .no { color: #800 } /* Name.Constant */
.highlight .nd { color: #A2F } /* Name.Decorator */
.highlight .ni { color: #717171; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0000FF } /* Name.Function */
.highlight .nf { color: #00F } /* Name.Function */
.highlight .nl { color: #767600 } /* Name.Label */
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight .nn { color: #00F; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #19177C } /* Name.Variable */
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #666666 } /* Literal.Number.Bin */
.highlight .mf { color: #666666 } /* Literal.Number.Float */
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
.highlight .ow { color: #A2F; font-weight: bold } /* Operator.Word */
.highlight .w { color: #BBB } /* Text.Whitespace */
.highlight .mb { color: #666 } /* Literal.Number.Bin */
.highlight .mf { color: #666 } /* Literal.Number.Float */
.highlight .mh { color: #666 } /* Literal.Number.Hex */
.highlight .mi { color: #666 } /* Literal.Number.Integer */
.highlight .mo { color: #666 } /* Literal.Number.Oct */
.highlight .sa { color: #BA2121 } /* Literal.String.Affix */
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
Expand All @@ -67,9 +67,9 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0000FF } /* Name.Function.Magic */
.highlight .fm { color: #00F } /* Name.Function.Magic */
.highlight .vc { color: #19177C } /* Name.Variable.Class */
.highlight .vg { color: #19177C } /* Name.Variable.Global */
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
.highlight .vm { color: #19177C } /* Name.Variable.Magic */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
.highlight .il { color: #666 } /* Literal.Number.Integer.Long */
6 changes: 3 additions & 3 deletions docs/build/html/contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contributing &mdash; fortitudo.tech documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="_static/default.css?v=dc0e44f8" />

Expand Down Expand Up @@ -38,7 +38,7 @@
fortitudo.tech
</a>
<div class="version">
v1.1.4
v1.1.5
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -122,7 +122,7 @@ <h1>Contributing<a class="headerlink" href="#contributing" title="Link to this h
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021-2024, Fortitudo Technologies.</p>
<p>&#169; Copyright 2021-2025, Fortitudo Technologies.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
8 changes: 4 additions & 4 deletions docs/build/html/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Documentation &mdash; fortitudo.tech documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="_static/default.css?v=dc0e44f8" />

Expand Down Expand Up @@ -39,7 +39,7 @@
fortitudo.tech
</a>
<div class="version">
v1.1.4
v1.1.5
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -633,7 +633,7 @@ <h2>Portfolio Optimization<a class="headerlink" href="#portfolio-optimization" t
These can be adjusted directly following the instructions given in the link.</p>
<p>For the CVaR risk measure, control parameters can be set globally using the
cvar_options dictionary, e.g.,</p>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">fortitudo.tech</span> <span class="k">as</span> <span class="nn">ft</span>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span><span class="w"> </span><span class="nn">fortitudo.tech</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="nn">ft</span>
<span class="n">ft</span><span class="o">.</span><span class="n">cvar_options</span><span class="p">[</span><span class="s1">&#39;demean&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="kc">False</span>
<span class="n">ft</span><span class="o">.</span><span class="n">cvar_options</span><span class="p">[</span><span class="s1">&#39;R_scalar&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="mi">10000</span>
</pre></div>
Expand Down Expand Up @@ -728,7 +728,7 @@ <h2>Simulation<a class="headerlink" href="#simulation" title="Link to this headi
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021-2024, Fortitudo Technologies.</p>
<p>&#169; Copyright 2021-2025, Fortitudo Technologies.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions docs/build/html/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples &mdash; fortitudo.tech documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="_static/default.css?v=dc0e44f8" />

Expand Down Expand Up @@ -39,7 +39,7 @@
fortitudo.tech
</a>
<div class="version">
v1.1.4
v1.1.5
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -141,7 +141,7 @@ <h1>Examples<a class="headerlink" href="#examples" title="Link to this heading">
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021-2024, Fortitudo Technologies.</p>
<p>&#169; Copyright 2021-2025, Fortitudo Technologies.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions docs/build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &mdash; fortitudo.tech documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="_static/default.css?v=dc0e44f8" />

Expand Down Expand Up @@ -35,7 +35,7 @@
fortitudo.tech
</a>
<div class="version">
v1.1.4
v1.1.5
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -268,7 +268,7 @@ <h2 id="S">S</h2>
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021-2024, Fortitudo Technologies.</p>
<p>&#169; Copyright 2021-2025, Fortitudo Technologies.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions docs/build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Fortitudo Technologies Open Source &mdash; fortitudo.tech documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="_static/default.css?v=dc0e44f8" />

Expand Down Expand Up @@ -38,7 +38,7 @@
fortitudo.tech
</a>
<div class="version">
v1.1.4
v1.1.5
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -132,7 +132,7 @@ <h2>Code of Conduct<a class="headerlink" href="#code-of-conduct" title="Link to
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021-2024, Fortitudo Technologies.</p>
<p>&#169; Copyright 2021-2025, Fortitudo Technologies.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions docs/build/html/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Installation Instructions &mdash; fortitudo.tech documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="_static/default.css?v=dc0e44f8" />

Expand Down Expand Up @@ -38,7 +38,7 @@
fortitudo.tech
</a>
<div class="version">
v1.1.4
v1.1.5
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -115,7 +115,7 @@ <h1>Installation Instructions<a class="headerlink" href="#installation-instructi
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021-2024, Fortitudo Technologies.</p>
<p>&#169; Copyright 2021-2025, Fortitudo Technologies.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/objects.inv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sphinx inventory version 2
# Project: fortitudo.tech
# Version: v1.1.4
# Version: v1.1.5
# The remainder of this file is compressed using zlib.
xÚµ–MoÛ0 †ïþ¶kŒõÚk·;+Ú¡W‘éD¨,
”Ü%ûõ££8QÖ`¶w‹©÷}Дì–8ÙÔ7T'4Ûº*ìo;jz‡êƒjÈôúɒ¯·©sïòÚê½ZUí[w퀡ÄZÛ{3øÕÍ5ÞïAÞÍ$°/º“hv2Év¨#²Å¤à(éWr:ö,iá$’˜Â^"gýfzË~]ÿsr£!NO넨1£;˜t‰ín^N|¶à.ÃÃ] i¥ Fó2»fu…VŠOÚH¢‹Áe‘›ÉжëǦÒ`œv (ȑ´?¢éÃVRê{÷ Î8ˆqR2'Lmk³n™|²xhƒÜ[jCŸZ³ûùx<¨ÀˆúOU¸‚Ÿ[ ÈÀšs§^rjÎé›<äNV¿7K BŸæ$v>ÄÓkuf ©nЀ¼|˜ÖqfJµ'îÀé3Uú`×G52£l×}æ ¦æVtju£ÊøA­îŠHuA+}o·QËP…;肓ϊÂ4ƲþÓñ©Ú ·¾ÁÝAê`nÑ,þ2ü¬Î²#±P|릾IÝ<9Ú _5_zõD=»¼Ñœ{ógÊø¸]¡¸Ï÷|%¿’lدƅ ¸Ï³“Ó.Vÿ`{ØËùö—nÆåR¸¨å9š§ç*"°Ù^î”cYú”×`ƒÕOQr&Œ
Expand Down
6 changes: 3 additions & 3 deletions docs/build/html/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Python Module Index &mdash; fortitudo.tech documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="_static/default.css?v=dc0e44f8" />

Expand Down Expand Up @@ -38,7 +38,7 @@
fortitudo.tech
</a>
<div class="version">
v1.1.4
v1.1.5
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -136,7 +136,7 @@ <h1>Python Module Index</h1>
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021-2024, Fortitudo Technologies.</p>
<p>&#169; Copyright 2021-2025, Fortitudo Technologies.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions docs/build/html/references.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>References &mdash; fortitudo.tech documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="_static/default.css?v=dc0e44f8" />

Expand Down Expand Up @@ -37,7 +37,7 @@
fortitudo.tech
</a>
<div class="version">
v1.1.4
v1.1.5
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -132,7 +132,7 @@ <h1>References<a class="headerlink" href="#references" title="Link to this headi
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021-2024, Fortitudo Technologies.</p>
<p>&#169; Copyright 2021-2025, Fortitudo Technologies.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions docs/build/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Search &mdash; fortitudo.tech documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="_static/default.css?v=dc0e44f8" />

Expand Down Expand Up @@ -38,7 +38,7 @@
fortitudo.tech
</a>
<div class="version">
v1.1.4
v1.1.5
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="#" method="get">
Expand Down Expand Up @@ -99,7 +99,7 @@
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021-2024, Fortitudo Technologies.</p>
<p>&#169; Copyright 2021-2025, Fortitudo Technologies.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# fortitudo.tech - Novel Investment Technologies.
# Copyright (C) 2021-2024 Fortitudo Technologies.
# Copyright (C) 2021-2025 Fortitudo Technologies.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -34,11 +34,11 @@
# -- Project information -----------------------------------------------------

project = 'fortitudo.tech'
copyright = '2021-2024, Fortitudo Technologies'
copyright = '2021-2025, Fortitudo Technologies'
author = 'Fortitudo Technologies'

# The full version, including alpha/beta/rc tags
version = 'v1.1.4'
version = 'v1.1.5'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion examples/10_DerivPortOpt_ParamUncertainty.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@
"outputs": [],
"source": [
"# fortitudo.tech - Novel Investment Technologies.\n",
"# Copyright (C) 2021-2024 Fortitudo Technologies.\n",
"# Copyright (C) 2021-2025 Fortitudo Technologies.\n",
"\n",
"# This program is free software: you can redistribute it and/or modify\n",
"# it under the terms of the GNU General Public License as published by\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/1_MeanCVaR_EntropyPooling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@
"outputs": [],
"source": [
"# fortitudo.tech - Novel Investment Technologies.\n",
"# Copyright (C) 2021-2024 Fortitudo Technologies.\n",
"# Copyright (C) 2021-2025 Fortitudo Technologies.\n",
"\n",
"# This program is free software: you can redistribute it and/or modify\n",
"# it under the terms of the GNU General Public License as published by\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/2_EntropyPooling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@
"outputs": [],
"source": [
"# fortitudo.tech - Novel Investment Technologies.\n",
"# Copyright (C) 2021-2024 Fortitudo Technologies.\n",
"# Copyright (C) 2021-2025 Fortitudo Technologies.\n",
"\n",
"# This program is free software: you can redistribute it and/or modify\n",
"# it under the terms of the GNU General Public License as published by\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/2_SequentialEntropyPooling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@
"outputs": [],
"source": [
"# fortitudo.tech - Novel Investment Technologies.\n",
"# Copyright (C) 2021-2024 Fortitudo Technologies.\n",
"# Copyright (C) 2021-2025 Fortitudo Technologies.\n",
"\n",
"# This program is free software: you can redistribute it and/or modify\n",
"# it under the terms of the GNU General Public License as published by\n",
Expand Down
Loading
Loading