From 2c3195b18f66fa42af20d1454de6d657ef09939e Mon Sep 17 00:00:00 2001 From: Nisha Sharma <54287612+NishaSharma14@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:56:15 +0200 Subject: [PATCH] chore(main): release 1.4.0 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ebd353..d0be10e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,42 @@ # Changelog +## [1.4.0](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/compare/v1.3.0...v1.4.0) (2023-09-04) + + +### Features + +* added file upload option to ocsr routes (fixes [#328](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/issues/328)) ([#365](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/issues/365)) ([66e5e5e](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/66e5e5e9319eb05872968ffa6d06f5b0949f4929)) +* exract properties [#320](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/issues/320) ([31ce43c](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/31ce43c25c961c0d2d102548707e4b4219b54b95)) +* include OpenAPI schemas to fix [#339](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/issues/339) and [#343](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/issues/343) ([29bcf26](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/29bcf26e5bab068410452aaa673da14830c9d095)) + + +### Bug Fixes + +* Custom domain update - removing base path from the vitepress config ([1d69669](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/1d6966920759e437b209962416a3994639967c4b)) +* Custom domain update - removing base path from the vitepress config ([#350](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/issues/350)) ([bc2a8d3](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/bc2a8d3bec67d6181bc1d9a703d571cecbcca4cf)) +* make code blocks more pythonic [#335](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/issues/335) ([d7861dc](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/d7861dc132dbd773f8c8448d21075ef9c44e1f00)) +* mypy issues and pep8 ([2215b0a](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/2215b0a39745734396711de84e9aad38553a6b15)) +* renamed modules to align with pep8 recommendations (added underscores to improve readability) ([c45e6f9](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/c45e6f95190b60c7d835009beb608c9881ed8822)) +* SDF block encoding and return as Dict ([9ab58cf](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/9ab58cf4324319c282bd262803b5e98fc44f0559)) +* table rendering ([31c50ff](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/31c50ff8be19564f9f8e83bbe7015d41c5976745)) +* Typos and docstrings ([3e671b6](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/3e671b639b22178fe45360790bca7187189a8ed0)) +* uncommented ocsr ([747c252](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/747c2520e2057110b0172e9bdfec9bbce2f81eeb)) +* update CITATION.cff ([f2d022b](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/f2d022baaaaa1352874985a83481544c223a0cc5)) +* update pytest command ([d17b410](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/d17b4104116073839a6b7da5b7209ab5140ba04a)) +* updated CPM docs url to custom domain ([845a99d](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/845a99d0b96a6b099d63bfaf3994ac0dd690ef48)) + + +### Documentation + +* add DFG credit in README ([eaf19e5](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/eaf19e564d3f4152758dde9e72657f13833d46af)) +* add DFG credit in README ([00c383a](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/00c383a293a2cf7598bf8adbbb493dcea86b4aa7)) +* add DFG credit in README ([#319](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/issues/319)) ([220e3e2](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/220e3e239686999d5382a44549a205a093331805)) +* add docs for GKE deployment ([d04d88c](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/d04d88c85ae3e7e52a94474e9ea8594e752eb164)) +* added sustainability and scaling docs. Various other changes to the docs ([b9ce98b](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/b9ce98ba450df05180ba4aea49c93007df65e6d4)) +* enable search ([9ddca88](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/9ddca88b5b434130cc6188a01874a1c481403b25)) +* refactoring installation ([5c37e6e](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/5c37e6ec0da7f4b9206494a11ccd39ecc4d9652e)) +* updated readme with installation instructions ([633c7f4](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/commit/633c7f4265132022f1ee5df0a17ea79e7be04225)) + ## [1.3.0](https://github.com/Steinbeck-Lab/cheminformatics-python-microservice/compare/v1.2.0...v1.3.0) (2023-08-07)