Releases: emmt/Yeti
Releases · emmt/Yeti
Release 6.5.0 of Yeti
User visible changes in Yeti 6.5.1:
- New
typemin
andtypemax
functions to get the minimum and maximum values
for a numerical type. - New
product
function to compute the product of the elements of an array. - New
tuple
function to create lightweight tuple-like objects. - Change to more permissive MIT "expat" license.
- Yeti can be compiled from anywhere (just run the
configure
script in the
directory where you want to build Yeti and its components). - The
yeti_
prefix has been removed from allyeti_*.i
files. If you rely
on auto-load and do not explicitlyinclude
such files, this should be
automatically handled for you. - Yeti functions and macros are now prefixed by
yor_
orYOR_
(and perhasp
_yor_
or_YOR_
for private ones). Header file"yeti-compat.h"
is
provided to help porting old code based on Yeti library. Theses prefixes are
also used to alias some Yorick symbols. - Yeti components are now independent from Yeti itself (they all have their own
auto-load file, the name of associated dynamic library isyor_$pkg.i
with
$pkg
the name of the component). - Type
make install-doc
to build and install the documentation of the chosen
components. - Fix bug in
arc
andsinc
functions when called with a single precision
argument.
Release 6.4.1 of Yeti
- Add autostart file and logo.
- Improve
anonymous
to have no side effects. fullsizeof
can now cope with structures.- Cleanup and convert NEWS to Markdown.
Yeti version 6.4.0
First release of Yeti on GitHub.