Skip to content

Commit dee51e3

Browse files
committed
Bump version
1 parent f2417c3 commit dee51e3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

NEWS.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
## 2021-01-08: Yeti version 6.5.0 released.
12
* New `typemin` and `typemax` functions to get the minimum and maximum values
23
for a numerical type.
3-
* New `product` function to compute the prodcut of the elements of an array.
4+
* New `product` function to compute the product of the elements of an array.
45
* New `tuple` function to create lightweight tuple-like objects.
56
* Change to more permissive MIT "expat" license.
67
* Yeti can be compiled from anywhere (just run the `configure` script in the
@@ -17,6 +18,8 @@
1718
`$pkg` the name of the component).
1819
* Type `make install-doc` to build and install the documentation of the chosen
1920
components.
21+
* Fix bug in `arc` and `sinc` functions when called with a single precision
22+
argument.
2023

2124
## 2018-03-09: Yeti version 6.4.1 released.
2225
* Add autostart file and logo.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.4.1
1+
6.5.0

0 commit comments

Comments
 (0)