Releases: Dirack/vfsa
v3.0.0 - Stable
New package version - Stable release!
This version contains:
- Usage examples in examples directory
- A framework for debugging sessions using GNU Debugger (GDB)
- Unit tests and bug corrections
- Parameters test to generate convergence graphs and convergence surfaces
Changed
- d86a0f9 [docs](main program): Update main program documentation
- 13413b3 docs: Update tests documentation
- 0cf359f docs: Update examples documentation
- 2535249 docs: Update package version
- 01fb693 docs: Documentation of debug directory
Development
Try it on a docker container!
From root directory of this repository run to build the image:
docker build -t vfsa:3.0.0 -f ./infra/docker/Dockerfile .
To run it on a docker container use:
docker run -ti vfsa:3.0.0
v2.2.3 - Gamma
Add flags hMAX and mMAX and correct bug related in issue #52
Add flags to allow user to define aperture in vfsa and add tests to avoid segmentation fault errors for m0, h and t0 out of data space
Fixed
Try it on a docker container!
From root directory of this repository run to build the image:
docker build -t vfsa:2.2.3 -f ./infra/docker/Dockerfile .
To run it on a docker container use:
docker run -ti vfsa:2.2.3
v2.2.2 - Gamma
Add a test to assure that RNIP and BETA parameters are correct
This test is done for a simple plane interfaces model where RNIP and
BETA paramerters are calculated using Hubral's trasmission law Resolve #24
Added
Try it on a docker container!
From root directory of this repository run to build the image:
docker build -t vfsa:2.2.2 -f ./infra/docker/Dockerfile .
To run it on a docker container use:
docker run -ti vfsa:2.2.2
v2.2.1 - Gamma
Add a debug infra for sfnhcrssurf
Resolve #49
Add a debug gdb script for sfnhcrssurf, update README documentation and add a makefile command to build gdb version of the program sfnhcrssurf for debugging sessions with gdb
Development
Try it on a docker container!
From root directory of this repository run to build the image:
docker build -t vfsa:2.2.1 -f ./infra/docker/Dockerfile .
To run it on a docker container use:
docker run -ti vfsa:2.2.1
v2.2.0 - Gamma
Correct bugs in usage examples and update documentation
Correct bugs in program 'Mnhcrssurf.c' and add unit tests related with those bugs.
Update documentation for new versions deploy. Resolve issues #45 and #46
Changed
- 2baac4e docs: Update examples documentation #46
- 9e28d0f [docs](usage examples): Update documentation of the usage examples
- 59f16c9 [docs](main programs): Update programs documentation
- 9ea6bfd [docs](parameters test): Update documentation for parameters tests
- b8b5121 docs: Update documentation in test directory
- 27f740d [docs](Docs directory): Update documentation in docs directory
Fixed
- c38d4c3 fix: Hotfix bug related with issue #46
- 5a2f782 [fix](bug sfnhcrssurf): [WIP] Correct bug related with issue #46
- 9a186d6 fix: Correct vfsa installation
Removed
- a7fb27b [revert](Pull request template): Correct pull request template
- a1b61c8 [revert](Delete old dockerfiles): Remove useless dockerfiles
Try it on a docker container!
From root directory of this repository run to build the image:
docker build -t vfsa:2.2.0 -f ./infra/docker/Dockerfile .
To run it on a docker container use:
docker run -ti vfsa:2.2.0
v2.1.1 - Beta
Add multi thread convergence surface and multi thread convergence graph
Add a multi thread convergence surface test to show how semblance varies with number of threads and iterations. Add a multi thread convergence graph to show how semblance varies with iteration for constant number of threads
Added
- bad0528 [feat](Parameters test): Add multi thread convergence surface
- 99ea206 [test](Unit tests): Add unit tests for multi thread convergence graph generation
- b10ea78 [feat](New parameters test): Multi thread convergence graph
Try it on a docker container!
From root directory of this repository run to build the image:
docker build -t vfsa:2.1.1 -f ./infra/docker/Dockerfile .
To run it on a docker container use:
docker run -ti vfsa:2.1.1
v2.1.0 - Beta
Add tests to get convergence graph and surfaces.
This test is used to obtain the best set of parameters for vfsa, c0, temp0 and number of iterations
Resolve #26 #27 #28
Added
- 680cd90 [test](Convergence surface fixed trial moves): Fix vfsa number of iteration and test
- 47654a5 [test](Convergence surface fixed temp0): Fix vfsa temperature and test convergence #27
Fixed
Try it on a docker container!
From root directory of this repository run to build the image:
docker build -t vfsa:2.1.0 -f ./infra/docker/Dockerfile .
To run it on a docker container use:
docker run -ti vfsa:2.1.0
v2.0.3 - Alpha
Automate CI/CD/Deploy pipeline, new tests and correct #32
This version use github actions to automate tests and CI/CD/Deploy
pipeline. It add new tests of parameters convergence, unit tests and
correct bugs from previous versions
Fixed
Removed
Development
- 6fce35a [chore](CI/CD pipeline): Update CI/CD pipeline following gitflow
- a5d2ae5 [chore](CI/CD pipeline): Update CI/CD pipeline following gitflow
- 549dc7b [refactor](Tests for varlim flag): Unit tests for varlim flag
- 223be95 [refactor](convergence graph option): Code refactoring and tests
Try it on a docker container!
From root directory of this repository run to build the image:
docker build -t vfsa:2.0.3 -f ./infra/docker/Dockerfile .
To run it on a docker container use:
docker run -ti vfsa:2.0.3
v2.0.2 - Alpha
Add DevOps functionalities and new tests of parameters
Generate convergence graphs and test for fixed temp0 and c0
Added
- 9c9e14c Add convergence graph option for tests with VFSA
Changed
- 4af13dc Add a contributing file
Removed
- 1f72747 Stop using travis CI. Use github actions
Development
- 09fb56d Script to autogenerate release message
- 70c8ff2 Update CD script for changelog generation
- db069ca Move Dockerfile to infra directory and update CI/CD actions
- fece94b Update CI/CD workflows
- 645e120 Add a commit message template and a configuration script
Try it on a docker container!
From root directory of this repository run to build the image:
docker build -t vfsa:2.0.2 -f ./infra/docker/Dockerfile .
To run it on a docker container use:
docker run -ti vfsa:2.0.2