1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2022 wxMaxima Team -->
<component type="desktop">
<id>io.github.wxmaxima_developers.wxMaxima</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0-or-later</project_license>
<name>wxMaxima</name>
<update_contact>wxMaxima@physikbuch.de</update_contact>
<summary>A graphical user interface for Maxima, a powerful computer algebra system</summary>
<description>
<p>
wxMaxima is a graphical user interface for the computer algebra system Maxima:
a program that solves mathematical problems by manipulating
equations (and outputting the resulting formula), instead of just
calculating a number. wxMaxima eases the use of Maxima by making
most of its commands available through a menu system and by
providing input dialogs for commands that require more than one
argument. It also implements its own display engine that outputs
mathematical symbols directly instead of depicting them with
ASCII characters.
</p>
<p>
wxMaxima also features 2D and 3D inline plots, simple animations,
mixing of text and mathematical calculations to create documents,
exporting of input and output to TeX, document structuring and a
browser for Maxima's manual including command index and full text
searching.
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://wxMaxima-developers.github.io/wxmaxima/images/linux_1.png</image>
<caption>An example of a plot embedded in a work sheet</caption>
</screenshot>
</screenshots>
<categories>
<category>Science</category>
<category>Education</category>
</categories>
<url type="bugtracker">https://github.com/wxMaxima-developers/wxmaxima/issues</url>
<url type="homepage">https://wxMaxima-developers.github.io/wxmaxima/</url>
<url type="help">https://wxmaxima-developers.github.io/wxmaxima/help.html</url>
<developer_name>wxMaxima Team</developer_name>
<kudos>
<kudo>HiDpiIcon</kudo>
<kudo>HighContrast</kudo>
<kudo>UserDocs</kudo>
</kudos>
<launchable type="desktop-id">io.github.wxmaxima_developers.wxMaxima.desktop</launchable>
<provides>
<binary>wxMaxima</binary>
</provides>
<translation type="gettext">wxMaxima</translation>
<content_rating type="oars-1.0">
<content_attribute id="social-info">mild</content_attribute>
</content_rating>
<releases>
<release version="24.02.1" date="2024-02-10T15:22:00Z">
<description>
<p>
Fixes for annoying bugs.
</p>
</description>
</release>
<release version="24.02.0" date="2024-02-03T19:38:00Z">
<description>
<p>
A SpeedUp and many bug fixes.
</p>
</description>
</release>
<release version="23.12.0" date="2023-12-24T15:30:00Z">
<description>
<p>
Many bug fixes.
</p>
</description>
</release>
<release version="23.11.0" date="2023-11-18T10:31:00Z">
<description>
<p>
Many bug fixes.
</p>
</description>
</release>
<release version="23.10.0" date="2023-10-03T14:11:00Z">
<description>
<p>
A big rewrite for static code analysis and many bug and performance fixes.
</p>
</description>
</release>
<release version="23.08.0" date="2023-08-20T13:32:00Z">
<description>
<p>
Printing improvements, RegEx search, Bug and performance fixes.
</p>
</description>
</release>
<release version="23.07.0" date="2023-07-23T06:12:00Z">
<description>
<p>
Bug and performance fixes.
</p>
</description>
</release>
<release version="23.05.1" date="2023-05-23T07:28:00Z">
<description>
<p>
Bug fixes only.
</p>
</description>
</release>
<release version="23.05.0" date="2023-05-17T10:44:00Z">
<description>
<p>
Resolved another MacOs crash, and more ID conflicts on MSW that caused asserts
to fail.
</p>
</description>
</release>
<release version="23.04.1" date="2023-04-16T09:44:00Z">
<description>
<p>
Resolved another MacOs crash, and more ID conflicts on MSW that caused asserts
to fail.
</p>
</description>
</release>
<release version="23.04.0" date="2023-04-04T08:10:00Z">
<description>
<p>
MacOs fixes, better style handling, a better style config dialogue
and a major re-write of the lisp portion of wxMaxima.
</p>
</description>
</release>
<release version="23.03.0" date="2023-03-08T13:42:00Z">
<description>
<p>
MacOs fixes, better style handling and a major re-write of the dockable
sidebar code.
</p>
</description>
</release>
<release version="23.02.1" date="2023-02-22T15:42:00Z">
<description>
<p>
MacOs fixes and bug fixes.
</p>
</description>
</release>
<release version="23.02.0" date="2023-02-10T22:27:00Z">
<description>
<p>
Styles reorganization.
</p>
</description>
</release>
</releases>
</component>
|