Py4ai-core

Latest version: v1.0.2

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

Scan your dependencies

1.0.2

Changelog

[v1.0.2](https://github.com/NicolaDonelli/py4ai-core/tree/v1.0.2) (2023-09-01)

[Full Changelog](https://github.com/NicolaDonelli/py4ai-core/compare/v1.0.1...v1.0.2)

**Implemented enhancements:**

- Check dependencies licenses [\16](https://github.com/NicolaDonelli/py4ai-core/issues/16)

**Merged pull requests:**

- \[MISC\] Add WithConfig class and configdefaults decorator [\43](https://github.com/NicolaDonelli/py4ai-core/pull/43) ([NicolaDonelli](https://github.com/NicolaDonelli))
- \[ISSUE-16\] Add license compatibility check for closed package dependencies [\41](https://github.com/NicolaDonelli/py4ai-core/pull/41) ([NicolaDonelli](https://github.com/NicolaDonelli))

[v1.0.1](https://github.com/NicolaDonelli/py4ai-core/tree/v1.0.1) (2023-09-01)

[Full Changelog](https://github.com/NicolaDonelli/py4ai-core/compare/v1.0.0...v1.0.1)

**Implemented enhancements:**

- union between PandasDataset and other Datasets [\19](https://github.com/NicolaDonelli/py4ai-core/issues/19)

**Closed issues:**

- Scorporate py4ai.core.data [\27](https://github.com/NicolaDonelli/py4ai-core/issues/27)
- Scorporate py4ai.core.data.layers.mongo [\25](https://github.com/NicolaDonelli/py4ai-core/issues/25)
- Remove param\_check decorator [\11](https://github.com/NicolaDonelli/py4ai-core/issues/11)
- Separate mongo facilities from main module [\8](https://github.com/NicolaDonelli/py4ai-core/issues/8)
- union methods for Datasets should be reworked [\6](https://github.com/NicolaDonelli/py4ai-core/issues/6)

[v1.0.0](https://github.com/NicolaDonelli/py4ai-core/tree/v1.0.0) (2022-12-30)

[Full Changelog](https://github.com/NicolaDonelli/py4ai-core/compare/v0.0.1...v1.0.0)

**Implemented enhancements:**

- Update Dockerfile [\32](https://github.com/NicolaDonelli/py4ai-core/issues/32)
- Issue with pip-compile resolver [\31](https://github.com/NicolaDonelli/py4ai-core/issues/31)
- Migrate from setup.cfg to pyproject.toml [\17](https://github.com/NicolaDonelli/py4ai-core/issues/17)

**Closed issues:**

- Implement security checks [\39](https://github.com/NicolaDonelli/py4ai-core/issues/39)
- make install failing to parse pyproject.toml [\29](https://github.com/NicolaDonelli/py4ai-core/issues/29)
- Scorporate py4ai.core.tests [\26](https://github.com/NicolaDonelli/py4ai-core/issues/26)
- Scorporate py4ai.core.logging [\24](https://github.com/NicolaDonelli/py4ai-core/issues/24)
- Scorporate py4ai.core.config [\23](https://github.com/NicolaDonelli/py4ai-core/issues/23)
- Refactor continuous-delivery workflow [\20](https://github.com/NicolaDonelli/py4ai-core/issues/20)
- Add isort to automatically sort imports [\7](https://github.com/NicolaDonelli/py4ai-core/issues/7)
- Improve BasicConfig.update method [\5](https://github.com/NicolaDonelli/py4ai-core/issues/5)
- Repository abstraction [\4](https://github.com/NicolaDonelli/py4ai-core/issues/4)

**Merged pull requests:**

- \[ISSUE-39\] Add bandit code security checker [\40](https://github.com/NicolaDonelli/py4ai-core/pull/40) ([NicolaDonelli](https://github.com/NicolaDonelli))
- \[ISSUE-29\] Update Makefile to upgrade pip and setuptools with pre-deps [\38](https://github.com/NicolaDonelli/py4ai-core/pull/38) ([NicolaDonelli](https://github.com/NicolaDonelli))
- \[ISSUE-31\] Update requirements\_dev.in to exclude pip-tools 7.0.0 avoiding backtracking resolver issue with constraints with extras [\37](https://github.com/NicolaDonelli/py4ai-core/pull/37) ([NicolaDonelli](https://github.com/NicolaDonelli))
- \[ISSUE-32\] Refactor Dockerfile [\34](https://github.com/NicolaDonelli/py4ai-core/pull/34) ([NicolaDonelli](https://github.com/NicolaDonelli))
- \[ISSUE-20\] Update CD workflow to check package with different python versions before releasing it [\22](https://github.com/NicolaDonelli/py4ai-core/pull/22) ([NicolaDonelli](https://github.com/NicolaDonelli))
- \[ISSUE-17\] Substitute setup.cfg with pyproject.toml [\18](https://github.com/NicolaDonelli/py4ai-core/pull/18) ([NicolaDonelli](https://github.com/NicolaDonelli))
- New Archiver Implemetation [\13](https://github.com/NicolaDonelli/py4ai-core/pull/13) ([deusebio](https://github.com/deusebio))
- \[ISSUE-7\] Automated import sorting [\10](https://github.com/NicolaDonelli/py4ai-core/pull/10) ([NicolaDonelli](https://github.com/NicolaDonelli))
- \[ISSUE-5\] Extend BaseConfig.update method [\9](https://github.com/NicolaDonelli/py4ai-core/pull/9) ([NicolaDonelli](https://github.com/NicolaDonelli))

[v0.0.1](https://github.com/NicolaDonelli/py4ai-core/tree/v0.0.1) (2022-10-07)

[Full Changelog](https://github.com/NicolaDonelli/py4ai-core/compare/8affbe67bc8e7ad391c46387bfb51d4a438387e1...v0.0.1)



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

1.0.1

Changelog

[Unreleased](https://github.com/NicolaDonelli/py4ai-core/tree/HEAD)

[Full Changelog](https://github.com/NicolaDonelli/py4ai-core/compare/v1.0.1...HEAD)

**Implemented enhancements:**

- Check dependencies licenses [\16](https://github.com/NicolaDonelli/py4ai-core/issues/16)

**Merged pull requests:**

- \[ISSUE-16\] Add license compatibility check for closed package dependencies [\41](https://github.com/NicolaDonelli/py4ai-core/pull/41) ([NicolaDonelli](https://github.com/NicolaDonelli))

[v1.0.1](https://github.com/NicolaDonelli/py4ai-core/tree/v1.0.1) (2023-09-01)

[Full Changelog](https://github.com/NicolaDonelli/py4ai-core/compare/v1.0.0...v1.0.1)

**Implemented enhancements:**

- union between PandasDataset and other Datasets [\19](https://github.com/NicolaDonelli/py4ai-core/issues/19)

**Closed issues:**

- Scorporate py4ai.core.data [\27](https://github.com/NicolaDonelli/py4ai-core/issues/27)
- Scorporate py4ai.core.data.layers.mongo [\25](https://github.com/NicolaDonelli/py4ai-core/issues/25)
- Remove param\_check decorator [\11](https://github.com/NicolaDonelli/py4ai-core/issues/11)
- Separate mongo facilities from main module [\8](https://github.com/NicolaDonelli/py4ai-core/issues/8)
- union methods for Datasets should be reworked [\6](https://github.com/NicolaDonelli/py4ai-core/issues/6)

[v1.0.0](https://github.com/NicolaDonelli/py4ai-core/tree/v1.0.0) (2022-12-30)

[Full Changelog](https://github.com/NicolaDonelli/py4ai-core/compare/v0.0.1...v1.0.0)

**Implemented enhancements:**

- Update Dockerfile [\32](https://github.com/NicolaDonelli/py4ai-core/issues/32)
- Issue with pip-compile resolver [\31](https://github.com/NicolaDonelli/py4ai-core/issues/31)
- Migrate from setup.cfg to pyproject.toml [\17](https://github.com/NicolaDonelli/py4ai-core/issues/17)

**Closed issues:**

- Implement security checks [\39](https://github.com/NicolaDonelli/py4ai-core/issues/39)
- make install failing to parse pyproject.toml [\29](https://github.com/NicolaDonelli/py4ai-core/issues/29)
- Scorporate py4ai.core.tests [\26](https://github.com/NicolaDonelli/py4ai-core/issues/26)
- Scorporate py4ai.core.logging [\24](https://github.com/NicolaDonelli/py4ai-core/issues/24)
- Scorporate py4ai.core.config [\23](https://github.com/NicolaDonelli/py4ai-core/issues/23)
- Refactor continuous-delivery workflow [\20](https://github.com/NicolaDonelli/py4ai-core/issues/20)
- Add isort to automatically sort imports [\7](https://github.com/NicolaDonelli/py4ai-core/issues/7)
- Improve BasicConfig.update method [\5](https://github.com/NicolaDonelli/py4ai-core/issues/5)
- Repository abstraction [\4](https://github.com/NicolaDonelli/py4ai-core/issues/4)

**Merged pull requests:**

- \[ISSUE-39\] Add bandit code security checker [\40](https://github.com/NicolaDonelli/py4ai-core/pull/40) ([NicolaDonelli](https://github.com/NicolaDonelli))
- \[ISSUE-29\] Update Makefile to upgrade pip and setuptools with pre-deps [\38](https://github.com/NicolaDonelli/py4ai-core/pull/38) ([NicolaDonelli](https://github.com/NicolaDonelli))
- \[ISSUE-31\] Update requirements\_dev.in to exclude pip-tools 7.0.0 avoiding backtracking resolver issue with constraints with extras [\37](https://github.com/NicolaDonelli/py4ai-core/pull/37) ([NicolaDonelli](https://github.com/NicolaDonelli))
- \[ISSUE-32\] Refactor Dockerfile [\34](https://github.com/NicolaDonelli/py4ai-core/pull/34) ([NicolaDonelli](https://github.com/NicolaDonelli))
- \[ISSUE-20\] Update CD workflow to check package with different python versions before releasing it [\22](https://github.com/NicolaDonelli/py4ai-core/pull/22) ([NicolaDonelli](https://github.com/NicolaDonelli))
- \[ISSUE-17\] Substitute setup.cfg with pyproject.toml [\18](https://github.com/NicolaDonelli/py4ai-core/pull/18) ([NicolaDonelli](https://github.com/NicolaDonelli))
- New Archiver Implemetation [\13](https://github.com/NicolaDonelli/py4ai-core/pull/13) ([deusebio](https://github.com/deusebio))
- \[ISSUE-7\] Automated import sorting [\10](https://github.com/NicolaDonelli/py4ai-core/pull/10) ([NicolaDonelli](https://github.com/NicolaDonelli))
- \[ISSUE-5\] Extend BaseConfig.update method [\9](https://github.com/NicolaDonelli/py4ai-core/pull/9) ([NicolaDonelli](https://github.com/NicolaDonelli))

[v0.0.1](https://github.com/NicolaDonelli/py4ai-core/tree/v0.0.1) (2022-10-07)

[Full Changelog](https://github.com/NicolaDonelli/py4ai-core/compare/8affbe67bc8e7ad391c46387bfb51d4a438387e1...v0.0.1)



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

1.0.0

Changelog

[v1.0.0](https://github.com/NicolaDonelli/py4ai-core/tree/v1.0.0) (2022-12-30)

[Full Changelog](https://github.com/NicolaDonelli/py4ai-core/compare/v0.0.1...v1.0.0)

**Implemented enhancements:**

- Update Dockerfile [\32](https://github.com/NicolaDonelli/py4ai-core/issues/32)
- Issue with pip-compile resolver [\31](https://github.com/NicolaDonelli/py4ai-core/issues/31)
- Migrate from setup.cfg to pyproject.toml [\17](https://github.com/NicolaDonelli/py4ai-core/issues/17)

**Closed issues:**

- Implement security checks [\39](https://github.com/NicolaDonelli/py4ai-core/issues/39)
- make install failing to parse pyproject.toml [\29](https://github.com/NicolaDonelli/py4ai-core/issues/29)
- Scorporate py4ai.core.tests [\26](https://github.com/NicolaDonelli/py4ai-core/issues/26)
- Scorporate py4ai.core.logging [\24](https://github.com/NicolaDonelli/py4ai-core/issues/24)
- Scorporate py4ai.core.config [\23](https://github.com/NicolaDonelli/py4ai-core/issues/23)
- Refactor continuous-delivery workflow [\20](https://github.com/NicolaDonelli/py4ai-core/issues/20)
- Add isort to automatically sort imports [\7](https://github.com/NicolaDonelli/py4ai-core/issues/7)
- Improve BasicConfig.update method [\5](https://github.com/NicolaDonelli/py4ai-core/issues/5)
- Repository abstraction [\4](https://github.com/NicolaDonelli/py4ai-core/issues/4)

**Merged pull requests:**

- \[ISSUE-39\] Add bandit code security checker [\40](https://github.com/NicolaDonelli/py4ai-core/pull/40) ([NicolaDonelli](https://github.com/NicolaDonelli))
- \[ISSUE-29\] Update Makefile to upgrade pip and setuptools with pre-deps [\38](https://github.com/NicolaDonelli/py4ai-core/pull/38) ([NicolaDonelli](https://github.com/NicolaDonelli))
- \[ISSUE-31\] Update requirements\_dev.in to exclude pip-tools 7.0.0 avoiding backtracking resolver issue with constraints with extras [\37](https://github.com/NicolaDonelli/py4ai-core/pull/37) ([NicolaDonelli](https://github.com/NicolaDonelli))
- \[ISSUE-32\] Refactor Dockerfile [\34](https://github.com/NicolaDonelli/py4ai-core/pull/34) ([NicolaDonelli](https://github.com/NicolaDonelli))
- \[ISSUE-20\] Update CD workflow to check package with different python versions before releasing it [\22](https://github.com/NicolaDonelli/py4ai-core/pull/22) ([NicolaDonelli](https://github.com/NicolaDonelli))
- \[ISSUE-17\] Substitute setup.cfg with pyproject.toml [\18](https://github.com/NicolaDonelli/py4ai-core/pull/18) ([NicolaDonelli](https://github.com/NicolaDonelli))
- New Archiver Implemetation [\13](https://github.com/NicolaDonelli/py4ai-core/pull/13) ([deusebio](https://github.com/deusebio))
- \[ISSUE-7\] Automated import sorting [\10](https://github.com/NicolaDonelli/py4ai-core/pull/10) ([NicolaDonelli](https://github.com/NicolaDonelli))
- \[ISSUE-5\] Extend BaseConfig.update method [\9](https://github.com/NicolaDonelli/py4ai-core/pull/9) ([NicolaDonelli](https://github.com/NicolaDonelli))

[v0.0.1](https://github.com/NicolaDonelli/py4ai-core/tree/v0.0.1) (2022-10-07)

[Full Changelog](https://github.com/NicolaDonelli/py4ai-core/compare/8affbe67bc8e7ad391c46387bfb51d4a438387e1...v0.0.1)



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0.0.1

Changelog

[v0.0.1](https://github.com/NicolaDonelli/py4ai-core/tree/v0.0.1) (2022-10-07)

[Full Changelog](https://github.com/NicolaDonelli/py4ai-core/compare/8affbe67bc8e7ad391c46387bfb51d4a438387e1...v0.0.1)



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.