Skip to content

Commit 460844d

Browse files
committed
update README and CHANGLEOG
1 parent 968698f commit 460844d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CIFTools Changelog
22
=============
33

4+
ciftools-java 2.0.2
5+
-------------
6+
* expose #getColumnNames for categories
7+
* minimized overhead by schema validation that implicitly happens when files are requested in a certain schema
8+
(previously validation would trigger decoding of all columns)
9+
410
ciftools-java 2.0.1
511
-------------
612
### Bug fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CIFTools is distributed by maven. To get started, append your `pom.xml` by:
1414
<dependency>
1515
<groupId>org.rcsb</groupId>
1616
<artifactId>ciftools-java</artifactId>
17-
<version>2.0.1</version>
17+
<version>2.0.2</version>
1818
</dependency>
1919
```
2020

0 commit comments

Comments
 (0)