Releases: oceanmodeling/adcircpy
Releases · oceanmodeling/adcircpy
1.0.39
fixes:
- use
.loc
for setting slice of dataframe when updating VortexForcing
data (to reduce amount of warnings coming from pandas
)
1.0.38
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
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
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
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
fixed issue where plot_mesh
CLI entrypoint was not rendering to screen.
v1.0.33
- Add external ATCF file import for
BestTrackForcing
class.
- Add auto-linting workflow
- Multiple enhancements to
BestTrackForcing
class.
1.0.32
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
fixes:
- fixed setting
end
and spinup_end
when setting output
1.0.30
features:
- improvements to maxele plotting
fixes:
- made partition argument optional