All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. The file is formatted as described on http://keepachangelog.com/.
- Require KNIME 5.1
- Python based nodes in favour of web service nodes (#25)
2.5.0 - 2019-09-25
- Python based nodes in favour of web service nodes (#25)
2.4.2 - 2019-07-02
- Requires KNIME 4.0 (#29)
2.4.1 - 2018-04-04
- Last update of web service in node description [#28]
- Allow KripoDB local nodes to use Python 2 or 3
- Require KNIME 3.5
2.3.0 - 2017-07-21
- Node to fetch pharmacophore from local db file (#12)
- Node to fetch pharmacophore from webservice (#12)
- Require KNIME 3.3
2.2.1 - 2017-03-07
- Handle nulls in server responses (#23)
2.2.0 - 2017-03-05
- Pure Java nodes to fetch fragment information and similarites from web service (#17)
- Python nodes only work for local files, no longer for web service urls
2.1.5 - 2017-03-01
Requires KripoDB v2.2.0 or higher.
- Fragment information node fails completely when just one of the fragment ids is wrong (#11)
- Fragment similarity node gives warnings for query fragment ids that can not be found
Retracted due to unresolved compilation problems.
2.1.3 - 2017-01-20
- kripodb Python installation instruction in node description (#16)
- code coverage (#19)
- Allow fragments db to be a webservice url (#15)
- Tests run against mocked web service (#18)
2.1.2 - 2016-11-22
- Correct fragments.sqlite url (#14)
2.1.1 - 2016-07-18
- Nest Kripo nodes under /community/3D-e-Chem (#7)
2.1.0 - 2016-07-14
- Explained fragments db file choices (#6)
- Explained similar fragments matrix file options (#5)
- Renamed distance to similarity (#9)
- Python templates
2.0.1 - 2016-07-11
- Moved PythonWrapper classes to own repo (https://github.com/3D-e-Chem/knime-python-wrapper)
2.0.0 - 2016-07-06
Version <2.0.0 used Python templates which could be selected as source code and adjusted in a text area in the Python script
node.
Version >= 2.0.0 uses KripoDB Knime node which have there own dialog with combo boxes and file pickers.
- Workflow tests
- Run workflow tests on Travis-CI
- Codacy badge
- Check that Python packages are available before executing
- Use KripoDB Knime node instead of Python node with a KripoDB template (#3)
1.0.3 - 2016-06-21
- bioisosteric replacement workflow
- Example 'Add fragment for hits' node returns too many rows (#2)
1.0.2 - 2016-05-25
- Use webservice in template and example (#1)
1.0.1 - 2016-04-18
- Distance matrix can be local file or kripodb webservice base url.
- DOI for this repo, see https://github.com/3D-e-Chem/kripodb for DOI.
1.0.0 - 2016-02-12
- Python templates to use KripoDB package
- Example workflow on Github repo.