Pystrand

Latest version: v0.1.1

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

Scan your dependencies

0.1.0alpha

First release with poetry build system.

What's Changed
* Introducing poetry build system by jpodivin in https://github.com/jpodivin/pystrand/pull/66
* Deps by jpodivin in https://github.com/jpodivin/pystrand/pull/67


**Full Changelog**: https://github.com/jpodivin/pystrand/compare/v0.0.1-alpha...v0.1.0-alpha

0.0.1alpha

What's Changed
* Create LICENSE by jpodivin in https://github.com/jpodivin/pystrand/pull/1
* Reworked the crossover mechanism. Also fixed indexing of population by jpodivin in https://github.com/jpodivin/pystrand/pull/2
* new requirements file by jpodivin in https://github.com/jpodivin/pystrand/pull/3
* Dockerfile and .devcontainer settings for VSCode by jpodivin in https://github.com/jpodivin/pystrand/pull/4
* Tests by jpodivin in https://github.com/jpodivin/pystrand/pull/5
* Selection by jpodivin in https://github.com/jpodivin/pystrand/pull/6
* Docstrings a by jpodivin in https://github.com/jpodivin/pystrand/pull/7
* Redefined dtype, rearranged init. by jpodivin in https://github.com/jpodivin/pystrand/pull/8
* Selectionintegration by jpodivin in https://github.com/jpodivin/pystrand/pull/9
* Optimizer tests remade, by jpodivin in https://github.com/jpodivin/pystrand/pull/10
* Fitnessfn by jpodivin in https://github.com/jpodivin/pystrand/pull/11
* Elitism by jpodivin in https://github.com/jpodivin/pystrand/pull/12
* Genotype now inherits from ndarray. by jpodivin in https://github.com/jpodivin/pystrand/pull/13
* Selitism by jpodivin in https://github.com/jpodivin/pystrand/pull/14
* Multiproc by jpodivin in https://github.com/jpodivin/pystrand/pull/15
* Cleanup2 by jpodivin in https://github.com/jpodivin/pystrand/pull/16
* Restructuring1 by jpodivin in https://github.com/jpodivin/pystrand/pull/18
* Mutation operator is now callable class, similar to selection. by jpodivin in https://github.com/jpodivin/pystrand/pull/19
* Style improvements for populations.py by jpodivin in https://github.com/jpodivin/pystrand/pull/21
* Style improvements for genotypes.py by jpodivin in https://github.com/jpodivin/pystrand/pull/20
* Docstrings/genotypes by jpodivin in https://github.com/jpodivin/pystrand/pull/22
* Docstrings/genotypes by jpodivin in https://github.com/jpodivin/pystrand/pull/23
* Removed unused import. by jpodivin in https://github.com/jpodivin/pystrand/pull/24
* Improved error message. by jpodivin in https://github.com/jpodivin/pystrand/pull/25
* New logger class and related facilities. by jpodivin in https://github.com/jpodivin/pystrand/pull/26
* New .dockerignore file by jpodivin in https://github.com/jpodivin/pystrand/pull/27
* Fixes overlooked bug by jpodivin in https://github.com/jpodivin/pystrand/pull/28
* Mutation/block by jpodivin in https://github.com/jpodivin/pystrand/pull/29
* Tox by jpodivin in https://github.com/jpodivin/pystrand/pull/30
* Create python-package.yml by jpodivin in https://github.com/jpodivin/pystrand/pull/31
* Slight improvement of the CsvLogger. by jpodivin in https://github.com/jpodivin/pystrand/pull/33
* Settings for tox envs. by jpodivin in https://github.com/jpodivin/pystrand/pull/32
* Tests for CsvLogger by jpodivin in https://github.com/jpodivin/pystrand/pull/34
* Minor style improvements by jpodivin in https://github.com/jpodivin/pystrand/pull/35
* Dockerfile and devcontainer setting fix by jpodivin in https://github.com/jpodivin/pystrand/pull/36
* Permutation by jpodivin in https://github.com/jpodivin/pystrand/pull/37
* Further reduction of test complexity by jpodivin in https://github.com/jpodivin/pystrand/pull/38
* Gitignore entries for devcontainer and logs by jpodivin in https://github.com/jpodivin/pystrand/pull/40
* We only need to build package for one version by jpodivin in https://github.com/jpodivin/pystrand/pull/41
* These don't have to explicit. by jpodivin in https://github.com/jpodivin/pystrand/pull/42
* Selection methods are now called ops by jpodivin in https://github.com/jpodivin/pystrand/pull/43
* Multiple mutations can be used by one optimizer by jpodivin in https://github.com/jpodivin/pystrand/pull/44
* Fixed broken convention in the mutation ops. by jpodivin in https://github.com/jpodivin/pystrand/pull/46
* New mutation operator with associated tests by jpodivin in https://github.com/jpodivin/pystrand/pull/45
* Genotype clone method removed by jpodivin in https://github.com/jpodivin/pystrand/pull/47
* Conditional check for mutations factored out by jpodivin in https://github.com/jpodivin/pystrand/pull/48
* New property for population being optimized. by jpodivin in https://github.com/jpodivin/pystrand/pull/49
* Runs are now assigned UUID to make analysis easier. by jpodivin in https://github.com/jpodivin/pystrand/pull/50
* Details logger, to simplify results recording. by jpodivin in https://github.com/jpodivin/pystrand/pull/51
* Details now include the best performer. by jpodivin in https://github.com/jpodivin/pystrand/pull/52
* BSD-3 by jpodivin in https://github.com/jpodivin/pystrand/pull/53
* Refactoring by jpodivin in https://github.com/jpodivin/pystrand/pull/54
* Documentation infrastructure by jpodivin in https://github.com/jpodivin/pystrand/pull/55
* Tox environment for doc building by jpodivin in https://github.com/jpodivin/pystrand/pull/57
* Removed superfluous property by jpodivin in https://github.com/jpodivin/pystrand/pull/56
* Dataoptimizer by jpodivin in https://github.com/jpodivin/pystrand/pull/58
* Simpleopt by jpodivin in https://github.com/jpodivin/pystrand/pull/59
* Reorganizing modules by jpodivin in https://github.com/jpodivin/pystrand/pull/60
* API documentation generated by sphinx apidoc by jpodivin in https://github.com/jpodivin/pystrand/pull/61
* Models by jpodivin in https://github.com/jpodivin/pystrand/pull/62
* Setting appropriate user and group in container by jpodivin in https://github.com/jpodivin/pystrand/pull/64
* Setting better defaults for the power series model. by jpodivin in https://github.com/jpodivin/pystrand/pull/63
* Getting ready for packaging by jpodivin in https://github.com/jpodivin/pystrand/pull/65

New Contributors
* jpodivin made their first contribution in https://github.com/jpodivin/pystrand/pull/1

**Full Changelog**: https://github.com/jpodivin/pystrand/commits/v0.0.1-alpha

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.