Autogoal

Latest version: v1.0.3

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

Scan your dependencies

Page 1 of 2

1.0.3

Loggers Hotfix

Loggers are now back to work.

**Full Changelog**: https://github.com/autogoal/autogoal/compare/v1.0.2...v1.0.3

1.0.2

What's Changed
* Bump nltk from 3.6.1 to 3.6.6 by dependabot in https://github.com/autogoal/autogoal/pull/147
* Bump jupyterlab from 1.2.20 to 1.2.21 by dependabot in https://github.com/autogoal/autogoal/pull/148
* Implement get config method for keras layer wrappers by cbermudez97 in https://github.com/autogoal/autogoal/pull/141
* Bug fixes by lucas-FP in https://github.com/autogoal/autogoal/pull/153
* MLOps is Here !!! by rmarticedeno in https://github.com/autogoal/autogoal/pull/154
* Update docker images generation by rmarticedeno in https://github.com/autogoal/autogoal/pull/155
* Change Docker build order by rmarticedeno in https://github.com/autogoal/autogoal/pull/156
* Bug missing version control in base image by rmarticedeno in https://github.com/autogoal/autogoal/pull/157
* Feature keep sources list in base image by rmarticedeno in https://github.com/autogoal/autogoal/pull/158
* Fix base docker image uri by rmarticedeno in https://github.com/autogoal/autogoal/pull/159
* Using poetry lockfile by rmarticedeno in https://github.com/autogoal/autogoal/pull/160
* V1.0 by EEstevanell in https://github.com/autogoal/autogoal/pull/171

New Contributors
* dependabot made their first contribution in https://github.com/autogoal/autogoal/pull/147
* cbermudez97 made their first contribution in https://github.com/autogoal/autogoal/pull/141
* rmarticedeno made their first contribution in https://github.com/autogoal/autogoal/pull/154

**Full Changelog**: https://github.com/autogoal/autogoal/compare/v0.7.0...v1.0.2

What's Changed
* Bump nltk from 3.6.1 to 3.6.6 by dependabot in https://github.com/autogoal/autogoal/pull/147
* Bump jupyterlab from 1.2.20 to 1.2.21 by dependabot in https://github.com/autogoal/autogoal/pull/148
* Implement get config method for keras layer wrappers by cbermudez97 in https://github.com/autogoal/autogoal/pull/141
* Bug fixes by lucas-FP in https://github.com/autogoal/autogoal/pull/153
* MLOps is Here !!! by rmarticedeno in https://github.com/autogoal/autogoal/pull/154
* Update docker images generation by rmarticedeno in https://github.com/autogoal/autogoal/pull/155
* Change Docker build order by rmarticedeno in https://github.com/autogoal/autogoal/pull/156
* Bug missing version control in base image by rmarticedeno in https://github.com/autogoal/autogoal/pull/157
* Feature keep sources list in base image by rmarticedeno in https://github.com/autogoal/autogoal/pull/158
* Fix base docker image uri by rmarticedeno in https://github.com/autogoal/autogoal/pull/159
* Using poetry lockfile by rmarticedeno in https://github.com/autogoal/autogoal/pull/160
* V1.0 by EEstevanell in https://github.com/autogoal/autogoal/pull/171

New Contributors
* dependabot made their first contribution in https://github.com/autogoal/autogoal/pull/147
* cbermudez97 made their first contribution in https://github.com/autogoal/autogoal/pull/141
* rmarticedeno made their first contribution in https://github.com/autogoal/autogoal/pull/154

**Full Changelog**: https://github.com/autogoal/autogoal/compare/v0.7.0...v1.0.2

1.0.1a1

**Full Changelog**: https://github.com/autogoal/autogoal/compare/v1.0.1-alpha...v1.0.1a1

1.0.1alpha

1.0.0alpha

AutoGOAL v1.0.0-alpha has a new architecture that separates additional functionality from pure AutoML code into independent modules. Moreover, it now supports native multi-objective optimization through Pareto Front Optimization.

Contribs

A new module named [**autogoal-contrib**](https://github.com/autogoal/autogoal-contrib) now handles everything related to "contribs". These contribs are independent Python packages that wrap specific sets of external packages. This means that each contrib now has its lock file.

Remote

AutoGOAL now has a system for distributing dependencies and computing resources over the network, which allows instances of AutoGOAL to connect and share their algorithms. With [**autogoal-remote**](https://github.com/autogoal/autogoal-remote) any instance can run any algorithm remotely, eliminating the need for installing possibly conflicting contribs in the same environment.

What's Changed Specifically?

* Implement get config method for keras layer wrappers by cbermudez97 in https://github.com/autogoal/autogoal/pull/141
* Bug fixes by lucas-FP in https://github.com/autogoal/autogoal/pull/153
* MLOps is Here !!! by rmarticedeno in https://github.com/autogoal/autogoal/pull/154
* Update docker images generation by rmarticedeno in https://github.com/autogoal/autogoal/pull/155
* Change Docker build order by rmarticedeno in https://github.com/autogoal/autogoal/pull/156
* Bug missing version control in base image by rmarticedeno in https://github.com/autogoal/autogoal/pull/157
* Feature keep sources list in the base image by rmarticedeno in https://github.com/autogoal/autogoal/pull/158
* Fix base docker image uri by rmarticedeno in https://github.com/autogoal/autogoal/pull/159
* Using poetry lockfile by rmarticedeno in https://github.com/autogoal/autogoal/pull/160
* V1.0 by EEstevanell in https://github.com/autogoal/autogoal/pull/171

New Contributors
* cbermudez97 made their first contribution at https://github.com/autogoal/autogoal/pull/141
* rmarticedeno made their first contribution at https://github.com/autogoal/autogoal/pull/154

**Full Changelog**: https://github.com/autogoal/autogoal/compare/v0.7.0...v1.0.0b

0.7.0

What's Changed
* General Bug fixes by lucas-FP in https://github.com/autogoal/autogoal/pull/108
* SeqAlgorithm bug fixes by lucas-FP in https://github.com/autogoal/autogoal/pull/74
* Create CITATION.cff to add built-in citation support by leynier in https://github.com/autogoal/autogoal/pull/112
* Fix auto ml unsupervised by EEstevanell in https://github.com/autogoal/autogoal/pull/146

New Contributors

* lucas-FP made their first contribution in https://github.com/autogoal/autogoal/pull/108
* leynier made their first contribution in https://github.com/autogoal/autogoal/pull/112
* genderev made their first contribution in https://github.com/autogoal/autogoal/pull/115

**Full Changelog**: https://github.com/autogoal/autogoal/compare/v0.6.0...v0.7.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.