Anovos

Latest version: v1.1.0

Safety actively analyzes 620901 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.1.0

Overview
Today we are releasing v1.1.0 for Anovos !!

✨ Added Features
- [x] New submodule [***Geospatial Analyzer***](https://docs.anovos.ai/api/data_analyzer/geospatial_analyzer.html) has been added to Anovos !
- [x] [MLFlow](https://docs.anovos.ai/using-anovos/mlflow.html) Integration
- [x] Drift & Stability modules optimization
- [x] Introduced an innovative, scalable Variable clustering methodology
- [x] Updated all the modules [example notebooks](https://github.com/anovos/anovos/tree/main/examples/notebooks) to reflect the latest changes.
- [x] Added a new [use case demo](https://github.com/anovos/anovos/tree/main/tutorial/geospatial_use_case_demo) showcasing Geo-spatial module capabilities.
- [x] Detailed Documentation update
- [x] Updates in dependent package versions
- [x] Improvements in CI/CD Pipelines

πŸ”΄ Fixes
* Imputation sklearn bugfix fixed https://github.com/anovos/anovos/pull/337, https://github.com/anovos/anovos/pull/346
* Broken pipeline fix https://github.com/anovos/anovos/pull/300
* Fixed bug when no geo-data passed in and updated geo-functions comments https://github.com/anovos/anovos/pull/344
* Updated reports in use_case_demo/ to pre_saved_assets

πŸ”¨ Merged Pull Requests
* Bump pylint from 2.15.0 to 2.15.2 by dependabot in https://github.com/anovos/anovos/pull/294
* Bump actions/setup-python from 3 to 4 by dependabot in https://github.com/anovos/anovos/pull/292
* Pass Docker credentials when running as reusable workflow by ionicsolutions in https://github.com/anovos/anovos/pull/299
* Update local execution script & instructions by ionicsolutions in https://github.com/anovos/anovos/pull/302
* Update pandas requirement from <=1.4.1,>=1.2.5 to >=1.2.5,<1.5.1 by dependabot in https://github.com/anovos/anovos/pull/304
* Unique count computation rsd value correction by cshekhar17 in https://github.com/anovos/anovos/pull/291
* Bump pylint from 2.15.2 to 2.15.3 by dependabot in https://github.com/anovos/anovos/pull/305
* Bump datapane from 0.14.0 to 0.15.3 by dependabot in https://github.com/anovos/anovos/pull/303
* Bump actions/cache from 3.0.8 to 3.0.9 by dependabot in https://github.com/anovos/anovos/pull/308
* Bump pytest-cov from 3.0.0 to 4.0.0 by dependabot in https://github.com/anovos/anovos/pull/309
* Bump pytest-mock from 3.8.2 to 3.9.0 by dependabot in https://github.com/anovos/anovos/pull/310
* Update tutorial image by VishnuGowthem in https://github.com/anovos/anovos/pull/313
* Reset mistakenly overwritten config & output report when running workloads locally in Docker container by ionicsolutions in https://github.com/anovos/anovos/pull/307
* Bump pytest-mock from 3.9.0 to 3.10.0 by dependabot in https://github.com/anovos/anovos/pull/317
* Bump black from 22.8.0 to 22.10.0 by dependabot in https://github.com/anovos/anovos/pull/315
* Bump actions/cache from 3.0.9 to 3.0.10 by dependabot in https://github.com/anovos/anovos/pull/314
* Update sympy requirement from <1.11,>=1.6 to >=1.6,<1.12 by dependabot in https://github.com/anovos/anovos/pull/282
* Bump actions/cache from 3.0.10 to 3.0.11 by dependabot in https://github.com/anovos/anovos/pull/320
* Bump docker/login-action from 2.0.0 to 2.1.0 by dependabot in https://github.com/anovos/anovos/pull/319
* Bump pylint from 2.15.3 to 2.15.4 by dependabot in https://github.com/anovos/anovos/pull/322
* select num_cols only before initiating VarClusHi by ZhuLi99 in https://github.com/anovos/anovos/pull/323
* changes to docker image updated in changelog by VishnuGowthem in https://github.com/anovos/anovos/pull/324
* basic report header update by sourjyasen07 in https://github.com/anovos/anovos/pull/326
* Bump pytest from 7.1.3 to 7.2.0 by dependabot in https://github.com/anovos/anovos/pull/333
* Bump pylint from 2.15.4 to 2.15.5 by dependabot in https://github.com/anovos/anovos/pull/327
* Geospatial combined by ranjanravish in https://github.com/anovos/anovos/pull/277
* Update workflow.py by kajanansangar in https://github.com/anovos/anovos/pull/340
* Debug variable clustering for null by ZhuLi99 in https://github.com/anovos/anovos/pull/330
* Drift function optimization by dattranm in https://github.com/anovos/anovos/pull/306
* Update pandas requirement from <1.5.1,>=1.2.5 to >=1.2.5,<1.5.2 by dependabot in https://github.com/anovos/anovos/pull/328
* Update pyarrow requirement from <9.0.0 to <11.0.0 by dependabot in https://github.com/anovos/anovos/pull/332
* stability_index_computation optimization by dattranm in https://github.com/anovos/anovos/pull/318
* Doc string changes by sourjyasen07 in https://github.com/anovos/anovos/pull/343
* Feature Stability Improvement by dattranm in https://github.com/anovos/anovos/pull/325
* Update numpy requirement from <1.23.4,>=1.20.0 to >=1.20.0,<1.23.5 by dependabot in https://github.com/anovos/anovos/pull/321
* Drift Stability Bug Fix by dattranm in https://github.com/anovos/anovos/pull/345
* Bump pylint from 2.15.5 to 2.15.6 by dependabot in https://github.com/anovos/anovos/pull/348
* Update LICENSE by ionicsolutions in https://github.com/anovos/anovos/pull/352
* feature/mlflow-integration by mathiaspet in https://github.com/anovos/anovos/pull/229
* Bump flake8 from 5.0.4 to 6.0.0 by dependabot in https://github.com/anovos/anovos/pull/353
* Update numpy requirement from <1.23.5,>=1.20.0 to >=1.20.0,<1.23.6 by dependabot in https://github.com/anovos/anovos/pull/347
* Bump geopy from 2.2.0 to 2.3.0 by dependabot in https://github.com/anovos/anovos/pull/342
* updated geo_format_conversion filter conditions by ZhuLi99 in https://github.com/anovos/anovos/pull/358
* Update pandas requirement from <1.5.2,>=1.2.5 to >=1.2.5,<1.5.3 by dependabot in https://github.com/anovos/anovos/pull/354
* Update scipy requirement from <=1.8.0 to <1.10.0 by dependabot in https://github.com/anovos/anovos/pull/251
* Bump statsmodels from 0.13.2 to 0.13.5 by dependabot in https://github.com/anovos/anovos/pull/339
* added sh file for directly installing anovos and modified README by ranjanravish in https://github.com/anovos/anovos/pull/360
* Drift module notebook change by dattranm in https://github.com/anovos/anovos/pull/341
* Update use case demo & example notebooks by ZhuLi99 in https://github.com/anovos/anovos/pull/359
* Update report htmls by ZhuLi99 in https://github.com/anovos/anovos/pull/361
* mlfow_log_artifact changes moved under mlflow config is true by VishnuGowthem in https://github.com/anovos/anovos/pull/362


Contributors
Our heartfelt thanks to nisha20verma, kajanansangar, VishnuGowthem, sourjyasen07, sinuochen, ranjanravish , sumitgaurav19, dattranm, ionicsolutions, mwjinjin, mathiaspet, cshekhar17, miker2241, AnganSamadder, ziedbouf,ZhuLi99 for their contributions !

**Full Changelog**: https://github.com/anovos/anovos/compare/v1.0.1...v1.1.0

1.0.1

Overview
Today we are releasing v1.0.1 for Anovos !! It is a patch release

✨ Added Features
- [x] Updated the notebooks to reflect the latest changes (Association Evaluator & Quality Checker Example Notebooks)
- [X] Optimized cat_to_num_unsupervised method

πŸ”΄ Fixes
* Fixed demo Dockerfile for spark which was failing
* Use the version of docker-stacks known to work
* Updated central tendency minor bug
* Bump black to 22.8.0 in .pre-commit-config.yaml

New Contributors
* Congratulations ZhuLi99 for making the first contribution in https://github.com/anovos/anovos/pull/295

Contributors
Our heartfelt thanks to nisha20verma, kajanansangar, VishnuGowthem, sourjyasen07, sinuochen, ranjanravish , sumitgaurav19, dattranm, ionicsolutions, mwjinjin, mathiaspet, cshekhar17, miker2241, AnganSamadder, ziedbouf,ZhuLi99 for their contributions !

**Full Changelog**: https://github.com/anovos/anovos/compare/v1.0.0...v1.0.1

1.0.0

Overview
Today we are releasing v1.0.0 for Anovos !

✨ Added Features
- [x] Performance improvements across all the modules (Correlation_matrix, IV & IG, Measures of shape, cardinality, etc..)
- [x] Rigorous Scale tests after the performance improvement
- [x] Removed PhiK and introduced Spark based correlation matrix computation (only for numerical attributes)
- [x] Integrated with Feature Store (Feast)
- [x] Support to run Anovos on Azure Kubernetes (AKS)
- [x] Updation of Feature Corpus with 1700+ Features covering new industries/usecases (Agriculture, Information Technology, Aviation, Philosophy, Construction)
- [x] Detailed Documentation update
- [x] Updates in dependent package versions
- [x] Improvements in CI/CD Pipelines


πŸ”΄ Fixes
* Fix for running Anovos on Databricks with Azure Blob storage
* Fix in Anovos examples notebooks https://github.com/anovos/anovos/issues/208
* Fix for Feature Recommender Lazy Load Model not working properly https://github.com/anovos/anovos/issues/117
* Fix for Data report module visualizations

πŸ”¨ Merged Pull Requests
* Update latest release version by kajanansangar in https://github.com/anovos/anovos/pull/204
* Adding parameter for basic_report by VishnuGowthem in https://github.com/anovos/anovos/pull/182
* Transformer Module Fix by sinuochen in https://github.com/anovos/anovos/pull/206
* Bump actions/setup-python from 3 to 4 by dependabot in https://github.com/anovos/anovos/pull/213
* Bump actions/cache from 3.0.2 to 3.0.4 by dependabot in https://github.com/anovos/anovos/pull/212
* Fix 208: Notebook Issues by sinuochen in https://github.com/anovos/anovos/pull/209
* Dynamically import Tensorflow based on M1 Machine status by dattranm in https://github.com/anovos/anovos/pull/185
* Merge Correlation Methods by dattranm in https://github.com/anovos/anovos/pull/207
* Run push_to_branch workflow on PR events by ionicsolutions in https://github.com/anovos/anovos/pull/222
* Fully change push_to_branch to a pull_request workflow (fixes 221) by ionicsolutions in https://github.com/anovos/anovos/pull/223
* Fix 205 - updated version.py to also 0.3.0 by VishnuGowthem in https://github.com/anovos/anovos/pull/215
* Update sympy requirement from <=1.9,>=1.6 to >=1.6,<1.11 by dependabot in https://github.com/anovos/anovos/pull/124
* Update pyarrow requirement from <=7.0.0 to <9.0.0 by dependabot in https://github.com/anovos/anovos/pull/174
* Update matplotlib requirement from <=3.5.1,>=3.4.3 to >=3.4.3,<3.5.3 by dependabot in https://github.com/anovos/anovos/pull/176
* Bump black from 22.3.0 to 22.6.0 by dependabot in https://github.com/anovos/anovos/pull/228
* Bump pylint from 2.13.8 to 2.14.4 by dependabot in https://github.com/anovos/anovos/pull/231
* Rename the feature_recommender to feature_mapper changes by dattranm in https://github.com/anovos/anovos/pull/147
* Updated one condition to fix dp issue with lesser object count by sourjyasen07 in https://github.com/anovos/anovos/pull/233
* Adding support for Azure k8s by VishnuGowthem in https://github.com/anovos/anovos/pull/188
* Outlier detection optimization by sinuochen in https://github.com/anovos/anovos/pull/235
* Changes in documentation and Dockerfile for tutorial/ folder by VishnuGowthem in https://github.com/anovos/anovos/pull/241
* Update feature recommender database by AnganSamadder in https://github.com/anovos/anovos/pull/238
* Update Feature Mapper Output and Notebooks by sinuochen in https://github.com/anovos/anovos/pull/245
* Add multiple geospatial functions by dattranm in https://github.com/anovos/anovos/pull/216
* Optimization for attribute_binning and IV_calculation/ IG_calculation by dattranm in https://github.com/anovos/anovos/pull/234
* Bump pylint from 2.14.4 to 2.14.5 by dependabot in https://github.com/anovos/anovos/pull/243
* Bump actions/cache from 3.0.4 to 3.0.5 by dependabot in https://github.com/anovos/anovos/pull/242
* Bump pre-commit from 2.19.0 to 2.20.0 by dependabot in https://github.com/anovos/anovos/pull/239
* Fix failing notebook builds by ionicsolutions in https://github.com/anovos/anovos/pull/246
* Upgrade Spark versions in workflow to latest releases by ionicsolutions in https://github.com/anovos/anovos/pull/249
* Return to latest docker-stacks images for notebook/examples builds after upstream fix by ionicsolutions in https://github.com/anovos/anovos/pull/248
* Bump flake8 from 4.0.1 to 5.0.1 by dependabot in https://github.com/anovos/anovos/pull/252
* Optimize measure_of_shape, remove for loops by mwjinjin in https://github.com/anovos/anovos/pull/253
* Optimize mode_optimization and measure_of_centralTendency by dattranm in https://github.com/anovos/anovos/pull/244
* Feast Integration for simple FileSource repos by mathiaspet in https://github.com/anovos/anovos/pull/168
* outlier_categories optimization by dattranm in https://github.com/anovos/anovos/pull/250
* Bump actions/cache from 3.0.5 to 3.0.6 by dependabot in https://github.com/anovos/anovos/pull/256
* Bump flake8 from 5.0.1 to 5.0.4 by dependabot in https://github.com/anovos/anovos/pull/259
* Bump pytest-mock from 3.7.0 to 3.8.2 by dependabot in https://github.com/anovos/anovos/pull/260
* Removed file cfg element from feast cfg by mathiaspet in https://github.com/anovos/anovos/pull/262
* Use specific version of flake8 when linting by ionicsolutions in https://github.com/anovos/anovos/pull/261
* Persist memory for iv_ig to optimize runtime/memory by dattranm in https://github.com/anovos/anovos/pull/263
* Add feature_store package to setup.py by ionicsolutions in https://github.com/anovos/anovos/pull/265
* Update stats_generator example notebook by sinuochen in https://github.com/anovos/anovos/pull/264
* Bump black from 22.1.0 to 22.6.0 by dependabot in https://github.com/anovos/anovos/pull/273
* Bump actions/cache from 3.0.6 to 3.0.7 by dependabot in https://github.com/anovos/anovos/pull/269
* Build release versions of anovos-notebook for Spark 3.2.2 by ionicsolutions in https://github.com/anovos/anovos/pull/276
* Update numpy requirement from <=1.22.2,>=1.20.0 to >=1.20.0,<1.23.3 by dependabot in https://github.com/anovos/anovos/pull/270
* Update jinja2 requirement from <3.1.0 to <3.2.0 by dependabot in https://github.com/anovos/anovos/pull/226
* Correlation matrix optimization by cshekhar17 in https://github.com/anovos/anovos/pull/254
* Update matplotlib requirement from <3.5.3,>=3.4.3 to >=3.4.3,<3.5.4 by dependabot in https://github.com/anovos/anovos/pull/271
* Optimize duplicate_detection, assign .count() to variable and… by mwjinjin in https://github.com/anovos/anovos/pull/274
* Measures of cardinality performance optimisation by kajanansangar in https://github.com/anovos/anovos/pull/255
* Revert Dockerfile for running tests locally to previous version by ionicsolutions in https://github.com/anovos/anovos/pull/279
* Optimize measures_of_centralTendency by mwjinjin in https://github.com/anovos/anovos/pull/278
* Bump actions/cache from 3.0.7 to 3.0.8 by dependabot in https://github.com/anovos/anovos/pull/281
* Bump pylint from 2.14.5 to 2.15.0 by dependabot in https://github.com/anovos/anovos/pull/283
* Bug fix for outlier_detection, with parquet input and decimal. format cols by dattranm in https://github.com/anovos/anovos/pull/280
* Optimize cat_to_num_supervised by sinuochen in https://github.com/anovos/anovos/pull/275
* Bump black from 22.6.0 to 22.8.0 by dependabot in https://github.com/anovos/anovos/pull/285
* Bump pytest from 7.1.2 to 7.1.3 by dependabot in https://github.com/anovos/anovos/pull/284
* Local execution of Anovos workloads by ionicsolutions in https://github.com/anovos/anovos/pull/266
* updating README and version to 1.0.0 by VishnuGowthem in https://github.com/anovos/anovos/pull/289

New Contributors
* mwjinjin made their first contribution in https://github.com/anovos/anovos/pull/253
* mathiaspet made their first contribution in https://github.com/anovos/anovos/pull/168
* cshekhar17 made their first contribution in https://github.com/anovos/anovos/pull/254

Contributors
Our heartfelt thanks to nisha20verma, kajanansangar, VishnuGowthem, sourjyasen07, sinuochen, ranjanravish , sumitgaurav19, dattranm, ionicsolutions, mwjinjin, mathiaspet, cshekhar17, miker2241, AnganSamadder, ziedbouf for their contributions !

**Full Changelog**: https://github.com/anovos/anovos/compare/v0.3.0...v1.0.0

0.3.0

Overview
Today we are releasing v0.3.0 for Anovos
- [x] Added detailed tutorial for Anovos (Using Credit Risk modelling Use Case)
- [x] Resolved issue related to negative Information Gain values
- [x] Upgraded the DataPane Version (For Visualization purposes)
- [x] Minor bug fixes across all the modules and Unit Tests
- [x] Improvements in CI/CD Pipelines

✨ Added Features
* Tested Anovos to run on Databricks (Python way & Spark-Submit way)
* Moved main workflow script inside the package
* Improved data sampling mechanism (Random and Stratified)

πŸ”΄ Fixes
* Bug fixes related to data sampling
* Bug fixes related to visualising pie-chart in the executive summary
* Bug issues pertaining to transformer Unit Tests

πŸ”¨ Merged Pull Requests
* Negative IG fix in https://github.com/anovos/anovos/pull/145
* Bump actions/cache from 3.0.1 to 3.0.2 in https://github.com/anovos/anovos/pull/157
* Datapane Version Upgrade in https://github.com/anovos/anovos/pull/158
* Bump github/codeql-action from 1 to 2 in https://github.com/anovos/anovos/pull/165
* Bump pytest from 7.1.1 to 7.1.2 by in https://github.com/anovos/anovos/pull/162
* Bump pylint from 2.12.2 to 2.13.7 by in https://github.com/anovos/anovos/pull/163
* Bump black from 22.1.0 to 22.3.0 by in https://github.com/anovos/anovos/pull/166
* Add caching for Python dependencies to GitHub Actions in https://github.com/anovos/anovos/pull/128
* Add data_sample function and unit test in https://github.com/anovos/anovos/pull/146
* Bump pylint from 2.13.7 to 2.13.8 in https://github.com/anovos/anovos/pull/175
* Bump docker/login-action from 1.14.1 to 2.0.0 in https://github.com/anovos/anovos/pull/173
* Bump docker/build-push-action from 2 to 3 in https://github.com/anovos/anovos/pull/172
* Bump docker/metadata-action from 3 to 4 in https://github.com/anovos/anovos/pull/171
* Added Dockerfile for local testing in https://github.com/anovos/anovos/pull/184
* Bug fix for data_sample by in https://github.com/anovos/anovos/pull/178
* Anovos tutorial by in https://github.com/anovos/anovos/pull/181
* Delete type check in data_ingest/write_dataset in https://github.com/anovos/anovos/pull/193
* Build up unit tests for the `data_ingest` module in https://github.com/anovos/anovos/pull/179
* Chain GitHub Actions workflows in https://github.com/anovos/anovos/pull/191
* Fix GitHub Actions workflow chaining in https://github.com/anovos/anovos/pull/194
* Use workflow names in triggering workflows in https://github.com/anovos/anovos/pull/195
* Always call from current commit SHA in https://github.com/anovos/anovos/pull/196
* Bug: date column on cast as double in https://github.com/anovos/anovos/pull/148
* Always call workflows from current commit SHA in https://github.com/anovos/anovos/pull/199
* Add recommend_type function and unit test by https://github.com/anovos/anovos/pull/170
* Introduce pre-commit hooks for streamlined development workflow in https://github.com/anovos/anovos/pull/180
* Move the main workflow script inside the package by in https://github.com/anovos/anovos/pull/186
* Readme file Update in https://github.com/anovos/anovos/pull/201
* Added transformers functions in Azure_Databricks config file in https://github.com/anovos/anovos/pull/202
* Fixing the Pie Chart Issue in https://github.com/anovos/anovos/pull/187
* Debug and fix failing transformer tests in https://github.com/anovos/anovos/pull/192
* Updated Setup.py for v0.3.0 release https://github.com/anovos/anovos/pull/203

0.2.2

Overview
Today we are releasing v0.2.2 for Anovos with minor additions to v0.2.1
- [x] Updated Jinja2 release breaking report generation
- [x] Unit Testing for Feature Recommender Module
- [x] Unit Testing for Time Series Analyzer module addition
- [x] Minor bug fixes in Data ingest module and One Hot Encoding

✨ Added Features
* Latest jinja2 release breaks report generation on all current versions of Anovos in https://github.com/anovos/anovos/pull/141
* Feature Recommender Unit Tests in https://github.com/anovos/anovos/pull/127
* unit testing script for ts_analyzer in https://github.com/anovos/anovos/pull/125


πŸ”΄ Fixes
* Data ingest error check in https://github.com/anovos/anovos/pull/137
* changed error check to also satisfy multiple join columns in https://github.com/anovos/anovos/pull/138
* Minor Fixes TS Module in https://github.com/anovos/anovos/pull/134
* Optimize One Hot Encoding in https://github.com/anovos/anovos/pull/140


πŸ”¨ Merged Pull Requests
* Bump actions/download-artifact from 2 to 3 in https://github.com/anovos/anovos/pull/151
* Bump actions/upload-artifact from 2 to 3 in https://github.com/anovos/anovos/pull/152
* Bump actions/cache from 2.1.7 to 3.0.1 in https://github.com/anovos/anovos/pull/143
* Bump pytest from 7.0.1 to 7.1.1 by dependabot in https://github.com/anovos/anovos/pull/136

**Full Changelog**: https://github.com/anovos/anovos/compare/v0.2.1...v0.2.2

0.2.1

Overview
Today we are releasing v0.2.1 for Anovos with minor additions to v0.2.0
- [x] Updated all Anovos example notebooks and references
- [x] Unit Testing for Data Transformers module added
- [x] Unit Testing for Time Series Analyzer module added

✨ Added Features
* Update Anovos v0.2.0 example notebooks in https://github.com/anovos/anovos/pull/119
* Unit testing for transformers in https://github.com/anovos/anovos/pull/76
* Unit testing data_ingest_ts auto detection in https://github.com/anovos/anovos/pull/126

πŸ”΄ Fixes
* Feature Recommendation get method bugfix in https://github.com/anovos/anovos/pull/118
* Update drift validations in https://github.com/anovos/anovos/pull/120
* Add root path for saving intermediate data in https://github.com/anovos/anovos/pull/104

πŸ”¨ Merged Pull Requests
* Bump actions/setup-python from 2 to 3 in https://github.com/anovos/anovos/pull/122
* Bump docker/login-action from 1.13.0 to 1.14.1 in https://github.com/anovos/anovos/pull/123
* Release 021 update in https://github.com/anovos/anovos/pull/129
* changes for __version__ in https://github.com/anovos/anovos/pull/130

**Full Changelog**: https://github.com/anovos/anovos/compare/v0.2.0...v0.2.1

Page 1 of 2

Β© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.