Skip to content

Releases: AIS-Package/aisp

v0.1.33

14 Oct 02:12
bae8f59
Compare
Choose a tag to compare

English:

Release of AISP (Artificial Immune System Package) version 0.1.33. In version 0.1.x, classes were added that implement binary negative selection algorithms and real-value algorithms.

Changes:

  • The package was refactored with the addition of the utils module, which centralizes common functions for reuse in future modules.
  • Unit tests were added for the utils module.
  • In-code comments were updated to English.

To install the latest version of the package, use the pip command:

pip install -U aisp

or

pip install aisp==0.1.33

We invite you to browse the AISP documentation where you can find detailed information on how to use these classes.


Português:

Lançamento do AISP (Artificial Immune System Package) versão 0.1.33. Na versão 0.1.x, foram adicionadas classes que implementam algoritmos de seleção negativa binária e de valor real.

Alterações:

  • O pacote foi refatorado com a adição do módulo utils, que centr

What's Changed

Full Changelog: v0.1.32...v0.1.33

AISP - 0.1.32

05 May 15:45
08fee2e
Compare
Choose a tag to compare

English:

Release of AISP (Artificial Immune System Package) version 0.1.32. In version 0.1.x, classes were added that implement binary negative selection algorithms and real-value algorithms.

Change:

The generation and comparison of detectors using the Hamming distance in the BNSA class has been replaced by the cdist function from scipy to improve generation and prediction performance.

To install the latest version of the package, use the pip command:

pip install -U aisp

or

pip install aisp==0.1.32

We invite you to browse the AISP documentation where you can find detailed information on how to use these classes.


Português:

Lançamento do AISP (Artificial Immune System Package) versão 0.1.32. Na versão 0.1.x, foram adicionadas classes que implementam algoritmos de seleção negativa binária e de valor real.

Mudança:

A geração e comparação dos detectores usando a distância de Hamming na classe BNSA foi substituída pela função cdist do scipy para melhorar a performance na geração e previsão.

Para instalar a versão mais recente do pacote, use o comando pip:

pip install -U aisp

ou

pip install aisp==0.1.32

Convidamos você a navegar na documentação do AISP, onde você pode encontrar informações detalhadas sobre como usar essas classes.

What's Changed

Full Changelog: v0.1.31...v0.1.32

AISP - 0.1.31

29 Apr 17:08
231f12a
Compare
Choose a tag to compare

English:

Release of AISP (Artificial Immune System Package) version 0.1.31. In version 0.1.x, classes were added that implement binary negative selection algorithms and real-value algorithms.

Change:

Addition:

  • A new method for selecting labels for samples classified as non-self by all detectors.
  • The examples have been adjusted to demonstrate this addition.

Refactoring:

  • The source code has been reviewed and adjusted according to the official Python PEP8 guide.
  • Repositioning of files for better readability and flexibility.

To install the latest version of the package, use the pip command:

pip install -U aisp

or

pip install aisp==0.1.31

We invite you to browse the AISP documentation where you can find detailed information on how to use these classes.


Português:

Lançamento do AISP (Artificial Immune System Package) versão 0.1.31. Na versão 0.1.x, foram adicionadas classes que implementam algoritmos de seleção negativa binária e de valor real.

Mudança:

Adição:

  • Um novo método para a seleção de rótulos para amostras classificadas como não-próprias por todos os detectores.
  • Os exemplos foram ajustados para demonstrar essa adição.

Refatoração:

  • O código fonte foi revisado e ajustado de acordo com o guia oficial Python PEP8.
  • Reposicionamento dos arquivos para melhor legibilidade e flexibilidade.

Para instalar a versão mais recente do pacote, use o comando pip:

pip install -U aisp

ou

pip install aisp==0.1.31

Convidamos você a navegar na documentação do AISP, onde você pode encontrar informações detalhadas sobre como usar essas classes.

What's Changed

Full Changelog: v0.1.21...v0.1.31

AISP - 0.1.30

01 Jul 14:03
39d2fc4
Compare
Choose a tag to compare

English:

Release of AISP (Artificial Immune System Package) version 0.1.30. In version 0.1.x, classes were added that implement binary negative selection algorithms and real-value algorithms.

Change:

Bug fix: The class assignment method for samples that trigger all non-self detectors and become non-self for all classes has been fixed. Now, the method uses the class whose detectors have the greatest average distance from the sample.

To install the latest version of the package, use the pip command:

pip install -U aisp

or

pip install aisp==0.1.30

We invite you to browse the AISP documentation where you can find detailed information on how to use these classes.


Português:

Lançamento do AISP (Artificial Immune System Package) versão 0.1.30. Na versão 0.1.x, foram adicionadas classes que implementam algoritmos de seleção negativa binária e de valor real.

Mudança:

Correção de bug: O método de atribuição de classes para amostras que ativam todos os detectores não-self e tornam-se não próprias para todas as classes foi corrigido. Agora, o método utiliza a classe cujos detectores possuem a maior distância média em relação à amostra.

Para instalar a versão mais recente do pacote, use o comando pip:

pip install -U aisp

ou

pip install aisp==0.1.30

Convidamos você a navegar na documentação do AISP, onde você pode encontrar informações detalhadas sobre como usar essas classes.

AISP - 0.1.21

15 Jun 21:56
bb238be
Compare
Choose a tag to compare

English:

Release of AISP (Artificial Immune System Package) version 0.1.21. In version 0.1.x, classes were added that implement binary negative selection algorithms and real-value algorithms.

Change:

Highlighting the addition of an optional variable in the constructor that allows changing the default value of p==2 in the Minkowski distance.

To install the latest version of the package, use the pip command:

pip install -U aisp

or

pip install aisp==0.1.21

We invite you to browse the AISP documentation where you can find detailed information on how to use these classes.


Português:

Lançamento do AISP (Artificial Immune System Package) versão 0.1.21. Na versão 0.1.x, foram adicionadas classes que implementam algoritmos de seleção negativa binária e de valor real.

Mudança:

Destaque para a adição da variável opcional no construtor que permite alterar o valor padrão de p==2 na distância de Minkowski.

Para instalar a versão mais recente do pacote, use o comando pip:

pip install -U aisp

ou

pip install aisp==0.1.21

Convidamos você a navegar na documentação do AISP, onde você pode encontrar informações detalhadas sobre como usar essas classes.

AISP - 0.1.1

10 Jun 16:09
Compare
Choose a tag to compare

English:

First release of AISP (Artificial Immune System Package) version 0.1.1. The initial version of this package introduced classes that implement real-valued and binary negative selection algorithms.

To install the latest version of the package, use the pip command:

pip install -U aisp

or

pip install aisp==0.1.1

We invite you to browse the AISP documentation where you can find detailed information on how to use these classes.


Português:

Primeiro lançamento do AISP (Artificial Immune System Package) versão 0.1.1. A versão inicial deste pacote introduziu classes que implementam algoritmos de seleção negativa binária e de valor real.

Para instalar a versão mais recente do pacote, use o comando pip:

pip install -U aisp

or

pip install aisp==0.1.1

Convidamos você a navegar na documentação do AISP, onde você pode encontrar informações detalhadas sobre como usar essas classes.

Full Changelog: https://github.com/AIS-Package/aisp/commits/v0.1.1