GY-63_MS5611/libraries/float16/CHANGELOG.md
2024-03-06 12:11:34 +01:00

1.2 KiB

Change Log Float16

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.2.0] - 2024-03-05

  • warning: breaking changes!
  • Fix #10, mantissa overflow
  • Fix convert to subnormal numbers ( < 0.000061035...)
  • Fix printing subnormal numbers
  • update unit tests with test_all
  • update GitHub/actions to version 4
  • remove DATE from examples as it has no added value.
  • minor edits

[0.1.8] - 2023-11-02

  • update readme.md
  • add isNan() (experimental).
  • minor edits.

[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