<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/daetools/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/daetools/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 11 May 2015 11:52:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/daetools/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Reduced boilerplate for consoleRun()</title><link>https://sourceforge.net/p/daetools/feature-requests/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Is there a function available which reduces the boilerplate amount for consoleRun()? In the tutorials, compare the amount of code in &lt;code&gt;guiRun()&lt;/code&gt; vs. &lt;code&gt;consoleRun()&lt;/code&gt;.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christoph Buchner</dc:creator><pubDate>Mon, 11 May 2015 11:52:07 -0000</pubDate><guid>https://sourceforge.netfe757221818151d53976c793bad530357a734ad1</guid></item><item><title>Shared time axes in plots</title><link>https://sourceforge.net/p/daetools/feature-requests/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be great if, in subplots, the time axes were &lt;a class="" href="http://stackoverflow.com/a/4200767/599884" rel="nofollow"&gt;shared&lt;/a&gt; by default, using the &lt;code&gt;sharex&lt;/code&gt; kwarg, then all the x-axes would zoom together if zooming in one area, which I figures is what you typically want when examining results. &lt;/p&gt;
&lt;p&gt;I already tried to to this with a quick fix, but it turns out that the plotting code should be switched to the pyplot object-oriented interface (i.e. using &lt;code&gt;figure&lt;/code&gt; objects), and this was too complex for me. Probably easier for someone familiar with the code.&lt;/p&gt;
&lt;p&gt;Relevant code in &lt;code&gt;data_reporters.py&lt;/code&gt; L468:&lt;br /&gt;
&lt;code&gt;fig, _ = plt.subplots(rows, cols, sharex=True)
for i, arg in enumerate(args):
    '''Loop over arguments: some are variables (each one gets its
    own subplot) and some are lists of variables, these vars
    will share a plot.'''
    axes = fig.add_subplot(rows, cols, i+1)&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Versions: Windows 8.1, daetools-1.4.0-win32-py34, Python 3.4.2 32bit (Anaconda)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christoph Buchner</dc:creator><pubDate>Mon, 11 May 2015 11:51:14 -0000</pubDate><guid>https://sourceforge.net4bdd9b93d57d0d2a2d32aafbd3239704a0bd064a</guid></item><item><title>Add parameter values to HTML/XML reports</title><link>https://sourceforge.net/p/daetools/feature-requests/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be useful if HTML/XML data reports include parameter &lt;em&gt;values&lt;/em&gt;. Maybe also min/max of variable values, but I'm not sure if that would be feasible.&lt;/p&gt;
&lt;p&gt;Versions: Windows 8.1, daetools-1.4.0-win32-py34, Python 3.4.2 32bit (Anaconda)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christoph Buchner</dc:creator><pubDate>Mon, 11 May 2015 11:49:50 -0000</pubDate><guid>https://sourceforge.neta567230a1c23e8c1122a95e86d1682e4b2849401</guid></item><item><title>Additional variable types</title><link>https://sourceforge.net/p/daetools/feature-requests/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Two variable types that I found missing (and added myself), may be good to add them to the existing list (not sure about the number values):&lt;/p&gt;
&lt;p&gt;```&lt;br /&gt;
mass_flowrate_t = daet.daeVariableType("mass_flowrate_t", kg/s,&lt;br /&gt;
                                       -1.0e+10, 1.0e+10, 0.0, 1e-05)&lt;/p&gt;
&lt;p&gt;molar_mass_t = daet.daeVariableType("molar_mass_t", kg/mol, 0.0, 1.0e+20, 0, 1e-05)&lt;br /&gt;
```&lt;/p&gt;
&lt;p&gt;We have volume_flowrate and molar_flowrate, but not mass_flowrate. We have moles, molar flux, molar flowrate, molar concentration, but not molar mass.&lt;/p&gt;
&lt;p&gt;Versions: Windows 8.1, daetools-1.4.0-win32-py34, Python 3.4.2 32bit (Anaconda)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christoph Buchner</dc:creator><pubDate>Mon, 11 May 2015 11:48:49 -0000</pubDate><guid>https://sourceforge.net96afae436b24c512f866385b47527d5a5d93df1c</guid></item><item><title>Suppress banner+license output in console</title><link>https://sourceforge.net/p/daetools/feature-requests/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be great if one could suppress (preferably by default) the license output and greeting banner in the terminal when running daeTools. I think the license terms are already made clear when downloading/installing the software, and these two just pollute the terminal output and have to be manually stripped when keeping the output for logging purposes.&lt;/p&gt;
&lt;p&gt;Versions: Windows 8.1, daetools-1.4.0-win32-py34, Python 3.4.2 32bit (Anaconda)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christoph Buchner</dc:creator><pubDate>Mon, 11 May 2015 11:47:43 -0000</pubDate><guid>https://sourceforge.net2f0ef1e385e26e6fe8769cad1bde4e5782d1f15d</guid></item><item><title>Better formatting for plot labels</title><link>https://sourceforge.net/p/daetools/feature-requests/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In legends/labels, would be great if the formatting were "Quantity &lt;span&gt;[Units]&lt;/span&gt;", not "QuantityUnits" (which leads to labels like "mdotkg/s"), and also if variable names like &lt;code&gt;I_ref&lt;/code&gt; were treated not LaTeX-strict (which results in only the &lt;code&gt;r&lt;/code&gt; being subscripted), but wrap in braces (which you can't do in the variable names afaik). That way, the whole &lt;code&gt;ref&lt;/code&gt;could be underscored (as desired). The wrapping could e.g. go until the next non-character, parsing &lt;code&gt;I_ref-high&lt;/code&gt; into &lt;code&gt;I_{ref}-high&lt;/code&gt; LaTeX code.&lt;/p&gt;
&lt;p&gt;Versions: Windows 8.1, daetools-1.4.0-win32-py34, Python 3.4.2 32bit (Anaconda)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christoph Buchner</dc:creator><pubDate>Mon, 11 May 2015 11:46:24 -0000</pubDate><guid>https://sourceforge.netec565a77f0b5c5a05397ab7ddd547a67c46d397a</guid></item><item><title>Unit selection for plots</title><link>https://sourceforge.net/p/daetools/feature-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be awesome if &lt;code&gt;daePlotDataReporter.Plot()&lt;/code&gt; would allow to specify units to plot, and not take the base units of the variables (e.g. Pa vs. bar). I realise that this is probably too complex to implement, though, so that's definitely "wishlist".&lt;/p&gt;
&lt;p&gt;Versions: Windows 8.1, daetools-1.4.0-win32-py34, Python 3.4.2 32bit (Anaconda)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christoph Buchner</dc:creator><pubDate>Mon, 11 May 2015 11:42:46 -0000</pubDate><guid>https://sourceforge.net320630cb71d504647da2cee49212439c0800bd3f</guid></item><item><title/><link>https://sourceforge.net/p/daetools/feature-requests/6/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ciroki</dc:creator><pubDate>Sat, 29 Sep 2012 21:11:05 -0000</pubDate><guid>https://sourceforge.nete1831784cfd59945ccf1a086b0ac0b3529b2bbbe</guid></item><item><title/><link>https://sourceforge.net/p/daetools/feature-requests/5/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ciroki</dc:creator><pubDate>Sat, 29 Sep 2012 21:11:05 -0000</pubDate><guid>https://sourceforge.net8d95d08a480c57329781d061f00cb92ab148f11b</guid></item><item><title/><link>https://sourceforge.net/p/daetools/feature-requests/4/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ciroki</dc:creator><pubDate>Sat, 29 Sep 2012 21:11:05 -0000</pubDate><guid>https://sourceforge.net3918bb765201da303f0a6ed37f2871f8a87903d7</guid></item></channel></rss>