Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5a66269f62 | |||
| 8cefdb59e8 | |||
| 21f0ba4643 | |||
| 07912da122 | |||
| 224e73a868 | |||
| f8ebfbe527 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a498e98a3b6b62032b198700bc90db825cd9a5f0d7453df68d17291dc581406
|
||||
size 14736688
|
||||
3
gretl-2025a.tar.xz
Normal file
3
gretl-2025a.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e41f55d59d76f87bb4d31fbebb69dd5175aaf7593f497cbbdb70e82ce79f8444
|
||||
size 14823400
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67ada7ba5c7a794a9f011e962ee3f317458ac5e3214356b103d2793897adb4a8
|
||||
size 2505257
|
||||
oid sha256:4bf8795c1030dabfd5ffc1cabf4e24bdbda73078f8ea66fca06896ddc5400b94
|
||||
size 2509929
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c93f9e74bac3759dccd97dd34e2db96f8a767b61f5434d8bdbf6101e03971f3
|
||||
size 977445
|
||||
oid sha256:344b8fa37cba19ff2b5e626939293804ad2aa1aa9544e30055dac9fb5c6ab8db
|
||||
size 985877
|
||||
|
||||
@@ -1,3 +1,76 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 6 14:07:40 UTC 2025 - pgajdos@suse.com
|
||||
|
||||
- version update to 2025a
|
||||
* kalman filter: fixes for variance of smoothed disturbances
|
||||
and some documentation updates
|
||||
* "meantest" and "vartest" commands: support more options and
|
||||
expand their documentation
|
||||
* "system" command, iterated variants: allow more iterations
|
||||
(now 250) before declaring non-convergence
|
||||
* aggregate() function; speed improvement in the matrix case
|
||||
* hyp2f1 function: enhance the documentation
|
||||
* document the $pmanteau accessor for VARs
|
||||
* GUI, preferences dialog: add a tab specifically for plot-
|
||||
related settings
|
||||
* Fix bug: potential crash in the GUI when trying to forecast
|
||||
from an ARIMA model without a constant
|
||||
* Fix bug: "dataset addobs n" with panel data (and without the
|
||||
*-panel-time option) was not respecting the documented
|
||||
policy that 'n' refers to the number of cross-sectional
|
||||
units to be added to the dataset
|
||||
* Fix bug: "mpols" was not respecting the --simple-print
|
||||
option, now it does
|
||||
* Fix bug: the "join" command could overwrite some existing
|
||||
data with missing values (contrary to the documentation) in
|
||||
some cases
|
||||
* Fix bug: the RESET test in the GUI was broken when the
|
||||
"show all variants" option was selected (since 2024c)
|
||||
* Function packaging: fix to allow a plot-checker function to
|
||||
be private; documentation updates
|
||||
* markdown parser: improve extraction of URLs
|
||||
* minor code adjustments to comply with the C23 standard
|
||||
* update sourceforge URLs to use https
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 09:35:06 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 2024d:
|
||||
* "append" command: make the help text more explicit
|
||||
* "pca" command: make a $result bundle available
|
||||
* "square" command and square() function: don't skip dummy
|
||||
variables when computing cross-products
|
||||
* xmax() and xmin() functions; consolidate with max, min but
|
||||
retain the "x" variants as aliases until further notice
|
||||
* Fix possible incorrect behavior of "smpl" in some special
|
||||
cases (inside a function, when the dataset is sub-sampled at
|
||||
the caller level)
|
||||
* nelem() function: ensure that it returns the number of bytes
|
||||
in a string argument, as per the documentation
|
||||
* Avoid false positives in detecting markdown in help text for
|
||||
function packages
|
||||
* dbnomics addon: don't fail on database IDs that contain '@'
|
||||
(as some OECD identifiers now do)
|
||||
* gretl_edit: use a scrollable window when displaying stderr
|
||||
output, so it doesn't get truncated
|
||||
* When adding a 1x1 matrix to a bundle via defbundle() or _()
|
||||
don't automatically convert it to a scalar
|
||||
* Tweaks for handling of empty matrices plus a little more
|
||||
documentation
|
||||
* GUI: support Ctrl + mouse-wheel to resize text
|
||||
* GUI: fixes for breakage when resizing plots in some cases
|
||||
* Documentation for addons: avoid collision with hyperref
|
||||
- Update gretl-guide.pdf and gretl-ref.pdf.
|
||||
- Replace update-desktop-files with desktop-file-utils for
|
||||
BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 14 21:26:42 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Replace pkgconfig(gtksourceview-3.0) with
|
||||
pkgconfig(gtksourceview-4) BuildRequires: Update to a more
|
||||
current gtksourceview.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 15 18:40:59 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
||||
10
gretl.spec
10
gretl.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gretl
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2012, Efstathios Agrapidis (stathisagrapidis@gmail.com)
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -17,9 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define libname libgretl-1_0-48
|
||||
%define libname libgretl-1_0-51
|
||||
Name: gretl
|
||||
Version: 2024b
|
||||
Version: 2025a
|
||||
Release: 0
|
||||
Summary: GNU regression, econometrics and time-series library
|
||||
License: GPL-3.0-only
|
||||
@@ -29,6 +29,7 @@ Source0: https://downloads.sourceforge.net/gretl/%{name}-%{version}.tar.x
|
||||
Source1: https://downloads.sourceforge.net/gretl/gretl-guide.pdf
|
||||
Source2: https://downloads.sourceforge.net/gretl/gretl-ref.pdf
|
||||
BuildRequires: R-base-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
# Documented build requirements
|
||||
BuildRequires: gcc-c++
|
||||
@@ -36,11 +37,10 @@ BuildRequires: gcc-fortran
|
||||
BuildRequires: gnuplot
|
||||
# Extra build requirements for openSUSE
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(fftw3)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gmp)
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0)
|
||||
BuildRequires: pkgconfig(gtksourceview-4)
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(lapack)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
|
||||
Reference in New Issue
Block a user