Skip to content

Instantly share code, notes, and snippets.

@johardi
Created October 10, 2016 19:18
Show Gist options
  • Save johardi/f0ad139da1a323ebaf45b59e83effb17 to your computer and use it in GitHub Desktop.
Save johardi/f0ad139da1a323ebaf45b59e83effb17 to your computer and use it in GitHub Desktop.
Cellfie 2.1.0 Release Note
# Cellfie 2.1.0 Release Note
## Summary
This release contains new features, UI improvements and fixes various bugs and this is the official release package.
## New Features
* Implemented user mouse movement tracking for an interactive cell range selection
* Implemented check box selection for selecting transformation rules to use when generating the axioms (#55)
* Implemented the new MappingMaster feature `mm:EntityIRI` to extract the IRI from an existing entity (#70)
* Implemented a single log file usage for keeping directory cluttering to a minimum (#56)
* Implemented key shortcuts for faster editing rules (#76, #85, #89) <— @csnyulas you can add more details to this
## UI Improvements
* Added a “Cancel” option when closing Cellfie (#63)
* Improved the spreadsheet view for maintaining the consistency of the sheet presentation between the third-party spreadsheet applications and Cellfie (#66, #67)
* Improved the text in the warning and error messages (#34, #65)
## Bug Fixes
* Fixed the issue of NullPointerException when saving transformation rules and no output file was selected (#62)
* Fixed the issue of using `rdfs:label` as an annotation property in transformation rules (#90)
* Fixed the issue of using [OWL predefined annotation properties](https://www.w3.org/TR/owl-ref/#Header) (#91)
* Fixed the issue of UUID encode produces different names (#78)
## Documentation
Please visit MappingMaster wiki to learn the transformation rule syntax used by Cellfie (https://github.com/protegeproject/mapping-master/wiki/MappingMasterDSL) and try out a running example (https://github.com/protegeproject/cellfie-plugin/wiki/Grocery-Tutorial).
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment