Releases: inception-project/inception
INCEpTION 39.6
INCEpTION is an extensible web-based collaborative environment for text annotation. It integrates machine-learning-based annotation support, knowledge base management and corpus building into a single comprehensive platform.
This is a bug fix release.
What's Changed
- 🦟 #5875 - preAuth mode and proxy result in CSRF validation error by @reckart in #5878
- 🦟 #5879 - PDF structure missing in CAS export by @reckart in #5880
- ⚙️ #5883 - Improve test stability by @reckart in #5884
Full Changelog: inception-39.5...inception-39.6
Download
The new version can be downloaded from our website [3] or is available as docker images from GitHub [8].
Important upgrade notes
Please check the upgrade notes [7]. If you upgrade from an older version, check upgrade and release notes of intermediate releases as well.
An in-place upgrade from INCEpTION 39.5 to 39.6 is possible. You can usually also perform an in-place upgrade from an older version, but you should make sure that each of the intermediate releases allow an in-place upgrade to the next higher release.
Back up your data before the upgrade [4].
Publication
An overview of INCEpTION can be found in
Klie, J.-C., Bugert, M., Boullosa, B., Eckart de Castilho, R. and Gurevych, I. (2018):
The INCEpTION Platform: Machine-Assisted and Knowledge-Oriented Interactive Annotation.
In Proceedings of System Demonstrations of the 27th International Conference on Computational Linguistics (COLING 2018), Santa Fe, New Mexico, USA
PDF and BibTeX as well as more publications on specific features are available from our website [5].
License and System requirements
INCEpTION is provided as open source software under the Apache License version 2.
Running INCEpTION requires Java version 17 or higher.
By default, INCEpTION uses an embedded database which is sufficient for testing. However, the use of a MariaDB database is recommended.
INCEpTION works best with Chrome and Safari.
-- The INCEpTION developer team
[1] https://github.com/inception-project/inception/issues?q=milestone%3A39.6
[2] https://github.com/inception-project/inception/issues
[3] https://inception-project.github.io/downloads/
[4] https://inception-project.github.io/releases/39.6/docs/admin-guide.html#_backup_your_data
[5] https://inception-project.github.io/publications/
[6] https://inception-project.github.io/releases/39.6/docs/admin-guide.html#_running_the_behind_a_reverse_proxy_jar
[7] https://inception-project.github.io/releases/39.6/docs/admin-guide.html#_upgrade_notes
[8] https://github.com/inception-project/inception/pkgs/container/inception
INCEpTION 40.0-beta-4
What's Changed
- #5775 - Cleaning up by @reckart in #5776
- #5777 - Allow fetching resource metadata from the backend by @reckart in #5780
- #5783 - Optimized rendering for HTML and XML documents by @reckart in #5784
- #5788 - Keyboard shortcuts to set granularity by @reckart in #5789
- #5793 - Upgrade dependencies by @reckart in #5794
- #5783 - Optimized rendering for HTML and XML documents by @reckart in #5795
- #5793 - Upgrade dependencies by @reckart in #5800
- #5073 - When selecting a link, arrows and governor/dependent could blink too by @reckart in #5803
- #5429 - Configurable default feature values by @reckart in #5801
- #4699 - Ability to export all layers as json by @reckart in #5076
- #4872 - Customizable key-bindings by @reckart in #5804
- #251 - Option to focus active learning on current document by @reckart in #5805
- #5773 - Upgrade to Spring Boot 4 by @reckart in #5774
- #5809 - Ability to set the default grouping mode in the project settings by @reckart in #5813
- #4872 - Customizable key-bindings by @reckart in #5814
- #5810 - Document scrolls up when opening search sidebar by @reckart in #5821
- #5826 - Improve tool calling by @reckart in #5828
- #5793 - Upgrade dependencies by @reckart in #5833
- #5793 - Upgrade dependencies by @reckart in #5834
- #2389 - Prevent curation until ANNOTATION_FINISHED by @reckart in #5853
- #5851 - Remove legacy curation sidebar in favor of integrated curation page by @reckart in #5852
- #5773 - Upgrade to Spring 4 by @reckart in #5858
- #5854 - Refactor websocket security so that each module can contribute their requirements by @reckart in #5855
- #5859 - Add empty state notices to tables by @reckart in #5860
- #5861 - Use dynamic properties for resource path injection by @reckart in #5862
- #5847 - Improve annotation capabilities of assistant by @reckart in #5848
- #5865 - Allow access to vector extensions in Docker image by @reckart in #5866
- #5872 - Provide keyword search tool to assistant by @reckart in #5873
- #5876 - Provide tool for reading annotations to the assistant by @reckart in #5877
- #5881 - Improve assistant chat display by @reckart in #5882
- #5885 - Move PDF IO to separate module by @reckart in #5886
- #5793 - Upgrade dependencies by @reckart in #5887
- #5888 - Introduce auto-formatting to TS modules by @reckart in #5889
- #5881 - Improve assistant chat display by @reckart in #5890
Full Changelog: inception-39.6...inception-40.0-beta-4
INCEpTION 39.5
INCEpTION is an extensible web-based collaborative environment for text annotation. It integrates machine-learning-based annotation support, knowledge base management and corpus building into a single comprehensive platform.
This is a bug fix release.
What's Changed
- 🦟 #5849 - Export of project status from the monitoring page fails by @reckart in #5850
- 🦟 #5839 - Pre-auth mode incompatible with websocket by @reckart in #5863
- 🦟 #5827 - Unable to delete layer with cross-layer feature activated by @reckart in #5864
- 🦟 #5869 - Occasional error when opening document or scrolling to top by @reckart in #5870
- ⭐️ #5856 - Improve layer of project overview on smaller window sizes by @reckart in #5857
- ⚙️ #5710 - Additional tests for merging annotations on featureless layers by @reckart in #5867
Full Changelog: inception-39.4...inception-39.5
Download
The new version can be downloaded from our website [3] or is available as docker images from GitHub [8].
Important upgrade notes
Please check the upgrade notes [7]. If you upgrade from an older version, check upgrade and release notes of intermediate releases as well.
An in-place upgrade from INCEpTION 39.4 to 39.5 is possible. You can usually also perform an in-place upgrade from an older version, but you should make sure that each of the intermediate releases allow an in-place upgrade to the next higher release.
Back up your data before the upgrade [4].
Publication
An overview of INCEpTION can be found in
Klie, J.-C., Bugert, M., Boullosa, B., Eckart de Castilho, R. and Gurevych, I. (2018):
The INCEpTION Platform: Machine-Assisted and Knowledge-Oriented Interactive Annotation.
In Proceedings of System Demonstrations of the 27th International Conference on Computational Linguistics (COLING 2018), Santa Fe, New Mexico, USA
PDF and BibTeX as well as more publications on specific features are available from our website [5].
License and System requirements
INCEpTION is provided as open source software under the Apache License version 2.
Running INCEpTION requires Java version 17 or higher.
By default, INCEpTION uses an embedded database which is sufficient for testing. However, the use of a MariaDB database is recommended.
INCEpTION works best with Chrome and Safari.
-- The INCEpTION developer team
[1] https://github.com/inception-project/inception/issues?q=milestone%3A39.5
[2] https://github.com/inception-project/inception/issues
[3] https://inception-project.github.io/downloads/
[4] https://inception-project.github.io/releases/39.5/docs/admin-guide.html#_backup_your_data
[5] https://inception-project.github.io/publications/
[6] https://inception-project.github.io/releases/39.5/docs/admin-guide.html#_running_the_behind_a_reverse_proxy_jar
[7] https://inception-project.github.io/releases/39.5/docs/admin-guide.html#_upgrade_notes
[8] https://github.com/inception-project/inception/pkgs/container/inception
INCEpTION 40.0-beta-3
What's Changed
- #5775 - Cleaning up by @reckart in #5776
- #5777 - Allow fetching resource metadata from the backend by @reckart in #5780
- #5783 - Optimized rendering for HTML and XML documents by @reckart in #5784
- #5788 - Keyboard shortcuts to set granularity by @reckart in #5789
- #5793 - Upgrade dependencies by @reckart in #5794
- #5783 - Optimized rendering for HTML and XML documents by @reckart in #5795
- #5793 - Upgrade dependencies by @reckart in #5800
- #5073 - When selecting a link, arrows and governor/dependent could blink too by @reckart in #5803
- #5429 - Configurable default feature values by @reckart in #5801
- #4699 - Ability to export all layers as json by @reckart in #5076
- #4872 - Customizable key-bindings by @reckart in #5804
- #251 - Option to focus active learning on current document by @reckart in #5805
- #5773 - Upgrade to Spring Boot 4 by @reckart in #5774
- #5809 - Ability to set the default grouping mode in the project settings by @reckart in #5813
- #4872 - Customizable key-bindings by @reckart in #5814
- #5810 - Document scrolls up when opening search sidebar by @reckart in #5821
- #5826 - Improve tool calling by @reckart in #5828
- #5793 - Upgrade dependencies by @reckart in #5833
- #5793 - Upgrade dependencies by @reckart in #5834
- #2389 - Prevent curation until ANNOTATION_FINISHED by @reckart in #5853
- #5851 - Remove legacy curation sidebar in favor of integrated curation page by @reckart in #5852
- #5773 - Upgrade to Spring 4 by @reckart in #5858
- #5854 - Refactor websocket security so that each module can contribute their requirements by @reckart in #5855
- #5859 - Add empty state notices to tables by @reckart in #5860
- #5861 - Use dynamic properties for resource path injection by @reckart in #5862
- #5847 - Improve annotation capabilities of assistant by @reckart in #5848
- #5865 - Allow access to vector extensions in Docker image by @reckart in #5866
Full Changelog: inception-39.5...inception-40.0-beta-3
INCEpTION 39.4
INCEpTION is an extensible web-based collaborative environment for text annotation. It integrates machine-learning-based annotation support, knowledge base management and corpus building into a single comprehensive platform.
This is a bug fix release.
What's Changed
- 🦟 #5842 - Container fails health check - no curl by @reckart in #5843
- 🦟 #5844 - Matrix monitoring page does not show annotation state correctly if username differs from display name by @reckart in #5845
Full Changelog: inception-39.3...inception-39.4
Download
The new version can be downloaded from our website [3] or is available as docker images from GitHub [8].
Important upgrade notes
Please check the upgrade notes [7]. If you upgrade from an older version, check upgrade and release notes of intermediate releases as well.
An in-place upgrade from INCEpTION 39.3 to 39.4 is possible. You can usually also perform an in-place upgrade from an older version, but you should make sure that each of the intermediate releases allow an in-place upgrade to the next higher release.
Back up your data before the upgrade [4].
Publication
An overview of INCEpTION can be found in
Klie, J.-C., Bugert, M., Boullosa, B., Eckart de Castilho, R. and Gurevych, I. (2018):
The INCEpTION Platform: Machine-Assisted and Knowledge-Oriented Interactive Annotation.
In Proceedings of System Demonstrations of the 27th International Conference on Computational Linguistics (COLING 2018), Santa Fe, New Mexico, USA
PDF and BibTeX as well as more publications on specific features are available from our website [5].
License and System requirements
INCEpTION is provided as open source software under the Apache License version 2.
Running INCEpTION requires Java version 17 or higher.
By default, INCEpTION uses an embedded database which is sufficient for testing. However, the use of a MariaDB database is recommended.
INCEpTION works best with Chrome and Safari.
-- The INCEpTION developer team
[1] https://github.com/inception-project/inception/issues?q=milestone%3A39.4
[2] https://github.com/inception-project/inception/issues
[3] https://inception-project.github.io/downloads/
[4] https://inception-project.github.io/releases/39.4/docs/admin-guide.html#_backup_your_data
[5] https://inception-project.github.io/publications/
[6] https://inception-project.github.io/releases/39.4/docs/admin-guide.html#_running_the_behind_a_reverse_proxy_jar
[7] https://inception-project.github.io/releases/39.4/docs/admin-guide.html#_upgrade_notes
[8] https://github.com/inception-project/inception/pkgs/container/inception
INCEpTION 39.3
INCEpTION is an extensible web-based collaborative environment for text annotation. It integrates machine-learning-based annotation support, knowledge base management and corpus building into a single comprehensive platform.
This is a bug fix release.
What's Changed
- 🦟 #5815 - Bulk action button visible when there are no projects by @reckart in #5816
- 🦟 #5817 - Label sometimes not shown in preferred language in multi-lingual knowledge bases by @reckart in #5818
- 🦟 #5819 - Reindexing large knowledge base causes OutOfMemoryException by @reckart in #5820
- 🦟 #5822 - Error when accessing the matrix workload management page by @reckart in #5823
- 🦟 #5824 - Long rows in concept tree browser fall apart by @reckart in #5825
- 🦟 #5830 - Zero-width annotations not rendered in HTML editor by @reckart in #5831
- 🦟 #5829 - When creating character-level annotations whitespace is not trimmed by @reckart in #5832
- 🦟 #5835 - Confirmation dialog does not appear when deleting a link source by @reckart in #5836
- 🦟 #5837 - Creating an annotation longer than a token should be rejected in single-token mode by @reckart in #5838
- 🦟 #5808 - Dot in search sidebar matches any single-character token by @reckart in #5840
Full Changelog: inception-39.2...inception-39.3
Download
The new version can be downloaded from our website [3] or is available as docker images from GitHub [8].
Important upgrade notes
Please check the upgrade notes [7]. If you upgrade from an older version, check upgrade and release notes of intermediate releases as well.
An in-place upgrade from INCEpTION 39.2 to 39.3 is possible. You can usually also perform an in-place upgrade from an older version, but you should make sure that each of the intermediate releases allow an in-place upgrade to the next higher release.
Back up your data before the upgrade [4].
Publication
An overview of INCEpTION can be found in
Klie, J.-C., Bugert, M., Boullosa, B., Eckart de Castilho, R. and Gurevych, I. (2018):
The INCEpTION Platform: Machine-Assisted and Knowledge-Oriented Interactive Annotation.
In Proceedings of System Demonstrations of the 27th International Conference on Computational Linguistics (COLING 2018), Santa Fe, New Mexico, USA
PDF and BibTeX as well as more publications on specific features are available from our website [5].
License and System requirements
INCEpTION is provided as open source software under the Apache License version 2.
Running INCEpTION requires Java version 17 or higher.
By default, INCEpTION uses an embedded database which is sufficient for testing. However, the use of a MariaDB database is recommended.
INCEpTION works best with Chrome and Safari.
-- The INCEpTION developer team
[1] https://github.com/inception-project/inception/issues?q=milestone%3A39.3
[2] https://github.com/inception-project/inception/issues
[3] https://inception-project.github.io/downloads/
[4] https://inception-project.github.io/releases/39.3/docs/admin-guide.html#_backup_your_data
[5] https://inception-project.github.io/publications/
[6] https://inception-project.github.io/releases/39.3/docs/admin-guide.html#_running_the_behind_a_reverse_proxy_jar
[7] https://inception-project.github.io/releases/39.3/docs/admin-guide.html#_upgrade_notes
[8] https://github.com/inception-project/inception/pkgs/container/inception
INCEpTION 40.0-beta-2
What's Changed
- ⭐️ #251 - Option to focus active learning on current document by @reckart in #5805
- ⭐️ #4699 - Ability to export all layers as json by @reckart in #5076
- ⭐️ #4872 - Customizable key-bindings by @reckart in #5804, #5814
- ⭐️ #5073 - When selecting a link, arrows and governor/dependent could blink too by @reckart in #5803
- ⭐️ #5429 - Configurable default feature values by @reckart in #5801
- ⭐️ #5777 - Allow fetching resource metadata from the backend by @reckart in #5780
- ⭐️ #5783 - Optimized rendering for HTML and XML documents by @reckart in #5784, #5795
- ⭐️ #5788 - Keyboard shortcuts to set granularity by @reckart in #5789
- ⭐️ #5809 - Ability to set the default grouping mode in the project settings by @reckart in #5813
- ⭐️ #5826 - Improve tool calling by @reckart in #5828
- 🦟 #5810 - Document scrolls up when opening search sidebar by @reckart in #5821
- ⚙️ #5773 - Upgrade to Spring Boot 4 by @reckart in #5774
- ⚙️ #5775 - Cleaning up by @reckart in #5776
- ⚙️ #5793 - Upgrade dependencies by @reckart in #5794, #5800, #5833, #5834
Full Changelog: inception-39.3...inception-40.0-beta-2
INCEpTION 40.0-beta-1
What's Changed
- #5775 - Cleaning up by @reckart in #5776
- #5777 - Allow fetching resource metadata from the backend by @reckart in #5780
- #5783 - Optimized rendering for HTML and XML documents by @reckart in #5784
- #5788 - Keyboard shortcuts to set granularity by @reckart in #5789
- #5793 - Upgrade dependencies by @reckart in #5794
- #5783 - Optimized rendering for HTML and XML documents by @reckart in #5795
- #5793 - Upgrade dependencies by @reckart in #5800
- #5073 - When selecting a link, arrows and governor/dependent could blink too by @reckart in #5803
- #5429 - Configurable default feature values by @reckart in #5801
- #4699 - Ability to export all layers as json by @reckart in #5076
- #4872 - Customizable key-bindings by @reckart in #5804
- #251 - Option to focus active learning on current document by @reckart in #5805
Full Changelog: inception-39.2...inception-40.0-beta-1
INCEpTION 39.2
INCEpTION is an extensible web-based collaborative environment for text annotation. It integrates machine-learning-based annotation support, knowledge base management and corpus building into a single comprehensive platform.
This is a bug fix release.
What's Changed
- 🦟 #5790 - Opening documents takes too long by @reckart in #5791, #5792
- 🦟 #5796 - Problem moving resize handle across another annotation by @reckart in #5797
- 🦟 #5785 - Pixel salad on collapsed arcs in the brat editor by @reckart in #5798
Full Changelog: inception-39.1...inception-39.2
Download
The new version can be downloaded from our website [3] or is available as docker images from GitHub [8].
Important upgrade notes
Please check the upgrade notes [7]. If you upgrade from an older version, check upgrade and release notes of intermediate releases as well.
An in-place upgrade from INCEpTION 39.1 to 39.2 is possible. You can usually also perform an in-place upgrade from an older version, but you should make sure that each of the intermediate releases allow an in-place upgrade to the next higher release.
Back up your data before the upgrade [4].
Publication
An overview of INCEpTION can be found in
Klie, J.-C., Bugert, M., Boullosa, B., Eckart de Castilho, R. and Gurevych, I. (2018):
The INCEpTION Platform: Machine-Assisted and Knowledge-Oriented Interactive Annotation.
In Proceedings of System Demonstrations of the 27th International Conference on Computational Linguistics (COLING 2018), Santa Fe, New Mexico, USA
PDF and BibTeX as well as more publications on specific features are available from our website [5].
License and System requirements
INCEpTION is provided as open source software under the Apache License version 2.
Running INCEpTION requires Java version 17 or higher.
By default, INCEpTION uses an embedded database which is sufficient for testing. However, the use of a MariaDB database is recommended.
INCEpTION works best with Chrome and Safari.
-- The INCEpTION developer team
[1] https://github.com/inception-project/inception/issues?q=milestone%3A39.2
[2] https://github.com/inception-project/inception/issues
[3] https://inception-project.github.io/downloads/
[4] https://inception-project.github.io/releases/39.2/docs/admin-guide.html#_backup_your_data
[5] https://inception-project.github.io/publications/
[6] https://inception-project.github.io/releases/39.2/docs/admin-guide.html#_running_the_behind_a_reverse_proxy_jar
[7] https://inception-project.github.io/releases/39.2/docs/admin-guide.html#_upgrade_notes
[8] https://github.com/inception-project/inception/pkgs/container/inception
INCEpTION 39.1
INCEpTION is an extensible web-based collaborative environment for text annotation. It integrates machine-learning-based annotation support, knowledge base management and corpus building into a single comprehensive platform.
This is a bug fix release.
What's Changed
Full Changelog: inception-39.0...inception-39.1
Download
The new version can be downloaded from our website [3] or is available as docker images from GitHub [8].
Important upgrade notes
Please check the upgrade notes [7]. If you upgrade from an older version, check upgrade and release notes of intermediate releases as well.
An in-place upgrade from INCEpTION 39.0 to 39.1 is possible. You can usually also perform an in-place upgrade from an older version, but you should make sure that each of the intermediate releases allow an in-place upgrade to the next higher release.
Back up your data before the upgrade [4].
Publication
An overview of INCEpTION can be found in
Klie, J.-C., Bugert, M., Boullosa, B., Eckart de Castilho, R. and Gurevych, I. (2018):
The INCEpTION Platform: Machine-Assisted and Knowledge-Oriented Interactive Annotation.
In Proceedings of System Demonstrations of the 27th International Conference on Computational Linguistics (COLING 2018), Santa Fe, New Mexico, USA
PDF and BibTeX as well as more publications on specific features are available from our website [5].
License and System requirements
INCEpTION is provided as open source software under the Apache License version 2.
Running INCEpTION requires Java version 17 or higher.
By default, INCEpTION uses an embedded database which is sufficient for testing. However, the use of a MariaDB database is recommended.
INCEpTION works best with Chrome and Safari.
-- The INCEpTION developer team
[1] https://github.com/inception-project/inception/issues?q=milestone%3A39.1
[2] https://github.com/inception-project/inception/issues
[3] https://inception-project.github.io/downloads/
[4] https://inception-project.github.io/releases/39.1/docs/admin-guide.html#_backup_your_data
[5] https://inception-project.github.io/publications/
[6] https://inception-project.github.io/releases/39.1/docs/admin-guide.html#_running_the_behind_a_reverse_proxy_jar
[7] https://inception-project.github.io/releases/39.1/docs/admin-guide.html#_upgrade_notes
[8] https://github.com/inception-project/inception/pkgs/container/inception