<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 15:48:16 JST 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>PFS-JIRA</title>
    <link>https://pfspipe.ipmu.jp/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.3.4</version>
        <build-number>803005</build-number>
        <build-date>13-09-2019</build-date>
    </build-info>


<item>
            <title>[PIPE2D-85] Make changes to handle ndarray now using size_t for its array sizes</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-85</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description>&lt;p&gt;In the v12_1 release, we&apos;re switching to using ndarry as an external dependency, and one change is that it now uses size_t not int for array sizes (in conformity with the C++ STL).&lt;/p&gt;

&lt;p&gt;Unfortunately, things like&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;ndarray::makeVector( shape&lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt;-1, 1 )&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;fail to compile (as shape is size_t and 1 is int).  The fix is&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;ndarray::makeVector&amp;lt;size_t&amp;gt;( shape&lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt;-1, 1 )&lt;/p&gt;&lt;/blockquote&gt;</description>
                <environment></environment>
        <key id="11160">PIPE2D-85</key>
            <summary>Make changes to handle ndarray now using size_t for its array sizes</summary>
                <type id="10001" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10515&amp;avatarType=issuetype">Story</type>
                                            <priority id="3" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/priorities/major.svg">Major</priority>
                        <status id="10002" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/statuses/generic.png" description="The issue is resolved, reviewed, and merged">Done</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="rhl">rhl</assignee>
                                    <reporter username="rhl">rhl</reporter>
                        <labels>
                    </labels>
                <created>Fri, 23 Sep 2016 21:04:28 +0000</created>
                <updated>Thu, 6 Oct 2016 21:26:21 +0000</updated>
                            <resolved>Thu, 6 Oct 2016 21:26:21 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                            <comment id="11343" author="rhl" created="Fri, 23 Sep 2016 22:07:47 +0000"  >&lt;p&gt;There&apos;s also a problem in the swig interface (it&apos;s using Size and wanting ndarray::Size).  I have a hack, but would rather come up with a real fix, so am waiting on that to send this for review.&lt;/p&gt;</comment>
                            <comment id="11405" author="rhl" created="Tue, 4 Oct 2016 18:01:00 +0000"  >&lt;p&gt;Removing some of the extra %template statements resolved the ndarray::Size problem.&lt;/p&gt;</comment>
                            <comment id="11407" author="aritter" created="Tue, 4 Oct 2016 20:02:33 +0000"  >&lt;p&gt;drp_stella does not compile anymore with lsst_apps 12.0.&lt;/p&gt;</comment>
                            <comment id="11415" author="rhl" created="Thu, 6 Oct 2016 21:26:21 +0000"  >&lt;p&gt;We are going to standardise on the v12_1 release.  So done and merging to master&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_10500" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|ii00np:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10100" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Reviewers</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>aritter</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="22">2014-16</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>