Skip to content

Commit

Permalink
Updated CHANGELOG for 2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanvolz committed Feb 12, 2021
1 parent 3584619 commit 841103c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 48 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ digital_rf Change Log

.. current developments
v2.6.6
====================

**Deprecated:**

* The `digital_rf_get_unix_time` function is now deprecated, as it relies on a `long double` sample rate. Use `digital_rf_get_unix_time_rational` instead.

**Fixed:**

* Fix incorrect file bound calculation in `digital_rf_get_subdir_file` on platforms that have a `long double` that is different from amd64, notably at least the aarch64 ARM platform. This fixes a bug where writes failed with error messages "Failed to write data" and "Request index M before first expected index N".
* Regularized use of 64 bit integer types and their conversion to Python values, perhaps correcting behavior when compiled on 32-bit architectures.
* Cleaned up compiler warnings about comparing signed and unsigned values.
* Cleaned up testing warnings about invalid values in equals comparison.

**Authors:**

* Ryan Volz



v2.6.5
====================

Expand Down
23 changes: 0 additions & 23 deletions news/integer_math_only.rst

This file was deleted.

25 changes: 0 additions & 25 deletions news/warning_cleanup.rst

This file was deleted.

0 comments on commit 841103c

Please sign in to comment.