- Support &dataSource query parameter in web API.
- Added _entity_poly_seq to output.
- Added residueRange query.
- Tweak in CIF writer (correctly escape values starting with $[])
- Added _pdbx_nonpoly_scheme to /full and /assembly
- Fixed a bug in _struct_sheet_range.id.
- Fixed a BinaryCIF encoding bug in CIFTools.
- Using spatial hash instead of "subdivisions tree" for 3D neighborhood search.
- Added support for _struct_conn and _struct_conn_type categories.
- Changes were made :)
- Fixed a bug in _atom_site writer for symmetry/assembly data.
- Optimized /ligandInteraction and /ambientResidues queries if they are used for large input sets (i.e. just /ligandInteraction).
- Fixed a buf in assembly generation in LiteMol Core.
- Updated to the latest LiteMol-core.
- Refactored to get rid of Visual Studio project.
- Updated to Core 3.0.0.
- BinaryCIF update.
- Updated /trace query.
- Added _exptl category to the output CIF.
- BinaryCIF 0.2.0 support (origin property in delta encoding).
- Moved to using CIFTools.js writer from LiteMol.Core.
- Improved BinaryCIF encoder.
- Improved documentation.
- Fixed a bug in _coordinate_server_query_params category.
- Fixed a bug that cause /ligandInteraction, /symmetry and /assembly queries to not work.
- Added a queue for consecutive requests to the same entry to avoid it being parsed multiple times.
- Moved to TypeScript 2.0.
- Added the option to automatically shut down the server.
- Small bug fixes.
- Updated to new core.
- Attempts to counter the GC from collecting (and ultimately deoptimizing) code on long runs.
- Added the /trace query.
- Fixed a bug in the mmCIF assembly parsing.
- Added lowPrecisionCoords option for queries.
- Added support for choosing output format.
- Added support for the BinaryCIF encoding.
- Improved documentation.
- Fixed _struct_sheet_range.conf_type_id -> _struct_sheet_range.sheet_id.
- Additional info included in the _entity category.
- Updated to newer version of Core that fixes issues with overlapping secondary structure.
- Updated to newer version of Core that fixes more issues with assembly generation.
- Updated to newer version of Core that fixes issues with symmetry/assembly generation.
- Added support for .gz files.
- Fixed issues with symmetry related asymId generation.
- cartoons query now also includes het groups and waters.
- Fixed a bug CIF writer with duplicate _entity records.
- Fixed a bug with sometimes incorrect asym ids in symmetry related queries.
- Basic Query API has been refactored in the core.
- Documentation is now in separate source file.
- Added support for modelId in queries.
- Added caching support.
- Refactored the API.
- Support for local (file system) mode.
- Better error reporting when parsing CIF failed.
- Updated Core that fixes a CIF parser bug.
- Fixed a CifWriter bug (regarding secondary structure).
- Updated _entity_poly generation.
- Secondary structure support for assemblies and symmetry mates.
- Fix to entity poly.
- Bug fix in writing entities for computed molecules (symmetry and assembly)
- Various bug fixes
- Rewrote the CIF writer
- Categories in the output CIF should now be consistent with what's in the _atom_site category
- Added support for additional categories in the output
- Added support for symmetry mates and assemblies
- Added coordinate server specific categories to the output CIF (_entity_poly, _struct_asym, _pdbx_struct_mod_residue)
- Better error reporting
- Experimental support for widePDB
- Optimized CIF writer
- Added optional multi-core support using 'cluster'
- Added simple logging
- Added /documentation
- Initial release