Version: 0.10.55-bp155.1.6
* Sun Feb 05 2023 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.10.55:
+ Configuration updates.
* Fri Jan 20 2023 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.10.54:
+ Allow multiple data labels for series.
+ Fix accumulator problem with infinites.
+ Fix fraction-formatting overflow problem.
* Sun Sep 18 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.10.53:
+ Fix problem rendering "...E-xx" numbers.
+ Hack around introspection issue.
+ Fix crash in plot.
* Tue Apr 19 2022 Emily Gonyer <emilyyrose@gmail.com>
- Updated to version 0.10.52
+ Improve GOComboBox css styling.
+ Reimplement GOActionComboStack using GtkComboBox.
+ Introspection fixes.
+ Documentation fixes.
+ Fix go+{add,sub}_epsilon{,l} confusion in fallback code for win32.
+ Fix long double problem with go_dtoa.
* Fri Jan 21 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.10.51:
+ Do not clip markers in scatter plots.
+ Draw background and outline for data labels.
+ Fix go_fake_{ceil,floor} confusion.
+ Introspection updates.
+ Improve go_pow10 accuracy by avoiding pow as much as possible.
+ Take evasive action re g_memdup.
Version: 0.10.50-bp154.1.142
* Mon Sep 20 2021 Stanislav Brabec <sbrabec@suse.com>
- Remove obsolete translation-update-upstream support
(jsc#SLE-21105).
* Fri Jun 11 2021 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.10.50:
+ Fix data update in matrix plots.
+ Fix rendering on high resolution monitors when scale is not 1.
+ Simplify regression equation code.
+ Use only 3 decimals for R^2 for regression lines.
+ Eliminate empty Special category from format selector.
+ Improve regression line equation for date axes.
* Thu Mar 18 2021 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.10.49:
+ Fix ods format problem.
+ Fix axis line crash.
+ Add state and saved-state to GODoc.
* Thu Aug 20 2020 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.10.48:
+ Avoid serializing empty graph data.
+ Clip data labels in XY plots.
+ Don't emit a critical for invalid series in Logarithmic fit.
+ Optimize GtkWidget embedding in the canvas.
+ Clip grid lines rendering to the plot area.
+ Speed up GocGroup for large number of children.
+ Make GocGroup usable as a widgetless canvas.
+ Avoid critical in document image handling.
+ Introspection fixes.
+ Speed up GocGroup for large number of children.
+ Stop checking for Xrender.
+ Plug leaks.
* Sat May 09 2020 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.10.47:
+ Fix crash if a XY plot series has data labels but no valid
data.
+ Fix criticals related to data labels.
+ Fix a drawing error in contour plots.
+ Ensure that all required dims have valid data in a valid
series.
+ Fix legend order in bar plots.
+ Test plot series validity after a data change.
+ Fix crossing axis position.
+ Fix component duplication.
+ Fix library namespace issue.
+ Implement auto-by-extension for image files.
* Sat Jan 25 2020 Dominique Leuenberger <dimstar@opensuse.org>
- No longer recommend -lang: supplements are in use
* Fri Nov 08 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.10.46:
+ Fix equations edition inside charts.
+ Fix legend contents for contour plots.
+ Add more functions to inspect formats.
+ Fix UTF-8 problem with format "mmmmm".
* Fri Jun 07 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.10.45:
+ Fix crash in exponential smoothing with invalid y data.
+ Fix ring plot center size persistence.
+ Introspection fixes.
+ Work around gtk-doc bugs.
* Fri Nov 30 2018 bjorn.lie@gmail.com
- Update to version 0.10.44:
+ No changes, version bump only.
* Mon Aug 20 2018 bjorn.lie@gmail.com
- Update to version 0.10.43:
+ No changes, version bump only.
* Mon Aug 13 2018 bjorn.lie@gmail.com
- Update to version 0.10.42:
+ Fix box plots when only outliers lie outside of the box.
+ Introspection fixes.
+ Improve file saver api.
+ Avoid hash order dependency for plugins.
+ dtoa: ensure fpu rounding mode here.
+ Test fixes.
Version: 0.10.41-bp150.1.3
* Tue May 08 2018 bjorn.lie@gmail.com
- Update to version 0.10.41:
+ Avoid excess precision of graph ticks.
* Thu May 03 2018 bjorn.lie@gmail.com
- Update to version 0.10.40:
+ Introspection fixes (bgo#793684).
+ Fixes required for running with musl (bgo#794115).
+ Store last-known modtime for GODoc.
+ Option menus: handle markup for labels.
+ Improve font selector sizing a bit.
* Tue Mar 20 2018 dimstar@opensuse.org
- Unconditionally enable translation-update-upstream: on
Tumbleweed, this results in a NOP and for Leap in SLE paid
translations being used (boo#1086036).
* Wed Mar 14 2018 luc14n0@linuxmail.org
- Update to version 0.10.39:
+ sinpi/cospi/tanpi/cotpi improvement.
- Drop pristine distro version > 12.x conditional for using GI
bindings.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Sun Dec 31 2017 jengelh@inai.de
- --with-pic has no effect with --disable-static, so drop it.
* Fri Dec 29 2017 zaitor@opensuse.org
- Update to version 0.10.38:
+ Avoid a few dubious uses of deprecated gtk+ functions.
+ Reduce number of compiler warnings.
- Use plain make call again, fix build for old versions of
openSUSE.
* Sat Dec 02 2017 luc14n0@linuxmail.org
- Update to version 0.10.37:
+ No visible changes for the users.
- Point fdupes to the data directory intead of build root, which is
is a practice that must be avoided.
- Adopt the use of %make_build macro instead of raw make command,
following the best practices.
- Remove %clean section once its use is redundant since RPM does
this work now.
* Sun Nov 19 2017 luc14n0@linuxmail.org
- Update to version 0.10.36:
+ Bug Fixes:
- Engineering format (bgo#785669).
- Crash in 3D plots when X or Y values are missing
(bgo#788437).
- Documentation build with recent gtk-doc (bgo#788710).
- Don't use invalid styles in legend from contour or surface
plots imported from Excel (bgo#788861).
- Add gio-2.0, gmodule-2.0 and gobject-2.0 pkgconfig BuildRequires:
they were being pulled by the already declared
pkgconfig(glib-2.0) and used, since they all live in glib2-devel
package.
- Add pkgconfig(libxml-2.0) BuildRequires: required dependency
checked by configure. Note that it was already being used but
not declared.
- Update typelib-1_0-GOffice-0_10 summary for something shorter and
correct GOffice spelling in devel package summary.
* Tue Jul 11 2017 zaitor@opensuse.org
- Update to version 0.10.35:
+ Fix quad-precision overflow problem.
* Tue Mar 21 2017 dimstar@opensuse.org
- Update to version 0.10.34:
+ Fix rich-text format problem.
* Tue Jan 31 2017 firebird209@gmail.com
- Update to version 0.10.33:
+ Make box plots look like bar plots in legends (bgo#773825).
+ Fix conditional compilation for long double (bgo#774439).
+ Reimplement major grids for discrete axes (bgo#775624).
+ Fix add child menu in graph guru (bgo#777336).
+ Fix evaluation of regression curves for area plots
(bgo#777334).
+ Introspection fixes.
* Sat Aug 20 2016 zaitor@opensuse.org
- Update to version 0.10.32:
+ Avoid gnome-common dpendency.
+ Plug leak.
- Conditionally apply translations-update-upstream BuildRequires
and macro for non-openSUSE only.
* Thu Jun 30 2016 zaitor@opensuse.org
- Update to version 0.10.31:
+ No changes, versionbump only.
* Sun Jun 19 2016 zaitor@opensuse.org
- Update to version 0.10.30:
+ Fix color scale reference to its axis (bgo#766829).
* Sat May 07 2016 zaitor@opensuse.org
- Update to version 0.10.29:
+ Do not load invalid data labels in XYcolor plots (bgo#765155).
+ Fix an infinite loop condition in 3D plots (bgo#765480).
+ Implement line width and fill pattern support in themes
(bgo#765970).
+ Improve go_complex_sqrt.
+ Improve go_complex_div.
* Wed Mar 23 2016 dimstar@opensuse.org
- Update to version 0.10.28:
+ Fix histograms with missing values (bgo#763446).
+ Configuration fixes.
+ Introspection improvements.
* Sat Feb 06 2016 zaitor@opensuse.org
- Update to version 0.10.27:
+ Support new foreign element in ODF export of time styles.
+ Add title to axis lines (bgo#760675).
+ Fix go_complex_powl accuracy for real case.
+ Fix go_complex_div for very small divisor.
* Tue Dec 29 2015 dimstar@opensuse.org
- Update to version 0.10.26:
+ Version bump only to stay in sync for gnumeric.
* Sat Dec 26 2015 damjanovic.ivo@gmail.com
- Update to version 0.10.25:
+ Plug leaks.
+ Fix axis editing bug (bgo#684886).
+ Make builds more reproducible.