Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
CoinMP is a C-API library that supports most of the functionality
of CLP (Coin LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation
Library) projects.
|
|
- Add LICENSE gnu-gpl-v2
(upstream)
- Update 2.12 to 2.13
##############################################
# 2013-03-13 galculator 2.1.3 released #
##############################################
2014-03-07 Simon Floery <simon.floery@rechenraum.com>
* Added Spanish tranlsation (thanks to jcsl, sf.net patch #8)
2014-02-19 Simon Floery <simon.floery@rechenraum.com>
* Fixed segfault introduced in r134
2014-01-13 Simon Floery <simon.floery@rechenraum.com>
* Updated Turkish translations (thanks to Volkan, fixes sf.net #103)
2014-01-08 Simon Floery <simon.floery@rechenraum.com>
* Fixing result string corruption when toggling sign (thanks to Juha
Kylliaein for reporting)
* Emitting signal in apply_preferences so that menu gets hidden after a
restart again (closes sf.net #99)
2013-09-01 Simon Floery <simon.floery@rechenraum.com>
* added Hungarian translation (thanks to Zoltan)
2013-08-14 Simon Floery <simon.floery@rechenraum.com>
* rpn_stack_list when pasting (fixes sf.net #98, thanks to Don Allen for
reporting).
|
|
2013-03-16 Masahiro TANAKA <masa16.tanaka@gmail.com>
* narray.c (Init_narray): add map, map!
Thanks to Michael Macias.
|
|
|
|
|
|
|
|
|
|
### 1.0.1 / 22.01.2015
* Fixing Excel::Worksheet#dimensions
|
|
|
|
|
|
|
|
version: 0.14
date: Sat Oct 25 16:08:47 CEST 2014
changes:
- support IMath as an optional replacement for GMP
- minor AST generator improvements
|
|
|
|
|
|
|
|
changelog:
0.3.3.5
* Fixed bug when converting the Scientific:
`scientific 0 someBigExponent` to a bounded Integral using toBoundedInteger
or to a bounded RealFloat using toBoundedRealFloat.
If someBigExponent was big enough to trigger the big-exponent protection
the beforementioned functions didn't return 0.
This is fixed by explicitly handling a coefficient of 0.
|
|
changelog:
0.3.3.4
* Relax upper version bounds of base and deepseq
for the test suite and benchmarks.
0.3.3.3
* Add support for `deepseq-1.4`.
0.3.3.2
* Fix parsing of empty digit string (#21).
|
|
0.07 Fri Jan 2 10:35:47 2015
- Perl 5.22 exports POSIX::round, so "use POSIX" had to be
changed to "use POSIX ()". Thanks to Jarkko Hietaniemi and
Slaven Rezic for the tip.
|
|
XXX: this should probably be all LP64PLATFORMS, not just alpha.
|
|
|
|
|
|
|
|
|
|
|
|
Own detection in configure script with compiler name basisis is not good enough,
and required header file may not be installed.
resolve PR pkg/49496 by Sevan Janiyan.
|
|
|
|
|
|
|
|
|
|
|
|
Requested by Kai-Uwe Eckhardt.
Remove an incorrect comment.
Changes:
One of the mpfr_exp implementations uses a left shift on an integer
that can be negative: exps <<= 1; and this has an undefined behavior
according to the ISO C standard. In most cases, this will correspond
to a multiplication by 2, and the code will behave as expected
(this is why the bug hadn't been detected until now). But problems
may occur if a sanitizer is used (this is how this bug was detected)
or possibly in case of advanced optimizations, such as LTO. This
is fixed by the exp_2 patch.
The mpfr_fits_u*_p functions return 0 ("doesn't fit") instead of
non-zero ("fits") on negative arguments for which the rounding to
an integer in the given rounding mode is 0. This bug is fixed by
the fits-smallneg patch, which also updates the testcases.
Some tget_flt tests fail in environments where native C floating-point
division by zero is not supported, e.g. regarded as an error, such
as with Clang's sanitizer; some similar tests were already disabled
in such a case, but not all. The tset_ld test triggers a useless
overflow on a double. These problems are fixed by the clang-divby0
patch, which also disables constant division by zero on the native
C type double with Clang in order to avoid incorrect code.
The formatted output functions (mpfr_*printf) are incorrect on the
value 0 when using the alternative form (# flag), a positive
precision, and the g or G conversion specifier: there is one
additional trailing 0. The corresponding test is also incorrect
(explaining why the bug was not detected). These problems are fixed
by the printf-alt0 patch, which also provides some additional
related tests.
Only for applications using the custom interface: The mpfr_custom_init_set
macro has a typo in a variable name, which can yield incorrect
behavior if the second argument is not a simple expression. This
bug is fixed by the custom_init_set patch.
The build fails on li2.c with the GCC -Werror=return-type option
when logging has been enabled. This problem is fixed by the li2-return
patch.
The rounding of mpfr_exp can be incorrect for output precisions
larger than or equal to MPFR_EXP_THRESHOLD (several thousands of
bits; its value depends on the architecture). This bug is fixed by
the exp3 patch, which also provides a testcase.
This MPFR release fails to build with GMP 6 when the --with-gmp-build
configure option is used. The gmp6-compat patch fixes this
compatibility problem.
When dividing a very large number (near the maximum finite one, in
absolute value) by a very small number (near the minimum one, in
absolute value), an integer overflow occurs in the computation of
the exponent of the result, yielding undefined behavior, such as
the result 0 instead of infinity. This bug is fixed by the div-overflow
patch, which also provides a testcase.
The vasprintf.c source file contains incorrect assertions, which
may fail while the computation is valid; this can occur only when
outputting tiny numbers (very small exponents). These assertions
are fixed by the vasprintf patch, which also provides a testcase.
A buffer overflow may occur in mpfr_strtofr. This is due to incorrect
GMP documentation for mpn_set_str about the size of a buffer
(discussion; first fix in the GMP documentation). This bug is
present in the MPFR versions from 2.1.0 (adding mpfr_strtofr) to
this one, and can be detected by running "make check" in a 32-bit
ABI under GNU/Linux with alloca disabled (this is currently possible
by using the --with-gmp-build configure option where alloca has
been disabled in the GMP build). It is fixed by the strtofr patch.
|
|
XXX: This does not handle distribution patches.
|
|
|
|
|
|
Overview of changes in gnome-calculator 3.14.1
* Update : Translations (Translation team)
* Update : Search provider timeout (Michael Catanzaro)
* Workaround : Warning in search-provider log (Michael Catanzaro)
* Fix : Crash on thousand saperator (Michael Catanzaro)
* Fix : Button arrangement in programming mode (Abhinav)
* Fix : Vala warning about empty conditional body (Michael Catanzaro)
* Fix : Remove use of GtkAlignment (Michael Catanzaro)
* Fix : Use set_accels_for_action() (Arnaud Bonatti)
* Removed : Gtk.Widget.ensure_style() (Michael Catanzaro)
* Removed : Use of fixes.vapi for langinfo (Michael Catanzaro)
Overview of changes in gnome-calculator 3.14.0
* Update : Translations (Translation team)
Overview of changes in gnome-calculator 3.13.92
* Update : Translations (Translation team)
* Fix : Documentation (Documentation team)
Overview of changes in gnome-calculator 3.13.90
* Update : Translations (Translation team)
* Update : doap file (Piotr Drąg, Olav Vitters)
* Fix : test install (Vadim Rutkovsky)
Overview of changes in gnome-calculator 3.13.3
* New : Calculator search provider (Michael Catanzaro)
* New : Tests in release tarball (Vadim Rutkovsky)
* New : Localized radix character from command-line (Michael Catanzaro)
* Update : Translations (Translation team)
* Fix : Restore previous answer on undo (Rodolphe PELLOUX-PRAYER)
* Fix : Segfault on undo beyond history (Elita Lobo)
* Fix : Malformed expression error on base change (PioneerAxon)
* Fix : Critical warnings when entering Financial Mode (Michael Catanzaro)
* Fix : Fix gcalccmd crash (PioneerAxon)
* Fix : gcalccmd now exits with new-line (PioneerAxon)
* Fix : Reset text in new function pop-up (ZZroman)
* Fix : Removed redundent calls to notify_property() (Michael Catanzaro)
* Fix : Use layout based decimal saperator on numberpad (Pierre Ossman)
* Fix : Appdata : add default screenshot (Richard Hughes)
* Fix : Don't create fundamental types (Michael Catanzaro)
* Fix : Typo in step definition filelist (Vadim Rutkovsky)
* Removed : Latvian lats from default currencies (Michael Catanzaro)
Overview of changes in gnome-calculator 3.13.2
* New : Tests (Vadim Rutkovsky)
* New : Use popover to change mode (Michael Catanzaro)
* New : Use headerbar for preference dialog (Michael Catanzaro)
* Update : GTK+ and vala dependencies (Michael Catanzaro)
* Update : Modernize option parsing (Paolo Borelli)
* Update : URLs in doap file (Piotr Drag)
* Update : License fields in appdata (Michael Catanzaro)
* Update : Translations (Translation team)
* Fix : Ignore libtool files (Michael Catanzaro)
* Fix : Failing test-case due to updated libc (PioneerAxon)
* Fix : Crash due to non-validated return iterator (Andreas Henriksson)
* Fix : Close popover after changing mode (Arnaud Bonatti)
* Fix : Focus input field after mode change (Michael Catanzaro)
* Fix : Mark image not translatable (Gabor Kelemen)
* Fix : Crash on sub/superscript with trailing space (Robert Ancell)
Overview of changes in gnome-calculator 3.12.0
* Update : Translations (Translation team)
Overview of changes in gnome-calculator 3.11.92
* Update : Translations (Translation team)
* Fix : Lost text focus on click (Simen Heggestøyl)
Overview of changes in gnome-calculator 3.11.91
* New : Use git.mk (Michael Catanzaro)
* Update : Rename desktop file (Michael Catanzaro)
* Update : Translations (Translation team)
* Fix : Makefile (Michael Catanzaro)
* Fix : Precision loss (Daniel Renninghoff)
* Fix : 0^0 should be indeterminate (Elita Lobo)
* Fix : Precision error for ln () calculations (Daniel Renninghoff)
Overview of changes in gnome-calculator 3.11.90
* Update : Translations (Translation team)
* Fix : Window specific mode and actions (Michael Catanzaro)
* Fix : About dialog (Michael Catanzaro)
Overview of changes in gnome-calculator 3.11.5
* Update : Translations (Translation team)
* Update : Documentation (PioneerAxon, Baptiste Mille-Mathias)
* Fix : Appdata (Michael Catanzaro)
Overview of changes in gnome-calculator 3.11.4
* Update : Translations (Translations team)
* Fix : Add tooltip to custom functions (Garima Joshi)
* Fix : Bug in representation mode for non-decimal answers (PioneerAxon)
Overview of changes in gnome-calculator 3.11.3
* New : Custom functions (Garima Joshi)
* New : Support for factorials of positive decimal numbers (Rashid Khan)
* Update : Depend on newer versions of GTK, Vala (Michael Catanzaro)
* Update : Translations
* Update : Use HeaderBar (Michael Catanzaro)
* Fix : Stop using stock icons (Robert Ancell)
* Fix : Compilation warnings (Robert Ancell)
* Fix : Title in basic mode (Michael Catanzaro)
* Fix : Typos (Christian Kirbach, Seán de Búrca)
* Fix : Newline text wrap bug (Kevin THIERRY)
* Fix : "Malformed expression" stays forever bug (Rashid Khan)
* Fix : AppData (Richard Hughes)
* Fix : Misc cleanup (Michael Catanzaro, Olav Vitters)
|
|
|
|
|
|
|
|
We have to enable -msse2 before checking for xmmintrin.h.
|
|
Upstream changes:
Version 0.9
2013-12-10 Change LICENCE following advince from Kurt Hornik
Version 0.8
2013-12-10 date stamp for CRAN submssion
2013-09-30 mv inst/doc vignettes
rmdir inst
Version 0.7
2013-09-27 Add MIT to LICENSE
Version 0.6
2012-04-16 Change "integer gmax/50/" into "integer gmax, data gmax/50/" in lmm.f
as suggested by Brook Milligan [mailto:brook@nmsu.edu]
2012-04-11 Revise example.Rd
2012-04-06 Include incomplete data in marijuana.rda
Accommodate the change in example.Rd
2012-04-05 Fix typos and add title to Table 1 in lmm-tr.Rnw
|
|
++pkgrevision.
|
|
|
|
labeling sequential data. The first priority of this software is to
train and use CRF models as fast as possible even at the expense of
its memory space and code generality. CRFsuite runs 5.4 - 61.8 times
faster than C++ implementations for training. CRFsuite supports
parameter estimation with L1 regularization (Laplacian prior) using
Orthant-Wise Limited-memory Quasi-Newton (OW-LQN) method and L2
regularization (Gaussian prior) using Limited-memory BFGS (L-BFGS)
method.
|
|
|