Skip to content

Commit

Permalink
Create CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHodson committed Jan 28, 2025
1 parent fd66f61 commit 3c8f22a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,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.
* 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.

0 comments on commit 3c8f22a

Please sign in to comment.