<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in test_object.py</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>8a7d4057d9226490dba4e1a062f54f84e7d90861 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/binding/petsc4py/test/test_object.py#8a7d4057d9226490dba4e1a062f54f84e7d90861</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/binding/petsc4py/test/test_object.py</description>
        <pubDate>Thu, 25 Jul 2024 00:53:39 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2467ff5538e7fdbdbb217cfb41c0b9b1ea12c32d - Merge branch &apos;barry/2024-07-12/add-error-check-dmsetfromoptions-called-after-dmsetup/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/binding/petsc4py/test/test_object.py#2467ff5538e7fdbdbb217cfb41c0b9b1ea12c32d</link>
        <description>Merge branch &apos;barry/2024-07-12/add-error-check-dmsetfromoptions-called-after-dmsetup/release&apos; into &apos;release&apos;Add an error check for DMSetFromOptions() being called after DMSetUp().See merge request petsc/petsc!7690

            List of files:
            /petsc/src/binding/petsc4py/test/test_object.py</description>
        <pubDate>Fri, 19 Jul 2024 05:19:14 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8e704042367f6a29a5015344557179431c0ad472 - Add an error check for DMSetFromOptions() being called after DMSetUp().</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/binding/petsc4py/test/test_object.py#8e704042367f6a29a5015344557179431c0ad472</link>
        <description>Add an error check for DMSetFromOptions() being called after DMSetUp().Reported-by: Jack Smith

            List of files:
            /petsc/src/binding/petsc4py/test/test_object.py</description>
        <pubDate>Fri, 12 Jul 2024 14:13:24 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0c5727118538cc82ab6050202f4496ec4e39cf67 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/binding/petsc4py/test/test_object.py#0c5727118538cc82ab6050202f4496ec4e39cf67</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/binding/petsc4py/test/test_object.py</description>
        <pubDate>Tue, 25 Jun 2024 21:41:47 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>81b794be5548dc7d8dddb982167ed08cf1236713 - Merge branch &apos;stefanozampini/cgobj-python&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/binding/petsc4py/test/test_object.py#81b794be5548dc7d8dddb982167ed08cf1236713</link>
        <description>Merge branch &apos;stefanozampini/cgobj-python&apos; into &apos;release&apos;petsc4py: expose KSPCGGetObjFcn, option handlers, and SNES useskspSee merge request petsc/petsc!7637

            List of files:
            /petsc/src/binding/petsc4py/test/test_object.py</description>
        <pubDate>Mon, 24 Jun 2024 16:35:50 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4e953f6b16d604976ac10e97e6928ad84ba44edb - petsc4py: add support for option handlers</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/binding/petsc4py/test/test_object.py#4e953f6b16d604976ac10e97e6928ad84ba44edb</link>
        <description>petsc4py: add support for option handlersdo not register handler if already present

            List of files:
            /petsc/src/binding/petsc4py/test/test_object.py</description>
        <pubDate>Tue, 18 Jun 2024 23:50:59 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>14e7b07eeb9e40f6f4410f12e254190850606b19 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/binding/petsc4py/test/test_object.py#14e7b07eeb9e40f6f4410f12e254190850606b19</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/binding/petsc4py/test/test_object.py</description>
        <pubDate>Fri, 21 Jun 2024 16:25:33 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fa1d25a618691dd54fea9965a305957a2864792c - Merge branch &apos;stefanozampini/snes-release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/binding/petsc4py/test/test_object.py#fa1d25a618691dd54fea9965a305957a2864792c</link>
        <description>Merge branch &apos;stefanozampini/snes-release&apos; into &apos;release&apos;petsc4py missing API and minor SNES optimizationsSee merge request petsc/petsc!7626

            List of files:
            /petsc/src/binding/petsc4py/test/test_object.py</description>
        <pubDate>Tue, 18 Jun 2024 20:02:15 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3a028a11bff09486bed12f8f17558ed2e1d20b96 - petsc4py: wrap PetscObjectGetId</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/binding/petsc4py/test/test_object.py#3a028a11bff09486bed12f8f17558ed2e1d20b96</link>
        <description>petsc4py: wrap PetscObjectGetId

            List of files:
            /petsc/src/binding/petsc4py/test/test_object.py</description>
        <pubDate>Mon, 10 Jun 2024 12:04:26 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>552edb6364df478b294b3111f33a8f37ca096b20 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/binding/petsc4py/test/test_object.py#552edb6364df478b294b3111f33a8f37ca096b20</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/binding/petsc4py/test/test_object.py</description>
        <pubDate>Thu, 18 Apr 2024 23:40:56 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>10fdf553d29d8d61a894c08fb276f9fac7bacd8f - Merge branch &apos;stefanozampini/fix-petsc4py&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/binding/petsc4py/test/test_object.py#10fdf553d29d8d61a894c08fb276f9fac7bacd8f</link>
        <description>Merge branch &apos;stefanozampini/fix-petsc4py&apos; into &apos;release&apos;petsc4py: finalize docstrings and lintingSee merge request petsc/petsc!7467

            List of files:
            /petsc/src/binding/petsc4py/test/test_object.py</description>
        <pubDate>Thu, 18 Apr 2024 23:38:08 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6f33641175f69f1db294cc9ba81c3f4ad4f81d49 - petsc4py: finalize docstring and linting</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/binding/petsc4py/test/test_object.py#6f33641175f69f1db294cc9ba81c3f4ad4f81d49</link>
        <description>petsc4py: finalize docstring and lintingdefault options values should have the correct typefix testsconform oarray to PETSc conventionwrap Py_InitializeEx and PyImport_ImportModule with stack callsupdate makefile for docs and linting rulesadd petsc4py tests to linux-pkgs-dbgmodify documentation

            List of files:
            /petsc/src/binding/petsc4py/test/test_object.py</description>
        <pubDate>Tue, 09 Apr 2024 11:55:53 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>dcdbcfb05a7ae91ebb6441e8de1ead9c74e88b59 - Merge branch &apos;JDBetteridge/petsc4py_gc_fix&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/binding/petsc4py/test/test_object.py#dcdbcfb05a7ae91ebb6441e8de1ead9c74e88b59</link>
        <description>Merge branch &apos;JDBetteridge/petsc4py_gc_fix&apos; into &apos;main&apos;Add memory cleanup operations suitable for managed languages, and corresponding calls to petsc4pySee merge request petsc/petsc!4619

            List of files:
            /petsc/src/binding/petsc4py/test/test_object.py</description>
        <pubDate>Fri, 30 Sep 2022 19:55:39 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>62e5d2d2208a68fdbd23dac44110783534664de8 - Add memory cleanup operations suitable for managed languages, and corresponding calls to petsc4py</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/binding/petsc4py/test/test_object.py#62e5d2d2208a68fdbd23dac44110783534664de8</link>
        <description>Add memory cleanup operations suitable for managed languages, and corresponding calls to petsc4py

            List of files:
            /petsc/src/binding/petsc4py/test/test_object.py</description>
        <pubDate>Fri, 30 Sep 2022 19:55:38 +0000</pubDate>
        <dc:creator>JDBetteridge &lt;j.betteridge@imperial.ac.uk&gt;</dc:creator>
    </item>
<item>
        <title>872356c3d0243f7d0a9cba49493397cd3bf1ccbb - Merge branch &apos;finite_element_wraps&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/binding/petsc4py/test/test_object.py#872356c3d0243f7d0a9cba49493397cd3bf1ccbb</link>
        <description>Merge branch &apos;finite_element_wraps&apos; into &apos;main&apos;Wrap most of PetscSpace PetscDualSpace, PetscFE, PetscQuadratureSee merge request petsc/petsc!5198

            List of files:
            /petsc/src/binding/petsc4py/test/test_object.py</description>
        <pubDate>Mon, 23 May 2022 04:03:36 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>aa712e9b05cceb89995a0ee41680ac321a11a04a - Wrap most of PetscSpace PetscDualSpace, PetscFE, PetscQuadrature</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/binding/petsc4py/test/test_object.py#aa712e9b05cceb89995a0ee41680ac321a11a04a</link>
        <description>Wrap most of PetscSpace PetscDualSpace, PetscFE, PetscQuadratureAdd minimal testing for Space and DualSpace

            List of files:
            /petsc/src/binding/petsc4py/test/test_object.py</description>
        <pubDate>Fri, 29 Apr 2022 23:42:36 +0000</pubDate>
        <dc:creator>Romain Beucher &lt;romain.beucher@anu.edu.au&gt;</dc:creator>
    </item>
<item>
        <title>a86543dc3d59f7c2c7d28ef1712b2e273c3a1959 - Merge branch &apos;wence/petsc4py-state-manipulation&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/binding/petsc4py/test/test_object.py#a86543dc3d59f7c2c7d28ef1712b2e273c3a1959</link>
        <description>Merge branch &apos;wence/petsc4py-state-manipulation&apos; into &apos;main&apos;petsc4py state manipulationSee merge request petsc/petsc!4551

            List of files:
            /petsc/src/binding/petsc4py/test/test_object.py</description>
        <pubDate>Sat, 13 Nov 2021 17:00:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>84f2ad6d541b74f7a95a2e0a5ff36ff383b64088 - petsc4py: Test state manipulation</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/binding/petsc4py/test/test_object.py#84f2ad6d541b74f7a95a2e0a5ff36ff383b64088</link>
        <description>petsc4py: Test state manipulation

            List of files:
            /petsc/src/binding/petsc4py/test/test_object.py</description>
        <pubDate>Fri, 12 Nov 2021 15:41:41 +0000</pubDate>
        <dc:creator>Lawrence Mitchell &lt;lawrence@wence.uk&gt;</dc:creator>
    </item>
<item>
        <title>4a26ead32abe75cde5887a1bdb60892be84518c7 - Merge branch &apos;jolivet/fix-missing-petsc4py-bindings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/binding/petsc4py/test/test_object.py#4a26ead32abe75cde5887a1bdb60892be84518c7</link>
        <description>Merge branch &apos;jolivet/fix-missing-petsc4py-bindings&apos; into &apos;main&apos;Missing petsc4py bindingsSee merge request petsc/petsc!4168

            List of files:
            /petsc/src/binding/petsc4py/test/test_object.py</description>
        <pubDate>Thu, 15 Jul 2021 20:10:28 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>af20bb8eac6a8aa7996ad69ba6dce21d53d93035 - petsc4py: add MatPartitioning bindings</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/binding/petsc4py/test/test_object.py#af20bb8eac6a8aa7996ad69ba6dce21d53d93035</link>
        <description>petsc4py: add MatPartitioning bindings

            List of files:
            /petsc/src/binding/petsc4py/test/test_object.py</description>
        <pubDate>Wed, 14 Jul 2021 08:31:57 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
</channel>
</rss>
