Skip to content

Releases: oceanmodeling/adcircpy

1.0.39

20 Jul 19:15
Compare
Choose a tag to compare

fixes:

  • use .loc for setting slice of dataframe when updating VortexForcing data (to reduce amount of warnings coming from pandas)

1.0.38

20 Jul 12:55
Compare
Choose a tag to compare

fixes:

  • if VortexForcing location values are changed since last access, recompute velocity
  • add test for reading VortexForcing from file without internet
  • add test for reading from various vortex file decks

1.0.37

16 Jul 18:54
487862c
Compare
Choose a tag to compare

features:

  • update BestTrackForcing class into a more abstract and robust VortexForcing class

fixes:

  • fixed case where BestTrackForcing would try to access FTP when creating from a local file

1.0.36

23 Jun 19:35
ac96950
Compare
Choose a tag to compare

features:

  • implemented new ICS values from ADCIRC v55 (#109)
  • updated handling and processing of best track (#107)

fixes:

  • fixed errors with comparing infinity to a string value (8920587)

v1.0.35

09 Jun 15:13
d8142a2
Compare
Choose a tag to compare

features:

  • switch all tests to use pytest
  • use concurrency for github tests workflow
  • added &metControl namelist to fort.15 with default values (to be configurable in a future implementation)
  • enable plotting the timestep of maximum elevation

fixes:

  • added more reference files for unittests

v1.0.34

28 May 16:11
14702bf
Compare
Choose a tag to compare

fixed issue where plot_mesh CLI entrypoint was not rendering to screen.

v1.0.33

28 May 14:14
ae7975e
Compare
Choose a tag to compare
  • Add external ATCF file import for BestTrackForcing class.
  • Add auto-linting workflow
  • Multiple enhancements to BestTrackForcing class.

1.0.32

19 Apr 22:37
a93fb22
Compare
Choose a tag to compare

features:

  • added descriptions to generated fort.15
  • expose more imports at the module level
  • create BestTrackForcing object from a fort.22 file with the class method .from_fort22()

1.0.31

15 Apr 18:54
6ac9e2d
Compare
Choose a tag to compare

fixes:

  • fixed setting end and spinup_end when setting output

1.0.30

09 Apr 18:17
Compare
Choose a tag to compare

features:

  • improvements to maxele plotting

fixes:

  • made partition argument optional