Age | Commit message (Collapse) | Author | Files | Lines |
|
Gnumeric 1.12.9
Jean
* Implement double click for graph sheets. [#712216]
Morten:
* Minor improvement to history dialog.
* Fix drop-down sizing (gtk+ regression). [#710749]
* Improve accuracy of R.QCAUCHY.
* Acquire more special function test cases.
* Improve accuracy of R.QGAMMA and thus R.QCHISQ.
* Improve accuracy of R.QBETA, R.QF, R.QTUKEY, R.QSNORM, and R.QST.
* Improve accuracy of COMBIN, PERMUT, POCHHAMMER, FACT, GAMMA.
* Improve accuracy of bessel functions with large non-integer alpha.
* Improve accuracy of ACOTH.
* Fix fuzzed file problems. [#708091] [#712662] [#712685] [#712700]
[#712708] [#712772] [#712788] [#712731] [#715003]
* Restore sheet reordering by drag.
* Fix BETA on win32.
* Fix win32 registry initialization.
* Fix win32 gdk-pixbuf install heisen-crash.
* Incorporate new tests from crlibm.
* New functions SINPI and COSPI.
* Improve accuracy of SIN/COS/TAN on win32.
* Work around GTK+ ABI break. [Redhat #1033827]
Xabier Rodríguez Calvar:
* Fix dialog button order. [#710378]
|
|
|
|
BROKEN and explicitly scheduled to be removed after 2013Q4.
|
|
|
|
|
|
Calculator.cpp, but it was enough to push it over 2GB. So disable
optimisation for now.
|
|
This is a major release from 0.11.0 and includes several new features
and enhancements along with a large number of bug fixes.
Highlites include a consistent I/O API naming scheme, routines to read
html, write multi-indexes to csv files, read & write STATA data files,
read & write JSON format files, Python 3 support for HDFStore, filtering
of groupby expressions via filter, and a revamped replace routine that
accepts regular expressions.
For detailed changes see:
http://pandas.pydata.org/pandas-docs/stable/whatsnew.html
|
|
Bump PKGREVISION for runtime dependency pattern changed packages.
|
|
|
|
|
|
### 0.9.6 / 02.12.2013
Author: Malcolm Blyth <trashbat@co.ck>
Date: Mon Dec 2 11:44:25 2013 +0000
* Fixed issue whereby object author being null caused a gross failure.
* Now returns object author as an empty string
|
|
|
|
|
|
### 0.9.5 / 20.11.2013
Author: Malcolm Blyth <trashbat@co.ck>
Date: Tue Nov 19 15:14:31 2013 +0000
* Bumped revision
* Fixed author stringname error (damn this 1 based counting)
* Updating integration test to check for comments contained within the cells.
* Checking also for multiple comments in a sheet
|
|
|
|
|
|
|
|
Ipopt (Interior Point OPTimizer, pronounced eye-pea-Opt)
is a software package for large-scale nonlinear optimization.
It is designed to find (local) solutions of mathematical
optimization problems of the form
min_{x in R^n} f(x)
s.t. g_L <= g(x) <= g_U
x_L <= x <= x_U
where f(x): R^n --> R is the objective function,
and g(x): R^n --> R^m are the constraint functions.
The vectors g_L and g_U denote the lower and upper bounds on the
constraints, and the vectors x_L and x_U are the bounds on the
variables x. The functions f(x) and g(x) can be nonlinear and
nonconvex, but should be twice continuously differentiable.
Note that equality constraints can be formulated in the above
formulation by setting the corresponding components of g_L and
g_U to the same value.
Ipopt is part of the COIN-OR Initiative.
|
|
### 0.9.4 / 12.11.2013
* Updated Manifest.txt
### 0.9.3 / 12.11.2013
commit e15d8b45d7587f7ab78c7b7768de720de9961341 (refs/remotes/gguerrero/master)
Author: Guillermo Guerrero <g.guerrero.bus@gmail.com>
Date: Tue Nov 12 11:50:30 2013 +0100
* Refactor update_format for cloning format objects
* Added lib/spreadsheet/note.rb to Manifest.txt file
* 'update_format' methods now receive a hash of key => values to update
Author: Przemysław Ciąćka <przemyslaw.ciacka@gmail.com>
Date: Tue Nov 12 00:07:57 2013 +0100
* Added lib/spreadsheet/note.rb to Manifest.txt file
|
|
### 0.9.2 / 11.11.2013
commit e70dc0dbbc966ce312b45b0d44d0c3b1dc10aad6
Author: Malcolm Blyth <trashbat@co.ck>
Date: Mon Nov 11 15:53:58 2013 +0000
*Corrected compressed string formatting - *U (UTF-8) should have been *S (16-bit
string)
*Completed addition of notes hash to worksheet
*Bumped revision
*Updated reader and note
Note class no longer extends string for simplicity and debug of class (pp now
works a bit more easily)
Reader has had loads of changes (still WIP) to allow objects of class
Note and NoteObject to be created and combined in the postread_worksheet function
*Adding noteObject to deal with the Object (and ultimately text comment field)
created by excel's madness
|
|
|
|
bugfixes, many new features, improved stability and performance.
|
|
|
|
|
|
The latter has been deprecated in TeX Live 2013.
|
|
-Wl before passing them back to CC.
|
|
|
|
MiniSat is a minimalistic, industrial strength, open-source SAT solver,
developed to help researchers and developers alike to get started on SAT.
|
|
Gnumeric 1.12.8
Andreas:
* Update/fix documentation [#708679][#707075][#708556]
* Fix paste into locked cells [#702292]
Jean:
* Fix radio buttons behavior in covariance dialog. [#707595]
* Add a border around font selector in cell format dialog. [#708567]
Morten:
* Fix fuzzed file crash. [#707875]
* Use lighter green for function markers. [#708573]
* Fix item cursor problem. [#709320]
* Fix win32 compilation.
|
|
builds anyway.
|
|
-Wl before passing them to CC.
|
|
### 0.9.1 / 24.10.2013
Date: Thu Oct 24 09:41:50 2013 +0300
* Add support for worksheet visibility
|
|
by pkgsrc-pmc.
If you are interested in one of these, please fix it before 2013Q4.
|
|
|
|
SciPy 0.12.1 is a bug-fix release with no new features compared to
0.12.0. The single issue fixed by this release is a security issue in
``scipy.weave``, which was previously using temporary directories in
an insecure manner under certain circumstances.
|
|
|
|
packages fine for me. Remove it.
|
|
|
|
|
|
|
|
Gnumeric 1.12.7
Morten:
* Extend BESSELJ and BESSELY to handle fractional order. [#706720]
* Fix crash with split pane. [#707047]
--------------------------------------------------------------------------
Gnumeric 1.12.6
Andreas:
* Fix crash on corrupted files. [#706526]
Morten:
* Fix crash on corrupted files. [#706413] [#706417]
* Fix save style performance issue. [#699045]
|
|
Changes since 3.1.3:
Bug 620: Fix robustness and performance issues in JacobiSVD::solve.
Bug 613: Fix accuracy of SSE sqrt for very small numbers.
Bug 608: Fix sign computation in LDLT.
Fix write access to CwiseUnaryView expressions.
Fix compilation of transposeInPlace() for Array expressions.
Fix non const data() member in Array and Matrix wrappers.
Fix a few warnings and compilation issues with recent compiler versions.
Documentation fixes.
|
|
package installation.
Bump PKGREVISION.
|
|
### 0.9.0 / 16.09.2013
* Author: Pavel <pavel.evst@gmail.com>
Date: Mon Sep 16 14:02:49 2013 +0700
* Test cases for Worksheet#margins, Worksheet#pagesetup, Workbook#delete_worksheet. Fix bugs related to it.
* Page margins reader/writter
* Markdownify GUIDE
* Add page setup options (landscape or portrait and adjust_to)
|
|
|
|
|
|
|
|
|
|
|
|
|