2022-11-07 14:26:49 +01:00
|
|
|
# Change Log Float16
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
|
|
|
2023-11-02 15:12:29 +01:00
|
|
|
## [0.1.8] - 2023-11-02
|
|
|
|
- update readme.md
|
|
|
|
- add **isNan()** (experimental).
|
|
|
|
- minor edits.
|
|
|
|
|
|
|
|
|
2022-11-07 14:26:49 +01:00
|
|
|
## [0.1.7] - 2022-11-07
|
|
|
|
- add changelog.md
|
|
|
|
- add rp2040 to build-CI
|
|
|
|
- update readme.md
|
|
|
|
- update keywords.txt
|
|
|
|
|
|
|
|
## [0.1.6] - 2021-12-18
|
|
|
|
- update library.json
|
|
|
|
- update license
|
|
|
|
- minor edits
|
|
|
|
|
|
|
|
## [0.1.5] - 2021-12-02
|
|
|
|
- add basic math
|
|
|
|
- optimize compare operators
|
|
|
|
|
|
|
|
## [0.1.4] - 2021-11-26
|
|
|
|
- setup repo to get it working again.
|
|
|
|
- still experimental.
|
|
|
|
|
|
|
|
----
|
|
|
|
|
|
|
|
## [0.1.03] - eons ago ??
|
|
|
|
- ??
|
|
|
|
|
|
|
|
## [0.1.02] - 2015-03-14
|
|
|
|
- getting rounding right
|
|
|
|
|
|
|
|
## [0.1.01] - 2015-03-12
|
|
|
|
- make base conversion separate functions
|
|
|
|
|
|
|
|
## [0.1.00] - 2015-03-10
|
|
|
|
- initial version
|
|
|
|
|