Skip to content

Commit

Permalink
Forgot to update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Dec 23, 2022
1 parent c03e2f0 commit 7ef4797
Show file tree
Hide file tree
Showing 147 changed files with 26,013 additions and 3,377 deletions.
2 changes: 1 addition & 1 deletion .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: 254a5c1d52ba790a91664724372188e4
config: 2d43c1f82fcb0b5b080ccbe82c1a6df5
tags: 645f666f9bcd5a90fca523b33c5a78b7
180 changes: 141 additions & 39 deletions FAQ.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,43 @@


<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
<meta charset="utf-8">
<meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>FAQ &mdash; PyTables 3.8.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/graphviz.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->








<script type="text/javascript" src="_static/js/modernizr.min.js"></script>


<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/sphinx_highlight.js"></script>
<script src="_static/js/theme.js"></script>

<script type="text/javascript" src="_static/js/theme.js"></script>




<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/graphviz.css" type="text/css" />
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Other Material" href="other_material.html" />
Expand All @@ -37,25 +56,54 @@

</head>

<body class="wy-body-for-nav">
<body class="wy-body-for-nav">


<div class="wy-grid-for-nav">

<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >



<a href="index.html">




<img src="_static/logo-pytables-small.png" class="logo" alt="Logo"/>

</a>




<div class="version">
3.8.0
</div>




<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">


</div>

<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">






<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="usersguide/index.html">User’s Guide</a></li>
<li class="toctree-l1"><a class="reference internal" href="cookbook/index.html">Cookbook</a></li>
Expand Down Expand Up @@ -110,30 +158,68 @@
<li class="toctree-l1"><a class="reference internal" href="dev_team.html">Development Team</a></li>
</ul>



</div>
</div>
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">


<nav class="wy-nav-top" aria-label="top navigation">

<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">PyTables</a>

</nav>


<div class="wy-nav-content">

<div class="rst-content">
<div role="navigation" aria-label="Page navigation">

















<div role="navigation" aria-label="breadcrumbs navigation">

<ul class="wy-breadcrumbs">
<li><a href="index.html" class="icon icon-home"></a></li>
<li class="breadcrumb-item active">FAQ</li>

<li><a href="index.html">Docs</a> &raquo;</li>

<li>FAQ</li>


<li class="wy-breadcrumbs-aside">


<a href="_sources/FAQ.rst.txt" rel="nofollow"> View page source</a>


</li>

</ul>


<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<section id="faq">
<h1>FAQ<a class="headerlink" href="#faq" title="Permalink to this heading"></a></h1>
<section id="general-questions">
Expand Down Expand Up @@ -280,7 +366,7 @@ <h3>Can PyTables be used in concurrent access scenarios?<a class="headerlink" hr
<li><p>Using <code class="xref py py-class docutils literal notranslate"><span class="pre">multiprocessing.Pipe</span></code> from the Python standard library.</p></li>
<li><p>Using a memory mapped file that is shared between two processes. The NumPy
array associated with the file is passed as the <em>out</em> argument to the
<code class="xref py py-meth docutils literal notranslate"><span class="pre">tables.Array.read()</span></code> method.</p></li>
<a class="reference internal" href="usersguide/libref/homogenous_storage.html#tables.Array.read" title="tables.Array.read"><code class="xref py py-meth docutils literal notranslate"><span class="pre">tables.Array.read()</span></code></a> method.</p></li>
<li><p>Using a Unix domain socket. Note that this example uses the ‘abstract
namespace’ and will only work under Linux.</p></li>
<li><p>Using an IPv4 socket.</p></li>
Expand All @@ -293,23 +379,23 @@ <h3>What kind of containers does PyTables implement?<a class="headerlink" href="
<p>PyTables does support a series of data containers that address specific needs
of the user. Below is a brief description of them:</p>
<dl class="simple">
<dt>:<code class="xref py py-class docutils literal notranslate"><span class="pre">Table</span></code>:</dt><dd><p>Lets you deal with heterogeneous datasets. Allows compression. Enlargeable.
<dt>:<a class="reference internal" href="usersguide/libref/structured_storage.html#tables.Table" title="tables.Table"><code class="xref py py-class docutils literal notranslate"><span class="pre">Table</span></code></a>:</dt><dd><p>Lets you deal with heterogeneous datasets. Allows compression. Enlargeable.
Supports nested types. Good performance for read/writing data.</p>
</dd>
<dt>:<code class="xref py py-class docutils literal notranslate"><span class="pre">Array</span></code>:</dt><dd><p>Provides quick and dirty array handling. Not compression allowed.
<dt>:<a class="reference internal" href="usersguide/libref/homogenous_storage.html#tables.Array" title="tables.Array"><code class="xref py py-class docutils literal notranslate"><span class="pre">Array</span></code></a>:</dt><dd><p>Provides quick and dirty array handling. Not compression allowed.
Not enlargeable. Can be used only with relatively small datasets (i.e.
those that fit in memory). It provides the fastest I/O speed.</p>
</dd>
<dt>:<code class="xref py py-class docutils literal notranslate"><span class="pre">CArray</span></code>:</dt><dd><p>Provides compressed array support. Not enlargeable. Good speed when
<dt>:<a class="reference internal" href="usersguide/libref/homogenous_storage.html#tables.CArray" title="tables.CArray"><code class="xref py py-class docutils literal notranslate"><span class="pre">CArray</span></code></a>:</dt><dd><p>Provides compressed array support. Not enlargeable. Good speed when
reading/writing.</p>
</dd>
<dt>:<code class="xref py py-class docutils literal notranslate"><span class="pre">EArray</span></code>:</dt><dd><p>Most general array support. Compressible and enlargeable. It is pretty
<dt>:<a class="reference internal" href="usersguide/libref/homogenous_storage.html#tables.EArray" title="tables.EArray"><code class="xref py py-class docutils literal notranslate"><span class="pre">EArray</span></code></a>:</dt><dd><p>Most general array support. Compressible and enlargeable. It is pretty
fast at extending, and very good at reading.</p>
</dd>
<dt>:<code class="xref py py-class docutils literal notranslate"><span class="pre">VLArray</span></code>:</dt><dd><p>Supports collections of homogeneous data with a variable number of entries.
<dt>:<a class="reference internal" href="usersguide/libref/homogenous_storage.html#tables.VLArray" title="tables.VLArray"><code class="xref py py-class docutils literal notranslate"><span class="pre">VLArray</span></code></a>:</dt><dd><p>Supports collections of homogeneous data with a variable number of entries.
Compressible and enlargeable. I/O is not very fast.</p>
</dd>
<dt>:<code class="xref py py-class docutils literal notranslate"><span class="pre">Group</span></code>:</dt><dd><p>The structural component.
<dt>:<a class="reference internal" href="usersguide/libref/hierarchy_classes.html#tables.Group" title="tables.Group"><code class="xref py py-class docutils literal notranslate"><span class="pre">Group</span></code></a>:</dt><dd><p>The structural component.
A hierarchically-addressable container for HDF5 nodes (each of these
containers, including Group, are nodes), similar to a directory in a
UNIX filesystem.</p>
Expand Down Expand Up @@ -502,7 +588,7 @@ <h3>I’m already using PyTables 2.x but I’m still getting numarray objects in
this attribute and obediently converts the internal object (truly a NumPy
object) into a <cite>numarray</cite> one. For PyTables 2.x files the <cite>FLAVOR</cite> attribute
will only be saved when explicitly set via the <cite>leaf.flavor</cite> property (or when
passing data to an <code class="xref py py-class docutils literal notranslate"><span class="pre">Array</span></code> or <code class="xref py py-class docutils literal notranslate"><span class="pre">Table</span></code> at creation time), so you
passing data to an <a class="reference internal" href="usersguide/libref/homogenous_storage.html#tables.Array" title="tables.Array"><code class="xref py py-class docutils literal notranslate"><span class="pre">Array</span></code></a> or <a class="reference internal" href="usersguide/libref/structured_storage.html#tables.Table" title="tables.Table"><code class="xref py py-class docutils literal notranslate"><span class="pre">Table</span></code></a> at creation time), so you
will be able to distinguish default flavors from user-set ones by checking the
existence of the <cite>FLAVOR</cite> attribute.</p>
<p>Meanwhile, if you don’t want to receive <cite>numarray</cite> objects when reading old
Expand Down Expand Up @@ -549,7 +635,6 @@ <h4>Error when importing tables<a class="headerlink" href="#error-when-importing
these libraries in your PATH, upgrade it to the latest version available (you
don’t need to re-install PyTables).</p>
<hr class="docutils" />
<aside class="footnote-list brackets">
<aside class="footnote brackets" id="id3" role="note">
<span class="label"><span class="fn-bracket">[</span>1<span class="fn-bracket">]</span></span>
<span class="backrefs">(<a role="doc-backlink" href="#id4">1</a>,<a role="doc-backlink" href="#id5">2</a>,<a role="doc-backlink" href="#id6">3</a>,<a role="doc-backlink" href="#id7">4</a>,<a role="doc-backlink" href="#id8">5</a>,<a role="doc-backlink" href="#id9">6</a>,<a role="doc-backlink" href="#id10">7</a>,<a role="doc-backlink" href="#id11">8</a>,<a role="doc-backlink" href="#id12">9</a>,<a role="doc-backlink" href="#id13">10</a>,<a role="doc-backlink" href="#id14">11</a>,<a role="doc-backlink" href="#id15">12</a>,<a role="doc-backlink" href="#id16">13</a>,<a role="doc-backlink" href="#id17">14</a>,<a role="doc-backlink" href="#id18">15</a>)</span>
Expand Down Expand Up @@ -651,41 +736,58 @@ <h4>Error when importing tables<a class="headerlink" href="#error-when-importing
<span class="label"><span class="fn-bracket">[</span><a role="doc-backlink" href="#id79">24</a><span class="fn-bracket">]</span></span>
<p><a class="reference external" href="https://mail.python.org/pipermail/python-dev/2004-September/048763.html">https://mail.python.org/pipermail/python-dev/2004-September/048763.html</a></p>
</aside>
</aside>
</section>
</section>
</section>
</section>


</div>

</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="cookbook/threading.html" class="btn btn-neutral float-left" title="Threading" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="other_material.html" class="btn btn-neutral float-right" title="Other Material" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
<footer>

<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">

<a href="other_material.html" class="btn btn-neutral float-right" title="Other Material" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>


<a href="cookbook/threading.html" class="btn btn-neutral float-left" title="Threading" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>

</div>


<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2011–2022, PyTables maintainers.</p>
</div>
<p>
&copy; Copyright 2011–2022, PyTables maintainers

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.

</footer>

</div>
</div>

</section>

</div>
<script>



<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
</script>






</body>
</html>
Loading

0 comments on commit 7ef4797

Please sign in to comment.