Accepting request 1032902 from home:dimstar:Factory
- Update to version 1.9.0.23: + English documentation new layout/fixes. + improvements mainly in nlpsolve (implements now a fast and robust interior-point algorithm, alongside Nelder-Mead and differential evolution methods for derivative-free optimization) and global minimization of a continuous function on a segment (find_minimum). + Integration of the 3d renderer for calculators, gives now a simpler alternative to OpenGL (useful if OpenGL inside Xcas raises bugs like black screen). + compatibility with new Numworks calculator bootloader. OBS-URL: https://build.opensuse.org/request/show/1032902 OBS-URL: https://build.opensuse.org/package/show/science/giac?expand=0&rev=12
This commit is contained in:
parent
972de5b8a1
commit
ea9db68c6b
15
giac.changes
15
giac.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 2 13:56:07 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.9.0.23:
|
||||||
|
+ English documentation new layout/fixes.
|
||||||
|
+ improvements mainly in nlpsolve (implements now a fast and
|
||||||
|
robust interior-point algorithm, alongside Nelder-Mead and
|
||||||
|
differential evolution methods for derivative-free
|
||||||
|
optimization) and global minimization of a continuous function
|
||||||
|
on a segment (find_minimum).
|
||||||
|
+ Integration of the 3d renderer for calculators, gives now a
|
||||||
|
simpler alternative to OpenGL (useful if OpenGL inside Xcas
|
||||||
|
raises bugs like black screen).
|
||||||
|
+ compatibility with new Numworks calculator bootloader.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 2 10:12:50 UTC 2022 - Bernhard Wiedemann <bwiedemann@suse.com>
|
Wed Feb 2 10:12:50 UTC 2022 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package giac
|
# spec file for package giac
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_with cocoa
|
%bcond_with cocoa
|
||||||
Name: giac
|
Name: giac
|
||||||
%define tarver 1.7.0-43
|
%define tarver 1.9.0-27
|
||||||
Version: %( echo %{tarver} | sed 's/-/./' )
|
Version: %( echo %{tarver} | sed 's/-/./' )
|
||||||
%define mainver %( echo %{tarver} | sed 's/-.*//' )
|
%define mainver %( echo %{tarver} | sed 's/-.*//' )
|
||||||
%define soname 0
|
%define soname 0
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:85f724270c813ae26d665fe2c1b42c271a6d29ecfb75f038efb16e1d0d284a7f
|
|
||||||
size 96703778
|
|
3
giac_1.9.0-27.tar.gz
Normal file
3
giac_1.9.0-27.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c5d222fbff5db2a0a560b4e106ce88dd13d109ecb21570a939b8b3b87521d5e0
|
||||||
|
size 115296665
|
Loading…
Reference in New Issue
Block a user