From 1ebc1f34dba857ace6e82cfac753af399d209fb7 Mon Sep 17 00:00:00 2001 From: Vlad Isayko Date: Thu, 4 Jan 2024 16:54:19 +0300 Subject: [PATCH] Release v2024.01.0 (#190) * Update version * Acknowledge YDB as a Yandex product (#189) * Adding JPMC to OSCI (#188) Adding JPMC to OSCI * Bump pyarrow from 0.17.1 to 14.0.1 in /osci (#184) Bumps [pyarrow](https://github.com/apache/arrow) from 0.17.1 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/apache-arrow-0.17.1...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update company_domain_match_list.yaml (#183) Databricks company is added * Add ZEISS Group to the company list (#182) * Add Spectro Cloud to the company list (#181) Co-authored-by: Vlad Isayko * List Porsche and subsidiaries on OSCI (#180) on-behalf-of: @porscheofficial Signed-off-by: Eduard Itrich * Update company_domain_match_list.yaml (#179) Added Fortinet * Bump requests from 2.22.0 to 2.31.0 in /osci (#169) Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.22.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pyspark from 3.0.1 to 3.2.2 (#149) Bumps [pyspark](https://github.com/apache/spark) from 3.0.1 to 3.2.2. - [Release notes](https://github.com/apache/spark/releases) - [Commits](https://github.com/apache/spark/compare/v3.0.1...v3.2.2) --- updated-dependencies: - dependency-name: pyspark dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] Signed-off-by: Eduard Itrich Co-authored-by: Yuriy Chernyshov Co-authored-by: Rob U <2136904+brooklynrob@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: KateNasar <131868056+KateNasar@users.noreply.github.com> Co-authored-by: harshadsinkar <140722927+harshadsinkar@users.noreply.github.com> Co-authored-by: Mauro Morales Co-authored-by: Eduard Itrich Co-authored-by: tangallio-FTNT <87551551+tangallio-FTNT@users.noreply.github.com> --- osci/__init__.py | 2 +- .../company_domain_match_list.yaml | 49 +++++++++++++++++++ osci/requirements.txt | 4 +- requirements.txt | 2 +- 4 files changed, 53 insertions(+), 4 deletions(-) diff --git a/osci/__init__.py b/osci/__init__.py index b1a357b..9b255f5 100644 --- a/osci/__init__.py +++ b/osci/__init__.py @@ -1 +1 @@ -__version__ = '2022.09.0' +__version__ = '2024.01.0' diff --git a/osci/preprocess/match_company/company_domain_match_list.yaml b/osci/preprocess/match_company/company_domain_match_list.yaml index 4f5e551..4677c45 100644 --- a/osci/preprocess/match_company/company_domain_match_list.yaml +++ b/osci/preprocess/match_company/company_domain_match_list.yaml @@ -331,6 +331,14 @@ industry: Professional Services regex: - ^.*\.capgemini\.com$ +- company: ZEISS Group + domains: + - zeiss.com + - saxsys.de + industry: Technology + regex: + - ^.*\.zeiss\..*$ + - ^.*\.saxsys\..*$ - company: Centreon domains: - centreon.com @@ -650,6 +658,11 @@ - forestry.io industry: Technology regex: +- company: Fortinet + domains: + - fortinet.com + industry: Technology + regex: - company: Galera Cluster domains: - galeracluster.com @@ -891,6 +904,16 @@ - jetbrains.com industry: Technology regex: +- company: JP Morgan Chase + domains: + - chase.com + - jpmchase.com + - jpmorgan.com + - jpmorganchase.com + - jpmchase.net + - jpmc.com + industry: Banking, Insurance & Financial Services + regex: - company: Joyent domains: - joyent.com @@ -1283,6 +1306,19 @@ - polyapp.tech industry: Technology regex: +- company: Porsche AG and Subsidiaries + domains: + - porsche.com + - porsche.de + - porsche.digital + - mhp.com + - porsche-engineering.de + - porsche-engineering.cz + regex: + - ^.*\.porsche\..*$ + - ^.*\.mhp\..*$ + - ^.*\.porsche-engineering\..*$ + industry: Automotive - company: Povio domains: - poviolabs.com @@ -1750,6 +1786,7 @@ - userver.tech - yandex-team.ru - yandex-team.com + - ydb.tech - ytsaurus.tech - company: Yoast domains: @@ -1909,3 +1946,15 @@ industry: Technology regex: - ^.*\.renesas\.com$ +- company: Spectro Cloud + domains: + - spectrocloud.com + industry: Technology + regex: + - ^.*\.spectrocloud\.com$ +- company: Databricks + domains: + - databricks.com + regex: + - ^.*\.databricks\.com$ + industry: Technology diff --git a/osci/requirements.txt b/osci/requirements.txt index b5aa99b..62839a8 100644 --- a/osci/requirements.txt +++ b/osci/requirements.txt @@ -4,9 +4,9 @@ azure-storage-common==2.1.0 azure-storage-nspkg==3.1.0 google-cloud-bigquery==1.25.0 pyyaml==5.4 -pyarrow == 0.17.1 +pyarrow == 14.0.1 pandas == 1.0.3 -requests==2.22.0 +requests==2.31.0 click==7.1.2 six==1.13.0 XlsxWriter==1.2.3 diff --git a/requirements.txt b/requirements.txt index 1e92fc5..b9f2d41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pypandoc==1.5 -pyspark == 3.0.1 +pyspark == 3.2.2 pytest==6.0.1 -r __app__/requirements.txt -r osci/requirements.txt