The NetBSD Project

CVS log for pkgsrc/math/genius/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / math / genius

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Nov 3 23:54:59 2023 UTC (17 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -11 lines
genius: update to 1.0.27.

Changes to 1.0.27

* Add Save button to toolbar
* Add calculus example "zooming animation" to show differentiability
* Allow setting editor color scheme in the settings dialog
* Closing window acts exactly like the quit button/menu item
* Current program is marked with larger font instead of bold, since that
  doesn't work with all themes.
* Improve performance of surface plots, and get rid of flicker
* Remove menu icons
* Leave the Stop button on the plot window enabled if a script is running
* Remove dependence on AMTK
* Translation updates (Daniel Mustieles García, Enrico Nicoletto, Yuri Chornoivan,
  Anders Jonsson, Daniel Șerbănescu, Asier Sarasua Garmendia, Jordi Mas, Alan Mortensen,
  Мирослав Николић, et moi)

Changes to 1.0.26

* The range boxes in the plot dialog are now evaluated rather than being
  spin boxes, so that one can use arbitrary genius expressions there.
* Always spawn a new instance, none of this uniqueness nonsense.
* Various fixes stemming from the port to GTK3 and from various new compiler
  warnings.
* File chooser dialogs are now native.
* Fix saving of settings in the presence of old style settings directories.
* Set default gtksourceview colorscheme to "kate" as "classic" is hard
  to see in dark mode.  It can be set in the config file (no GUI currently)
* Translation updates (Daniel Mustieles, Enrico Nicoletto, Anders Jonsson,
  Yuri Chornoivan, Rodrigo Costa, Daniel Șerbănescu, Мирослав Николић,
  Florentina Mușat, Jordi Mas, Tim Sabsch, Andika Triwidada,
  Henrique Machado Campos, Rafael Fontenelle)

Changes to 1.0.25

* Ported to GTK3 (Yavor Doganov)
* fix ncurses check (from Gentoo)
* fix encoding of empty strings in the standard library, fixes the "PrintTable"
  and "string" functions
* Add AppendVector, MakeColumnVector, MakeRowVector
* New translations (Jiri Grönroos, Rafael Fontenelle, Anders Jonsson,
  Balázs Meskó, Andre Klapper, Daniel Mustieles, Марко М. Костић,
  Wolfgang Stöggl, Miguel Rodriguez Núñez, Anders Jonsson, Alan Mortensen,
  Marek Černocký)

Changes to 1.0.24

* A RungeKutta example
* A plane curve plotting example
* Internal version of VTE, to avoid a dependency on deprecated stuff
* New translations (Andre Klapper, Balázs Meskó, Ask Hjor Larsen,
  Alan Morensen, Mario Blättermann, Andika Triwidada, Marek Černocký,
  Мирослав Николић, Daniel Mustieles, Kristjan Schmidt)

Changes to 1.0.23

* Stop depending the build system on gnome-common
* Help is now built as HTML and displayed in the browser,
  meaning it actually works, links work, and it doesn't
  depend on any particular desktop environment being installed.
  The HTML help is also shown in the command line version when
  "manual" is run.
* New example for Duffing equation
* New example on traces of the Peano function
* Couple of fixes/improvements in the examples
* Fix a crash on SurfacePlotDrawLines/Points
* New translations (Enrico Nicoletto, Anders Jonsson, Wolfgang Stöggl,
  Rafael Fontenelle, Мирослав Николић, et moi)

* During making of these changes the author (Jiri) was partially supported by
  NSF grant DMS 1362337 and the Oklahoma State University

Changes to 1.0.22

* Add a line plot version of the heat equation FDM animation example,
  and improve the surface plot version
* Add argument principle example
* Add two Mandelbrot set examples and a Newton's fractal example
* Add examples for visualizing complex mappings
* Add example vizualizations for Riemann and Darboux sums
* Split the examples into submenus as there is now too many of them
* Add "filled" property to lines to allow drawing filled polygons
* Add LinePlotWaitForClick and LinePlotMouseLocation functions for interactive
  programs (used for some of the above new examples)
* LinePlotDrawPoints and LinePlotDrawLine accept a column vector of
  complex nubmers.
* Fix possible infinite loop on parse on systems with newer flex
* Fix setting of elements in transposed matrices (vectors)
* Fix doc string to ErrorFunction (Thanks to Ask Hjorth Larsen)
* Fix bad behavour upon double hitting "Run"
* Fix vte deprecations, require 0.26 now
* Fix some strings and fixes to documentation (thanks to Anders Johnsson)
* Fix segfault when trying to swap a protected id with swapwith
* Fix StripZeroColumns behavior on a zero matrix
* Fix Subfactorial (Anders Johnsson), and let Subfactorial, Factorial,
  DoubleFactorial apply over matrix.
* Fix some inverse trig functions with complex arguments.
* Other minor fixes including some crashes
* Translation updates (Miguel Rodríguez Núñez, Marek Černocký,
  Anders Jonsson, Ask Hjorth Larsen, Alan Mortensen, Balázs Úr,
  Mario Blättermann, Christian Kirbach, Мирослав Николић, Daniel Șerbănescu,
  Rafael Fontenelle, Piotr Drąg, Tiago Santos, Enrico Nicoletto,
  Daniel Mustieles, Julien Hardelin, et moi)

* During making of these changes the author (Jiri) was partially supported by
  NSF grant DMS 1362337 and the Oklahoma State University

Changes to 1.0.21

* Add vibrating drumhead modes example, heat equation with explicit FDM,
  improve the Laplace FDM example
* Fix output of chopped floating point numbers, especially chopped
  imaginary parts
* Fix output of results as floats in pretty print
* Fix SurfacePlotVariableNames to redraw when changing variable names
* Translation updates (Мирослав Николић, Rafael Fontenelle,
  Wolfgang Stöggl, Samir Ribic, Piotr Drąg, Miguel Rodríguez Núñez,
  Marek Černocký, Dimitris Spingos, Pedro Albuquerque, et moi)

* During making of these changes the author (Jiri) was partially supported by
  NSF grant DMS 1362337 and the Oklahoma State University

Changes to 1.0.20

* Add more sizes of icons including SVG, and add Keywords to the .desktop file
* Documentation updates
* Fix PeriodicExtension function
* ErrorFunction (erf) is using MPFR for real values so it is far more precise
  and faster
* The Fourier series example is no longer using a hand coded graph and hand
  computed series, so it can now be easily modified to show series for
  different functions
* Fix GCC 5 compilation
* A couple of minor fixes in the plotting code including one possible crasher
* Translation updates (Wolfgang Stöggl, Marek Černocký, Maria Mavridou,
  Мирослав Николић, Miguel Rodríguez Núñez, Daniel Mustieles, Piotr Drag,
  Rafael Ferreira)

* During making of these changes the author (Jiri) was partially supported by
  NSF grant DMS 1362337 and the Oklahoma State University

Changes to 1.0.19

* New menu: Examples.  These are annotated programs that show some
  mathematical concept.  Generally taken from the classes I have been teaching.
  They are installed under prefix/share/genius/examples/ and are mostly using
  graphics so only work in the graphical GNOME/GTK version
* New plotting functions: SurfacePlotDrawLine, SurfacePlotDrawPoints,
  SurfacePlotClear, PlotWindowPresent
* New rotation animation in the surface plot window
* Fix string constants from compiled library starting with 'E' (funky bug)
* A few fixes
* Translation updates (Miguel Rodríguez Núñez, Daniel Mustieles,
  Wolfgang Stöggl, Marek Černocký)

* During making of these changes the author (Jiri) was partially supported by
  NSF grant DMS 1362337 and the Oklahoma State University

Changes to 1.0.18

* New general functions: KroneckerProduct (alias TensorProduct), NewtonsMethod,
  HalleysMethod, LambertW, LambertWm1, NonzeroColumns, NonzeroElements,
  DisplayVariables, PrintTable, SetElement, SetVElement
* New plotting functions: PlotCanvasFreeze/PlotCanvasThaw to improve flicker
  if doing animations with genius, and LinePlotDrawPoints function to draw just
  points without the line
* While plotting, errors are no longer forced into a dialog, and presence
  of errors is indicated in the graph window below the graph
* Allow setting color in LinePlotDrawLine with RGB vector.
* When the vector building notation is done with floats and the final
  number is within 2^-20 times the step size of the goal,
  assume there were roundoff errors and still add it, just like for loops,
  so something like 1.0:0.1:3.0 now works
* Implement subsecond precision in wait function.
* Fix memory corruption error triggered in nested floating point
  for loops with a floating point step
* Few minor bug fixes and fix some more compile warnings in gtkextra
* Streamline the compiled file format (saves about 30kb)
* A few improvements to the documentation (yelp sucks donkeyballs!
  Just had to say that).
* Translation updates (Rafael Ferreira, Marek Černocký, Daniel Mustieles,
  Wolfgang Stöggl, Miguel Rodriguez Nuñez, Piotr Drąg, Wylmer Wang,
  Dimitris Spingos, Enrico Nicoletto, Matej Urbančič)

* During making of these changes the author (Jiri) was partially supported by
  NSF grant DMS 1362337 and the Oklahoma State University

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Oct 26 10:55:41 2021 UTC (3 years, 6 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
math: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Oct 7 14:28:04 2021 UTC (3 years, 6 months ago) by nia
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -2 lines
math: Remove SHA1 hashes for distfiles

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Nov 3 23:33:33 2015 UTC (9 years, 5 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1 lines
Add SHA512 digests for distfiles for math category

Problems found locating distfiles:
	Package dfftpack: missing distfile dfftpack-20001209.tar.gz
	Package eispack: missing distfile eispack-20001130.tar.gz
	Package fftpack: missing distfile fftpack-20001130.tar.gz
	Package linpack: missing distfile linpack-20010510.tar.gz
	Package minpack: missing distfile minpack-20001130.tar.gz
	Package odepack: missing distfile odepack-20001130.tar.gz
	Package py-networkx: missing distfile networkx-1.10.tar.gz
	Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz
	Package quadpack: missing distfile quadpack-20001130.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Sep 23 22:52:01 2014 UTC (10 years, 7 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
Don't include termcap.h on SunOS.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Apr 21 18:17:35 2014 UTC (11 years ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -1 lines
Fix readline use.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Oct 27 20:35:48 2013 UTC (11 years, 6 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -1 lines
Drop -frename-registers. -finline-functions is the default for optimised
builds anyway.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jul 24 11:15:55 2013 UTC (11 years, 9 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -4 lines
update to 1.0.17
changes:
-Plotting uses cairo (and is antialised) by using updated GtkExtra
-Improvements to line plots including autoscaling the y axis by default
-PDF export
-Lots of of fixes and other minor improvements all over

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Mar 15 19:10:40 2013 UTC (12 years, 1 month ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -4 lines
update to 1.0.16
changes:
-Plotting improvements, new functions
-lots of fixes
-translation updates

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Mar 2 18:02:11 2013 UTC (12 years, 1 month ago) by joerg
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -1 lines
Fix inline use.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Apr 14 13:28:23 2012 UTC (13 years ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
update to 1.0.15
changes:
Minor fixes, enhancements, and nots of translation updates.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Sep 8 20:18:28 2011 UTC (13 years, 7 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4 lines
update to 1.0.14
changes:
-minor fixes
-documentation / translation improvements

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Nov 28 13:21:56 2010 UTC (14 years, 5 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -5 lines
update to 1.0.12
changes:
-Recently used files menu
-fixes
-translation updates

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Nov 2 18:02:34 2010 UTC (14 years, 5 months ago) by drochner
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4 lines
update to 1.0.11
changes:
* Allow changing variable names for all plotting functions
* Add SlopefieldTicks, VectorfieldTicks, LinePlotVariableNames, and
  SurfacePlotVariableNames, parameters
* Add AskButtons interactive function
* Add RungeKuttaFull, EulersMethodFull functions
* CHANGE: spelling fix: AuxiliaryUnitMatrix doesn't have two l's
* Support for setting legend on LinePlotDrawLine with a "legend" parameter
* Allow comparisons (== and !=) with null, treating it as an empty matrix
* Uses GIO instead of GnomeVFS
* Allow slopefield solutions to leave plot window by a small fudge factor.
-bugfixes
-documentation / translation updates

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Aug 18 17:40:31 2010 UTC (14 years, 8 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
GNU make fallout: it has become stricter wrt tabulation.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jan 20 17:16:38 2010 UTC (15 years, 3 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4 lines
update to 1.0.9
changes:
-Fix matrix expansion.  This also fixes AuxilliaryUnitMatrix and
 JordanBlock.
-Fix several possible crashers.
-Fix a minor memory leak.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Nov 10 18:20:05 2009 UTC (15 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -5 lines
Update to 1.0.8:

* Buildfixes for Cygwin and parallel builds (Yaakov)
* Check events before executing a command line, fixes a race which results in
  display anomalies on new vte.
* Documentation updates
* Require GTK/GLib 2.12 and use the new tooltips API.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Sep 3 13:15:20 2009 UTC (15 years, 7 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -5 lines
Update Genius Calculator to version 1.0.7.

Changes to 1.0.7:

* SYNTAX: Added a possibility to exactly specify which variables are copied
  into a function's extra dictionary when it is being returned.
    E.g. "`(x) [x0] = (x-x0)" will copy x0 from the current context.  This
  is a lot more efficient than the current behaviour which tries to copy
  everything referenced.
* SYNTAX: Add "local" variables by specifying "local x,y,z" or "local *" as
  the first statement in a function.  Local variables are not visible from
  higher contexts (functions called within)
* CHANGE: all system parameters are now protected and cannot be redefined
  using the "parameter" keyword
* Add UserVariables, UndefineAll, ProtectAll, and add Undefine as an alias to
  undefine.
* Add trigonometric Fourier series related functions:
  NumericalFourierSeriesFunction, NumericalFourierSineSeriesFunction,
  NumericalFourierCosineSeriesFunction, FourierSeriesFunction,
  NumericalFourierSeriesCoefficients, NumericalFourierSineSeriesCoefficients,
  NumericalFourierCosineSeriesCoefficients, PeriodicExtension,
  EvenPeriodicExtension, OddPeriodicExtension
* Fix changing floating point precision!
* Fix uninitialized variable in graphing (Matthias Drochner)
* Improve variable substitution for returned functions to be more efficient.
  Slightly changes behaviour with respect to global functions and variables
  used.
* Plot windows now not treated annoyingly as dialogs
* Fix compilation/decompilation of all function attributes.
* Parse/Evaluate with a syntax error at end of string no longer terminate
  genius
* Updated Mersenne stuff for the newest data from mersenne.org and
  fix MersennePrimeExponents
* Fix opening new files from the command line.
* Update the gel library to use the new language features.
* Various other minor fixes
* Translation updates (Philip Withnall, Jen Ockwell,
  Rodrigo Luiz Marques Flores, Daniel Nylander, Mario BlæÖttermann, me)

* For some of the changes the author (Jiri) was partially supported by
  NSF grant DMS 0900885 and the University of Illinois at Urbana-Champaign

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Apr 8 18:22:54 2009 UTC (16 years ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -4 lines
update to 1.0.6
changes:
-Try the slopefield / vectorfield plots
-bugfixes
-drop dependency on libgnome

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jun 23 17:16:56 2008 UTC (16 years, 10 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
update to 1.0.3
changes: Fixes, optimizations, few new functions, few improvements to GUI

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Nov 22 20:31:44 2007 UTC (17 years, 5 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -5 lines
update to 1.0.2
this is a major update: Lots of new stuff, both feature-wise and
bugfix wise

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Mar 7 16:48:39 2007 UTC (18 years, 1 month ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
Fix build on systems without wordexp(3). While wordexp returns the
pattern if nothing is matched, glob(3) by default considers that an
error.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Feb 8 18:27:22 2007 UTC (18 years, 2 months ago) by drochner
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
update to 0.7.7
changes:
* Add IsPositiveDefinite, IsPositiveSemidefinite, QuarticFormula
* SEMANTICS: QuadraticFormula, CubicFormula, Eigenvalues, and DiagonalOf
  now consistently return a column vector
* Fix CubicFormula for complex coefficients and better handle real roots,
  and use QuarticFormula in PolynomialRoots
* Eigenvalues now computes eigenvalues for 3x3 and 4x4 matrices
-some UI improvements
* Documentation updates
* Fix plugin reading
* Portability fixes
* Translation updates

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 30 21:41:26 2006 UTC (18 years, 6 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
update to 0.7.6.1
changes:
* Add QuadraticFormula, CubicFormula, PolynomialRoots, CommutationMatrix,
  ToeplitzMatrix, MakeVector, RiemannZeta, GammaFunction
* Add --exec option to execute an expression from the command line
* Add chapter to the documentation on plotting and other minor updates to
  the docs
* Fix complex number handling in number of functions, particularly in
  all functions that use gaussian elimination and related routines
* Translations updated a teeny bit
* Fix rational powers

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Aug 3 18:59:58 2006 UTC (18 years, 8 months ago) by drochner
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
add genius-0.7.5, just another math/graphing tool

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Aug 3 18:59:58 2006 UTC (18 years, 8 months ago) by drochner
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>