You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should know that this project wouldn’t exist without co-financing from European Union funds under the European Regional Development Funds as a part of the Smart Growth Operational Programme. Project implemented as a part of the Polish National Centre for Research and Development: “Fast Track”.
129
+
130
+
- Name of the programme: Smart Growth Operational Programme 2014-2020
131
+
- Project name: “Development of the high-performance calculation engine for processing tabular data of the significant size on mobile devices and workstations using parallel computing and GPU.”
132
+
- Project number: POIR.01.01.01-00-0223/18-00
133
+
- Beneficiary: Handsoncode sp. z o.o.
134
+
- Total budget: PLN 1 121 375.00 (USD ~295 000)
135
+
- Amount of grant: PLN 774 742.00 (USD ~204 000)
136
+
- Duration: 2018-2019
137
+
138
+

139
+
126
140
## Authors
127
141
128
142
Created by [Handsontable](https://handsontable.com), [NavAlgo](https://www.navalgo.com/en/),
129
143
and [Contributors](https://github.com/handsontable/hyperformula/graphs/contributors).
Copy file name to clipboardExpand all lines: docs/guide/changelog.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# Changelog
2
2
3
+
## 0.5.0
4
+
**Release date: April 15, 2021**
5
+
6
+
### Changed
7
+
-**Breaking change**: A change to the type of value returned via serialization methods. [#617](https://github.com/handsontable/hyperformula/issues/617)
8
+
- An input value should be preserved through serialization more precisely. [#617](https://github.com/handsontable/hyperformula/issues/617)
9
+
- GPU.js constructor needs to be provided directly to engine configuration. [#355](https://github.com/handsontable/hyperformula/issues/355)
10
+
- A deprecated config option vlookupThreshold has been removed. [#620](https://github.com/handsontable/hyperformula/issues/620)
11
+
12
+
### Added
13
+
- Added support for row and column reordering. [#343](https://github.com/handsontable/hyperformula/issues/343)
14
+
- Added type inferrence for subtypes for number. [#313](https://github.com/handsontable/hyperformula/issues/313)
15
+
- Added parsing of number literals containing '%' or currency symbol (default '$'). [#590](https://github.com/handsontable/hyperformula/issues/590)
16
+
- Added ability to fallback to plain CPU implementation for functions that uses GPU.js [#355](https://github.com/handsontable/hyperformula/issues/355)
17
+
18
+
### Fixed
19
+
- Fixed minor issue. [#631](https://github.com/handsontable/hyperformula/issues/631)
20
+
- Fixed a bug with serialization of some addresses after CRUDs. [#587](https://github.com/handsontable/hyperformula/issues/587)
21
+
- Fixed a bug with MEDIAN function implementation. [#601](https://github.com/handsontable/hyperformula/issues/601)
22
+
- Fixed a bug with copy-paste operation that could cause out of scope references [#591](https://github.com/handsontable/hyperformula/issues/591)
23
+
- Fixed a bug with date parsing. [#614](https://github.com/handsontable/hyperformula/issues/614)
24
+
- Fixed a bug where accent/case sensitivity was ignored for LOOKUPs. [#621](https://github.com/handsontable/hyperformula/issues/621)
25
+
- Fixed a bug with handling of no time format/no date format scenarios. [#616](https://github.com/handsontable/hyperformula/issues/616)
A useful option when you already use some of them and there is no need to duplicate the dependencies. You can read more about the dependencies of HyperFormula on a dedicated [Dependencies](/guide/dependencies.md) page.
53
+
43
54
## Clone from GitHub
44
55
45
56
If you choose to clone the project or download it from GitHub you
0 commit comments