-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |