Skip to content

Releases: Dirack/vfsa

v3.0.0 - Stable

07 Mar 17:11
e5710ea
Compare
Choose a tag to compare

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

Check details in our wiki!

Changed

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

28 Feb 01:23
07ec329
Compare
Choose a tag to compare

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

  • af88086 [fix](vfsa aperture): Correct bug related in issue #52

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

25 Feb 19:35
43f5ed7
Compare
Choose a tag to compare

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

25 Feb 15:34
a2da2d0
Compare
Choose a tag to compare

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

21 Feb 14:47
be22431
Compare
Choose a tag to compare

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

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

09 Feb 16:55
Compare
Choose a tag to compare

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

08 Feb 02:43
Compare
Choose a tag to compare

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

  • 56a455e [fix](Test setup): Correct dummy file generation #36

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

07 Feb 03:46
9fe7eb3
Compare
Choose a tag to compare
v2.0.3 - Alpha Pre-release
Pre-release

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

04 Feb 02:18
3632afe
Compare
Choose a tag to compare
v2.0.2 - Alpha Pre-release
Pre-release

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

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

v2.0.1 - Alpha

07 Jan 13:47
3b62451
Compare
Choose a tag to compare
v2.0.1 - Alpha Pre-release
Pre-release

New package version: Code Refactoring and unit tests

What's Changed

Full Changelog: v2.0...v2.0.1