Skip to content

Commit

Permalink
1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ctoney committed Oct 27, 2023
1 parent e9a9208 commit 0a8da6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
* add `copyDatasetFiles()`: copy all the files associated with a dataset
* add `deleteDataset()`: delete a dataset in a format-specific way
* add `renameDataset()`: rename a dataset in a format-specific way
* add missing null checks in src/gdal_exp.cpp (#104)
* add some missing error checks in src/gdal_exp.cpp (#104)

## CmbTable-class

* argument `incr` for the count increment in `update()` can be zero
* argument `incr` for the count increment in `CmbTable::update()` can be zero

## RunningStats-class

* use `uint64_t` for the count accumulator (previously `long long`) and make explicit the return cast in `get_count()` (no user-visible changes)
* slightly faster `update()`
* slightly faster update

## Other miscellaneous

Expand Down

0 comments on commit 0a8da6d

Please sign in to comment.