Skip to content

Commit

Permalink
Update HISTORY for Official 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Shelnutt2 committed Apr 30, 2020
1 parent 047de77 commit e129873
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

## Disk Format

## Breaking C API changes

## Breaking behavior

## New features

## Improvements

## Deprecations

## Bug fixes

## API additions

# TileDB v2.0.0 Release Notes

## Disk Format

* Removed file `__coords.tdb` that stored the zipped coordinates in sparse fragments
* Now storing the coordinate tiles on each dimension in separate files
* Changed fragment name format from `__t1_t2_uuid` to `__t1_t2_uuid_<format_version>`. That was necessary for backwards compatibility
Expand Down Expand Up @@ -63,6 +81,7 @@
* Added C++ API functions `Array::non_empty_domain_var` (from index and name).
* Added C++ API function `add_range` with string inputs.
* Added C++ API function `range` with string outputs.
* Added C++ API functions `Array` and `Context` constructors which take a c_api object to wrap. [#1623](https://github.com/TileDB-Inc/TileDB/pull/1623)

## API removals

Expand Down

0 comments on commit e129873

Please sign in to comment.