<?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 getting_started.md</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>4e8208cbcbc709572b8abe32f33c78b69c819375 - Merge branch &apos;barry/2026-01-13/ftn-generation-for-context-functions&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/getting_started.md#4e8208cbcbc709572b8abe32f33c78b69c819375</link>
        <description>Merge branch &apos;barry/2026-01-13/ftn-generation-for-context-functions&apos; into &apos;main&apos;Fortran generation of interface definitions for functions that take and return context variables  (void *ctx and PetCtx ctx)See merge request petsc/petsc!8956

            List of files:
            /petsc/doc/manual/getting_started.md</description>
        <pubDate>Sat, 31 Jan 2026 18:41:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2a8381b23c702518c6b1ccbeafee50b9375df0e4 - Add automatic generated fortran support for setting and returning contexts</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/getting_started.md#2a8381b23c702518c6b1ccbeafee50b9375df0e4</link>
        <description>Add automatic generated fortran support for setting and returning contextsMajor cleanup of the code for setting and returning application (previously called user) contexts  - PetscCtx ctx is now the standard for passing in contexts  - PetscCtxRt ctx is the standard for passing out contexts, including context destroy routines based on PetscCtxDestroyFnBoth of these are typedef to void*Also removed most use of user and userctx for context arguments now consistently named ctxImproved documentation on PetscCtx and PetscCtxRt and on how to use contexts (including getting them) from Fortran

            List of files:
            /petsc/doc/manual/getting_started.md</description>
        <pubDate>Tue, 13 Jan 2026 04:45:38 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c12c126234ed623246a63bfa78c9f75a3aa00323 - Merge branch &apos;rmills/feature-ml-petscregressor&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/getting_started.md#c12c126234ed623246a63bfa78c9f75a3aa00323</link>
        <description>Merge branch &apos;rmills/feature-ml-petscregressor&apos; into &apos;main&apos;Add basic PetscRegressor component with support for a few linear regressorsSee merge request petsc/petsc!7709

            List of files:
            /petsc/doc/manual/getting_started.md</description>
        <pubDate>Thu, 10 Apr 2025 14:14:16 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>34b254c57d2aa195261fbc0db2d1455fb6d091da - Add initial version PetscRegressor, part of the planned machine learning (ML) toolkit</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/getting_started.md#34b254c57d2aa195261fbc0db2d1455fb6d091da</link>
        <description>Add initial version PetscRegressor, part of the planned machine learning (ML) toolkitCo-authored-by: Mr. Hong Zhang &lt;hongzhang@anl.gov&gt;Co-authored-by: Hansol Suh &lt;hsuh@anl.gov&gt;Co-authored-by: Barry Smith &lt;bsmith@petsc.dev&gt;Co-authored-by: Toby Isaac &lt;toby.isaac@gmail.com&gt;Co-authored-by: Satish Balay &lt;balay@mcs.anl.gov&gt;Mr. Hong Zhang developed the petsc4py interface and examples.Hansol Suh provided extensive help with updating the code to the latest PETSc coding guidelines and APIs, some documentation development, getting documentation to build correctly, getting new tests into the test harness, and numerous big fixes plus minor changes.Barry Smith provided extensive feedback and code to get the Fortran interfaces and documentation build working.Toby Isaac provided a fix to prevent breakage with complex-arithmetic builds.Satish Balay provided important help with fixing builds.Thanks-to: Pierre Jolivet &lt;pierre@joliv.et&gt;Thanks-to: Jed Brown &lt;jed@jedbrown.org&gt;Thanks-to: Jose Roman &lt;jroman@dsic.upv.es&gt;Thanks-to: Stefano Zampini &lt;stefano.zampini@gmail.com&gt;Pierre, Jed, Jose, and Stefano provided extremely helpful feedback and suggestions during the merge review process.

            List of files:
            /petsc/doc/manual/getting_started.md</description>
        <pubDate>Wed, 09 Apr 2025 23:05:13 +0000</pubDate>
        <dc:creator>Richard Tran Mills &lt;rmills@rmills.org&gt;</dc:creator>
    </item>
<item>
        <title>b11d9968bc79904c690b122f9399be46447eb113 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/getting_started.md#b11d9968bc79904c690b122f9399be46447eb113</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/doc/manual/getting_started.md</description>
        <pubDate>Tue, 08 Apr 2025 17:53:26 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d000e8ac2eed99d0cf14796aab94de0aed57fd8b - Merge branch &apos;barry/2025-04-01/docs-mv-rst-md/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/getting_started.md#d000e8ac2eed99d0cf14796aab94de0aed57fd8b</link>
        <description>Merge branch &apos;barry/2025-04-01/docs-mv-rst-md/release&apos; into &apos;release&apos;move last of the doc rst files over to md filesSee merge request petsc/petsc!8271

            List of files:
            /petsc/doc/manual/getting_started.md</description>
        <pubDate>Tue, 08 Apr 2025 17:50:28 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7f296bb328fcd4c99f2da7bfe8ba7ed8a4ebceee - move last of the doc rst files over to md files</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/getting_started.md#7f296bb328fcd4c99f2da7bfe8ba7ed8a4ebceee</link>
        <description>move last of the doc rst files over to md files

            List of files:
            /petsc/doc/manual/getting_started.md</description>
        <pubDate>Tue, 08 Apr 2025 17:50:28 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
