Skip to content

Releases: zcobell/ADCIRCModules

v0.5.0-beta.1

16 Feb 07:10
62e2b51
Compare
Choose a tag to compare
v0.5.0-beta.1 Pre-release
Pre-release

Changelog

  • Contains the updated and refactored Griddata module
  • Contains an option for "fast math" which uses an approximation to the exponential function for some additional performance gain

v0.4.1-beta.1

14 Jan 23:51
Compare
Choose a tag to compare
v0.4.1-beta.1 Pre-release
Pre-release

This release adds a number of useful features:

  1. The Griddata class is no longer tied specifically to an ADCIRC mesh and you can query using x, y locations only. This can be particularly useful for generating values for levees or other features
  2. The Griddata class will now automatically reproject input data to the specified coordinate system in the raster being used
  3. There is now a set of topology routines for use with the ADCIRC mesh geometries
  4. Internally built proj as needed if a suitable system proj isn't found

v0.3.0-beta.2

03 May 19:58
15b2819
Compare
Choose a tag to compare
v0.3.0-beta.2 Pre-release
Pre-release

Continued updates and modularization. Fixing bugs identified by external users.

v0.3.0-beta.1

15 Apr 04:27
98901fd
Compare
Choose a tag to compare
v0.3.0-beta.1 Pre-release
Pre-release

v0.3.0-beta.1

Continued progress on modularizing code and adding features with feedback from users.

v0.2.0-beta.1

13 Nov 22:47
Compare
Choose a tag to compare
v0.2.0-beta.1 Pre-release
Pre-release

v0.2.0-beta.1

This is the first release of the ADCIRCModules code since transitioning to a paradigm where it seeks to be used as the backbone for scripting codes (like Python) as well as traditional C++ codes.

v0.1.0-beta.2

20 Jun 14:37
Compare
Choose a tag to compare
v0.1.0-beta.2 Pre-release
Pre-release

QADCModules

Beta release of QADCModules library for use with ADCIRC files. Features that are fully implemented:

  1. Read/Write ADCIRC mesh files and perform common operations
  2. Read/Write ADCIRC nodal attribute files (fort.13) and perform common operations
  3. Read ADCIRC output files (ascii or netCDF format)

Changelog

  1. This uses real numbers to track position instead of floats (via QVector3D). Now a specific struct is used
  2. Hashes are tracked using QByteArray instead of QString which should help save memory

v0.1.0-beta.1

13 Jun 15:42
Compare
Choose a tag to compare
v0.1.0-beta.1 Pre-release
Pre-release

QADCModules

Beta release of QADCModules library for use with ADCIRC files. Features that are fully implemented:

  1. Read/Write ADCIRC mesh files and perform common operations
  2. Read/Write ADCIRC nodal attribute files (fort.13) and perform common operations
  3. Read ADCIRC output files (ascii or netCDF format)