Skip to content

Commit

Permalink
v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed Apr 9, 2024
1 parent 38e96fa commit 766df58
Show file tree
Hide file tree
Showing 64 changed files with 269 additions and 282 deletions.
Binary file modified .devel/sphinx/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified .devel/sphinx/_build/doctrees/news.doctree
Binary file not shown.
Binary file modified .devel/sphinx/_build/doctrees/rapi/strptime.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion .devel/sphinx/_build/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '0.2.7',
VERSION: '0.2.8',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
6 changes: 3 additions & 3 deletions .devel/sphinx/_build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<a class="sidebar-brand" href="index.html">stringx</a>
</span>
<div class="sidebar-brand">
0.2.7
0.2.8
</div>
<form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -264,7 +264,7 @@ <h1 id="index">Index</h1>
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2024-04-05T12:14:53+0200.
Last updated on 2024-04-09T10:08:14+0200.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand All @@ -279,7 +279,7 @@ <h1 id="index">Index</h1>

</aside>
</div>
</div><script src="_static/documentation_options.js?v=58050c01"></script>
</div><script src="_static/documentation_options.js?v=b01fafc3"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
6 changes: 3 additions & 3 deletions .devel/sphinx/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<a class="sidebar-brand" href="#">stringx</a>
</span>
<div class="sidebar-brand">
0.2.7
0.2.8
</div>
<form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -391,7 +391,7 @@ <h1>stringx: Replacements for base R string functions powered by stringi<a class
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2024-04-05T12:14:53+0200.
Last updated on 2024-04-09T10:08:14+0200.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down Expand Up @@ -424,7 +424,7 @@ <h1>stringx: Replacements for base R string functions powered by stringi<a class

</aside>
</div>
</div><script src="_static/documentation_options.js?v=58050c01"></script>
</div><script src="_static/documentation_options.js?v=b01fafc3"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
78 changes: 38 additions & 40 deletions .devel/sphinx/_build/html/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<a class="sidebar-brand" href="index.html">stringx</a>
</span>
<div class="sidebar-brand">
0.2.7
0.2.8
</div>
<form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -260,45 +260,42 @@ <h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading
see <a class="reference external" href="https://github.com/gagolews/stringx/issues">https://github.com/gagolews/stringx/issues</a>.</p>
</div></blockquote>
<section id="id1">
<h2>0.2.7 (2024-04-05)<a class="headerlink" href="#id1" title="Link to this heading">#</a></h2>
<h2>0.2.8 (2024-04-09)<a class="headerlink" href="#id1" title="Link to this heading">#</a></h2>
</section>
<section id="id2">
<h2>0.2.7 (2024-04-05)<a class="headerlink" href="#id2" title="Link to this heading">#</a></h2>
<ul class="simple">
<li><p>[BUGFIX] Fixed failing checks/tests due to some updates in R.</p></li>
</ul>
</section>
<section id="id2">
<h2>0.2.6 (2023-11-30)<a class="headerlink" href="#id2" title="Link to this heading">#</a></h2>
<section id="id3">
<h2>0.2.6 (2023-11-30)<a class="headerlink" href="#id3" title="Link to this heading">#</a></h2>
<ul class="simple">
<li><p>[BACKWARD INCOMPATIBILITY] <code class="docutils literal notranslate"><span class="pre">strptime</span></code> fills missing fields based
on today’s midnight, due to a change in <em>stringi</em>-1.8.1.</p></li>
<li><p>[BUGFIX] #13: Subtracting of objects of class <code class="docutils literal notranslate"><span class="pre">POSIXxt</span></code> resulted in an error.</p></li>
</ul>
</section>
<section id="id3">
<h2>0.2.5 (2023-05-21)<a class="headerlink" href="#id3" title="Link to this heading">#</a></h2>
<ul class="simple">
<li><p>[BUGFIX] Fixed failing checks/tests due to some updates in R.</p></li>
</ul>
</section>
<section id="id4">
<h2>0.2.4 (2022-10-27)<a class="headerlink" href="#id4" title="Link to this heading">#</a></h2>
<ul class="simple">
<li><p>[BUGFIX] Fixed failing checks/tests due to some updates in R.</p></li>
</ul>
<h2>0.2.5 (2023-05-21)<a class="headerlink" href="#id4" title="Link to this heading">#</a></h2>
</section>
<section id="id5">
<h2>0.2.3 (2022-10-13)<a class="headerlink" href="#id5" title="Link to this heading">#</a></h2>
<h2>0.2.4 (2022-10-27)<a class="headerlink" href="#id5" title="Link to this heading">#</a></h2>
</section>
<section id="id6">
<h2>0.2.3 (2022-10-13)<a class="headerlink" href="#id6" title="Link to this heading">#</a></h2>
<ul class="simple">
<li><p>[BUGFIX] Fixed failing checks/tests due to some updates in R.</p></li>
</ul>
</section>
<section id="id6">
<h2>0.2.2 (2021-09-03)<a class="headerlink" href="#id6" title="Link to this heading">#</a></h2>
<section id="id7">
<h2>0.2.2 (2021-09-03)<a class="headerlink" href="#id7" title="Link to this heading">#</a></h2>
<ul class="simple">
<li><p>[DOCUMENTATION] ICU Project site has been moved to <a class="reference external" href="https://icu.unicode.org/">https://icu.unicode.org/</a>.</p></li>
</ul>
</section>
<section id="id7">
<h2>0.2.1 (2021-08-27)<a class="headerlink" href="#id7" title="Link to this heading">#</a></h2>
<section id="id8">
<h2>0.2.1 (2021-08-27)<a class="headerlink" href="#id8" title="Link to this heading">#</a></h2>
<ul class="simple">
<li><p>[BACKWARD INCOMPATIBILITY, BUGFIX] #7: Dates without times are now always
treated as being at midnight in the local (default) time zone.</p></li>
Expand All @@ -312,21 +309,21 @@ <h2>0.2.1 (2021-08-27)<a class="headerlink" href="#id7" title="Link to this head
<code class="docutils literal notranslate"><span class="pre">c.POSIXxt</span></code>, <code class="docutils literal notranslate"><span class="pre">rep.POSIXxt</span></code>, <code class="docutils literal notranslate"><span class="pre">seq.POSIXxt</span></code>.</p></li>
</ul>
</section>
<section id="id8">
<h2>0.1.3 (2021-08-05)<a class="headerlink" href="#id8" title="Link to this heading">#</a></h2>
<section id="id9">
<h2>0.1.3 (2021-08-05)<a class="headerlink" href="#id9" title="Link to this heading">#</a></h2>
<ul class="simple">
<li><p>[BUGFIX] #4: Fixed failing check with ICU 55.</p></li>
<li><p>[BUGFIX] #5: Fixed failing check under POSIX/C locale.</p></li>
</ul>
</section>
<section id="id9">
<h2>0.1.2 (2021-07-27)<a class="headerlink" href="#id9" title="Link to this heading">#</a></h2>
<section id="id10">
<h2>0.1.2 (2021-07-27)<a class="headerlink" href="#id10" title="Link to this heading">#</a></h2>
<ul class="simple">
<li><p>First <a class="reference external" href="https://cran.r-project.org/package=stringx">CRAN</a> release.</p></li>
</ul>
</section>
<section id="id10">
<h2>0.1.1 (2021-07-15)<a class="headerlink" href="#id10" title="Link to this heading">#</a></h2>
<section id="id11">
<h2>0.1.1 (2021-07-15)<a class="headerlink" href="#id11" title="Link to this heading">#</a></h2>
<ul class="simple">
<li><p>[GENERAL] <a class="reference external" href="https://stringx.gagolewski.com/">On-line manual</a> is now available.</p></li>
<li><p>[GENERAL] Using <a class="reference external" href="https://realtest.gagolewski.com/"><em>realtest</em></a>
Expand Down Expand Up @@ -368,8 +365,8 @@ <h2>0.1.1 (2021-07-15)<a class="headerlink" href="#id10" title="Link to this hea
<code class="docutils literal notranslate"><span class="pre">regexec</span></code>, <code class="docutils literal notranslate"><span class="pre">gregexec</span></code>.</p></li>
</ul>
</section>
<section id="id11">
<h2>0.0.0 (2021-05-07)<a class="headerlink" href="#id11" title="Link to this heading">#</a></h2>
<section id="id12">
<h2>0.0.0 (2021-05-07)<a class="headerlink" href="#id12" title="Link to this heading">#</a></h2>
<ul class="simple">
<li><p>The <em>stringx</em> project has been started.</p></li>
</ul>
Expand Down Expand Up @@ -403,7 +400,7 @@ <h2>0.0.0 (2021-05-07)<a class="headerlink" href="#id11" title="Link to this hea
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2024-04-05T12:14:53+0200.
Last updated on 2024-04-09T10:08:14+0200.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand All @@ -425,17 +422,18 @@ <h2>0.0.0 (2021-05-07)<a class="headerlink" href="#id11" title="Link to this hea
<div class="toc-tree">
<ul>
<li><a class="reference internal" href="#">Changelog</a><ul>
<li><a class="reference internal" href="#id1">0.2.7 (2024-04-05)</a></li>
<li><a class="reference internal" href="#id2">0.2.6 (2023-11-30)</a></li>
<li><a class="reference internal" href="#id3">0.2.5 (2023-05-21)</a></li>
<li><a class="reference internal" href="#id4">0.2.4 (2022-10-27)</a></li>
<li><a class="reference internal" href="#id5">0.2.3 (2022-10-13)</a></li>
<li><a class="reference internal" href="#id6">0.2.2 (2021-09-03)</a></li>
<li><a class="reference internal" href="#id7">0.2.1 (2021-08-27)</a></li>
<li><a class="reference internal" href="#id8">0.1.3 (2021-08-05)</a></li>
<li><a class="reference internal" href="#id9">0.1.2 (2021-07-27)</a></li>
<li><a class="reference internal" href="#id10">0.1.1 (2021-07-15)</a></li>
<li><a class="reference internal" href="#id11">0.0.0 (2021-05-07)</a></li>
<li><a class="reference internal" href="#id1">0.2.8 (2024-04-09)</a></li>
<li><a class="reference internal" href="#id2">0.2.7 (2024-04-05)</a></li>
<li><a class="reference internal" href="#id3">0.2.6 (2023-11-30)</a></li>
<li><a class="reference internal" href="#id4">0.2.5 (2023-05-21)</a></li>
<li><a class="reference internal" href="#id5">0.2.4 (2022-10-27)</a></li>
<li><a class="reference internal" href="#id6">0.2.3 (2022-10-13)</a></li>
<li><a class="reference internal" href="#id7">0.2.2 (2021-09-03)</a></li>
<li><a class="reference internal" href="#id8">0.2.1 (2021-08-27)</a></li>
<li><a class="reference internal" href="#id9">0.1.3 (2021-08-05)</a></li>
<li><a class="reference internal" href="#id10">0.1.2 (2021-07-27)</a></li>
<li><a class="reference internal" href="#id11">0.1.1 (2021-07-15)</a></li>
<li><a class="reference internal" href="#id12">0.0.0 (2021-05-07)</a></li>
</ul>
</li>
</ul>
Expand All @@ -447,7 +445,7 @@ <h2>0.0.0 (2021-05-07)<a class="headerlink" href="#id11" title="Link to this hea

</aside>
</div>
</div><script src="_static/documentation_options.js?v=58050c01"></script>
</div><script src="_static/documentation_options.js?v=b01fafc3"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
6 changes: 3 additions & 3 deletions .devel/sphinx/_build/html/rapi.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<a class="sidebar-brand" href="index.html">stringx</a>
</span>
<div class="sidebar-brand">
0.2.7
0.2.8
</div>
<form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -298,7 +298,7 @@ <h1>R Package <em>stringx</em> Reference<a class="headerlink" href="#r-package-s
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2024-04-05T12:14:53+0200.
Last updated on 2024-04-09T10:08:14+0200.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand All @@ -313,7 +313,7 @@ <h1>R Package <em>stringx</em> Reference<a class="headerlink" href="#r-package-s

</aside>
</div>
</div><script src="_static/documentation_options.js?v=58050c01"></script>
</div><script src="_static/documentation_options.js?v=b01fafc3"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
6 changes: 3 additions & 3 deletions .devel/sphinx/_build/html/rapi/ISOdatetime.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<a class="sidebar-brand" href="../index.html">stringx</a>
</span>
<div class="sidebar-brand">
0.2.7
0.2.8
</div>
<form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -382,7 +382,7 @@ <h2>Examples<a class="headerlink" href="#examples" title="Link to this heading">
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2024-04-05T12:14:53+0200.
Last updated on 2024-04-09T10:08:14+0200.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down Expand Up @@ -423,7 +423,7 @@ <h2>Examples<a class="headerlink" href="#examples" title="Link to this heading">

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=58050c01"></script>
</div><script src="../_static/documentation_options.js?v=b01fafc3"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
6 changes: 3 additions & 3 deletions .devel/sphinx/_build/html/rapi/about_stringx.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<a class="sidebar-brand" href="../index.html">stringx</a>
</span>
<div class="sidebar-brand">
0.2.7
0.2.8
</div>
<form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -311,7 +311,7 @@ <h2>See Also<a class="headerlink" href="#see-also" title="Link to this heading">
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2024-04-05T12:14:53+0200.
Last updated on 2024-04-09T10:08:14+0200.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down Expand Up @@ -348,7 +348,7 @@ <h2>See Also<a class="headerlink" href="#see-also" title="Link to this heading">

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=58050c01"></script>
</div><script src="../_static/documentation_options.js?v=b01fafc3"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
6 changes: 3 additions & 3 deletions .devel/sphinx/_build/html/rapi/chartr.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<a class="sidebar-brand" href="../index.html">stringx</a>
</span>
<div class="sidebar-brand">
0.2.7
0.2.8
</div>
<form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -397,7 +397,7 @@ <h2>Examples<a class="headerlink" href="#examples" title="Link to this heading">
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2024-04-05T12:14:53+0200.
Last updated on 2024-04-09T10:08:14+0200.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down Expand Up @@ -439,7 +439,7 @@ <h2>Examples<a class="headerlink" href="#examples" title="Link to this heading">

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=58050c01"></script>
</div><script src="../_static/documentation_options.js?v=b01fafc3"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
6 changes: 3 additions & 3 deletions .devel/sphinx/_build/html/rapi/constants.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<a class="sidebar-brand" href="../index.html">stringx</a>
</span>
<div class="sidebar-brand">
0.2.7
0.2.8
</div>
<form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -386,7 +386,7 @@ <h2>Examples<a class="headerlink" href="#examples" title="Link to this heading">
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2024-04-05T12:14:53+0200.
Last updated on 2024-04-09T10:08:14+0200.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down Expand Up @@ -425,7 +425,7 @@ <h2>Examples<a class="headerlink" href="#examples" title="Link to this heading">

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=58050c01"></script>
</div><script src="../_static/documentation_options.js?v=b01fafc3"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
Loading

0 comments on commit 766df58

Please sign in to comment.