File: CHANGELOG.md

package info (click to toggle)
odc 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,112 kB
  • sloc: cpp: 22,117; f90: 3,707; sh: 999; ansic: 471; python: 384; makefile: 37
file content (10 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# Changelog for odc

## 1.6.0

* Add a new LongConstantString codec which permits encoding constant columns where the constant is a string > 8 characters in length.
    * This saves 1 byte per row compared the previous way these columns were encoded.
    * A python implementation has been added to pyodc at the same time, version 1.5.0
    * Decoding data using this codec will work straight away.
    * Encoding data with the new codec is disabled by default and can be enabled with the environment variable "ODC_ENABLE_WRITING_LONG_STRING_CODEC=1".
    * At some point in a future release, encoding will be enabled by default.