--- - branch: MAIN date: Fri Nov 3 23:55:00 UTC 2023 files: - new: '1.94' old: '1.93' path: pkgsrc/math/genius/Makefile pathrev: pkgsrc/math/genius/Makefile@1.94 type: modified - new: '1.13' old: '1.12' path: pkgsrc/math/genius/PLIST pathrev: pkgsrc/math/genius/PLIST@1.13 type: modified - new: '1.25' old: '1.24' path: pkgsrc/math/genius/distinfo pathrev: pkgsrc/math/genius/distinfo@1.25 type: modified - new: '0' old: '1.2' path: pkgsrc/math/genius/options.mk pathrev: pkgsrc/math/genius/options.mk@0 type: deleted - new: '0' old: '1.1' path: pkgsrc/math/genius/patches/patch-configure pathrev: pkgsrc/math/genius/patches/patch-configure@0 type: deleted - new: '0' old: '1.1' path: pkgsrc/math/genius/patches/patch-configure.in pathrev: pkgsrc/math/genius/patches/patch-configure.in@0 type: deleted - new: '0' old: '1.1' path: pkgsrc/math/genius/patches/patch-gtkextra_gtkplot.c pathrev: pkgsrc/math/genius/patches/patch-gtkextra_gtkplot.c@0 type: deleted - new: '0' old: '1.1' path: pkgsrc/math/genius/patches/patch-gtkextra_gtkplotsurface.c pathrev: pkgsrc/math/genius/patches/patch-gtkextra_gtkplotsurface.c@0 type: deleted - new: '0' old: '1.1' path: pkgsrc/math/genius/patches/patch-src_genius-readline-helper.c pathrev: pkgsrc/math/genius/patches/patch-src_genius-readline-helper.c@0 type: deleted - new: '0' old: '1.1' path: pkgsrc/math/genius/patches/patch-src_genius.c pathrev: pkgsrc/math/genius/patches/patch-src_genius.c@0 type: deleted - new: '0' old: '1.1' path: pkgsrc/math/genius/patches/patch-src_inter.c pathrev: pkgsrc/math/genius/patches/patch-src_inter.c@0 type: deleted id: 20231103T235500Z.35a4a2411d9bce1f570accfb84a1217d7009c759 log: "genius: update to 1.0.27.\n\nChanges to 1.0.27\n\n* Add Save button to toolbar\n* Add calculus example \"zooming animation\" to show differentiability\n* Allow setting editor color scheme in the settings dialog\n* Closing window acts exactly like the quit button/menu item\n* Current program is marked with larger font instead of bold, since that\n doesn't work with all themes.\n* Improve performance of surface plots, and get rid of flicker\n* Remove menu icons\n* Leave the Stop button on the plot window enabled if a script is running\n* Remove dependence on AMTK\n* Translation updates (Daniel Mustieles García, Enrico Nicoletto, Yuri Chornoivan,\n \ Anders Jonsson, Daniel È\x98erbÄ\x83nescu, Asier Sarasua Garmendia, Jordi Mas, Alan Mortensen,\n Ð\x9CиÑ\x80оÑ\x81лав Ð\x9DиколиÑ\x9B, et moi)\n\nChanges to 1.0.26\n\n* The range boxes in the plot dialog are now evaluated rather than being\n spin boxes, so that one can use arbitrary genius expressions there.\n* Always spawn a new instance, none of this uniqueness nonsense.\n* Various fixes stemming from the port to GTK3 and from various new compiler\n warnings.\n* File chooser dialogs are now native.\n* Fix saving of settings in the presence of old style settings directories.\n* Set default gtksourceview colorscheme to \"kate\" as \"classic\" is hard\n to see in dark mode. It can be set in the config file (no GUI currently)\n* Translation updates (Daniel Mustieles, Enrico Nicoletto, Anders Jonsson,\n Yuri Chornoivan, Rodrigo Costa, Daniel È\x98erbÄ\x83nescu, Ð\x9CиÑ\x80оÑ\x81лав Ð\x9DиколиÑ\x9B,\n Florentina MuÈ\x99at, Jordi Mas, Tim Sabsch, Andika Triwidada,\n Henrique Machado Campos, Rafael Fontenelle)\n\nChanges to 1.0.25\n\n* Ported to GTK3 (Yavor Doganov)\n* fix ncurses check (from Gentoo)\n* fix encoding of empty strings in the standard library, fixes the \"PrintTable\"\n \ and \"string\" functions\n* Add AppendVector, MakeColumnVector, MakeRowVector\n* New translations (Jiri Grönroos, Rafael Fontenelle, Anders Jonsson,\n Balázs Meskó, Andre Klapper, Daniel Mustieles, Ð\x9CаÑ\x80ко Ð\x9C. Ð\x9AоÑ\x81Ñ\x82иÑ\x9B,\n \ Wolfgang Stöggl, Miguel Rodriguez Núñez, Anders Jonsson, Alan Mortensen,\n \ Marek Ä\x8Cernocký)\n\nChanges to 1.0.24\n\n* A RungeKutta example\n* A plane curve plotting example\n* Internal version of VTE, to avoid a dependency on deprecated stuff\n* New translations (Andre Klapper, Balázs Meskó, Ask Hjor Larsen,\n Alan Morensen, Mario Blättermann, Andika Triwidada, Marek Ä\x8Cernocký,\n Ð\x9CиÑ\x80оÑ\x81лав Ð\x9DиколиÑ\x9B, Daniel Mustieles, Kristjan Schmidt)\n\nChanges to 1.0.23\n\n* Stop depending the build system on gnome-common\n* Help is now built as HTML and displayed in the browser,\n meaning it actually works, links work, and it doesn't\n \ depend on any particular desktop environment being installed.\n The HTML help is also shown in the command line version when\n \"manual\" is run.\n* New example for Duffing equation\n* New example on traces of the Peano function\n* Couple of fixes/improvements in the examples\n* Fix a crash on SurfacePlotDrawLines/Points\n* New translations (Enrico Nicoletto, Anders Jonsson, Wolfgang Stöggl,\n Rafael Fontenelle, Ð\x9CиÑ\x80оÑ\x81лав Ð\x9DиколиÑ\x9B, et moi)\n\n* During making of these changes the author (Jiri) was partially supported by\n NSF grant DMS 1362337 and the Oklahoma State University\n\nChanges to 1.0.22\n\n* Add a line plot version of the heat equation FDM animation example,\n and improve the surface plot version\n* Add argument principle example\n* Add two Mandelbrot set examples and a Newton's fractal example\n* Add examples for visualizing complex mappings\n* Add example vizualizations for Riemann and Darboux sums\n* Split the examples into submenus as there is now too many of them\n* Add \"filled\" property to lines to allow drawing filled polygons\n* Add LinePlotWaitForClick and LinePlotMouseLocation functions for interactive\n programs (used for some of the above new examples)\n* LinePlotDrawPoints and LinePlotDrawLine accept a column vector of\n complex nubmers.\n* Fix possible infinite loop on parse on systems with newer flex\n* Fix setting of elements in transposed matrices (vectors)\n* Fix doc string to ErrorFunction (Thanks to Ask Hjorth Larsen)\n* Fix bad behavour upon double hitting \"Run\"\n* Fix vte deprecations, require 0.26 now\n* Fix some strings and fixes to documentation (thanks to Anders Johnsson)\n* Fix segfault when trying to swap a protected id with swapwith\n* Fix StripZeroColumns behavior on a zero matrix\n* Fix Subfactorial (Anders Johnsson), and let Subfactorial, Factorial,\n DoubleFactorial apply over matrix.\n* Fix some inverse trig functions with complex arguments.\n* Other minor fixes including some crashes\n* Translation updates (Miguel Rodríguez Núñez, Marek Ä\x8Cernocký,\n Anders Jonsson, Ask Hjorth Larsen, Alan Mortensen, Balázs Ã\x9Ar,\n Mario Blättermann, Christian Kirbach, Ð\x9CиÑ\x80оÑ\x81лав Ð\x9DиколиÑ\x9B, Daniel È\x98erbÄ\x83nescu,\n Rafael Fontenelle, Piotr DrÄ\Ng, Tiago Santos, Enrico Nicoletto,\n Daniel Mustieles, Julien Hardelin, et moi)\n\n* During making of these changes the author (Jiri) was partially supported by\n NSF grant DMS 1362337 and the Oklahoma State University\n\nChanges to 1.0.21\n\n* Add vibrating drumhead modes example, heat equation with explicit FDM,\n improve the Laplace FDM example\n* Fix output of chopped floating point numbers, especially chopped\n imaginary parts\n* Fix output of results as floats in pretty print\n* Fix SurfacePlotVariableNames to redraw when changing variable names\n* Translation updates (Ð\x9CиÑ\x80оÑ\x81лав Ð\x9DиколиÑ\x9B, Rafael Fontenelle,\n Wolfgang Stöggl, Samir Ribic, Piotr DrÄ\Ng, Miguel Rodríguez Núñez,\n Marek Ä\x8Cernocký, Dimitris Spingos, Pedro Albuquerque, et moi)\n\n* During making of these changes the author (Jiri) was partially supported by\n NSF grant DMS 1362337 and the Oklahoma State University\n\nChanges to 1.0.20\n\n* Add more sizes of icons including SVG, and add Keywords to the .desktop file\n* Documentation updates\n* Fix PeriodicExtension function\n* ErrorFunction (erf) is using MPFR for real values so it is far more precise\n and faster\n* The Fourier series example is no longer using a hand coded graph and hand\n computed series, so it can now be easily modified to show series for\n different functions\n* Fix GCC 5 compilation\n* A couple of minor fixes in the plotting code including one possible crasher\n* Translation updates (Wolfgang Stöggl, Marek Ä\x8Cernocký, Maria Mavridou,\n Ð\x9CиÑ\x80оÑ\x81лав Ð\x9DиколиÑ\x9B, Miguel Rodríguez Núñez, Daniel Mustieles, Piotr Drag,\n Rafael Ferreira)\n\n* During making of these changes the author (Jiri) was partially supported by\n NSF grant DMS 1362337 and the Oklahoma State University\n\nChanges to 1.0.19\n\n* New menu: Examples. These are annotated programs that show some\n mathematical concept. \ Generally taken from the classes I have been teaching.\n They are installed under prefix/share/genius/examples/ and are mostly using\n graphics so only work in the graphical GNOME/GTK version\n* New plotting functions: SurfacePlotDrawLine, SurfacePlotDrawPoints,\n SurfacePlotClear, PlotWindowPresent\n* New rotation animation in the surface plot window\n* Fix string constants from compiled library starting with 'E' (funky bug)\n* A few fixes\n* Translation updates (Miguel Rodríguez Núñez, Daniel Mustieles,\n Wolfgang Stöggl, Marek Ä\x8Cernocký)\n\n* During making of these changes the author (Jiri) was partially supported by\n NSF grant DMS 1362337 and the Oklahoma State University\n\nChanges to 1.0.18\n\n* New general functions: KroneckerProduct (alias TensorProduct), NewtonsMethod,\n HalleysMethod, LambertW, LambertWm1, NonzeroColumns, NonzeroElements,\n DisplayVariables, PrintTable, SetElement, SetVElement\n* New plotting functions: PlotCanvasFreeze/PlotCanvasThaw to improve flicker\n if doing animations with genius, and LinePlotDrawPoints function to draw just\n points without the line\n* While plotting, errors are no longer forced into a dialog, and presence\n of errors is indicated in the graph window below the graph\n* Allow setting color in LinePlotDrawLine with RGB vector.\n* When the vector building notation is done with floats and the final\n \ number is within 2^-20 times the step size of the goal,\n assume there were roundoff errors and still add it, just like for loops,\n so something like 1.0:0.1:3.0 now works\n* Implement subsecond precision in wait function.\n* Fix memory corruption error triggered in nested floating point\n for loops with a floating point step\n* Few minor bug fixes and fix some more compile warnings in gtkextra\n* Streamline the compiled file format (saves about 30kb)\n* A few improvements to the documentation (yelp sucks donkeyballs!\n Just had to say that).\n* Translation updates (Rafael Ferreira, Marek Ä\x8Cernocký, Daniel Mustieles,\n Wolfgang Stöggl, Miguel Rodriguez Nuñez, Piotr DrÄ\Ng, Wylmer Wang,\n Dimitris Spingos, Enrico Nicoletto, Matej UrbanÄ\x8DiÄ\x8D)\n\n* During making of these changes the author (Jiri) was partially supported by\n NSF grant DMS 1362337 and the Oklahoma State University\n" module: pkgsrc subject: 'CVS commit: pkgsrc/math/genius' unixtime: '1699055700' user: wiz