Skip to content

Releases: euroargodev/VirtualFleet

v0.4.0 Release

02 Feb 09:18
Compare
Choose a tag to compare

In order to stay compatible with last Parcels development, we had to update VirtualFleet. This is a major internal refactoring that does not impact the user API

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1 Release

22 Nov 12:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0 EARISE release

25 Jan 15:04
6eba49f
Compare
Choose a tag to compare

Major update to the software with breaking changes

This version add all the new features developed during the EARISE projet

What's Changed

  • managing groundings by @quai20 in #10
  • issues with var names by @quai20 in #11
  • VirtualFleet API updated design by @gmaze in #19
  • Make VirtualFleet a pypi package by @gmaze in #16
  • Readthedoc documentation by @gmaze in #20
  • Prepare VirtualFleet for publication as a pypi package by @gmaze in #21

Full Changelog: v0.2.0...v0.3.0

Mission parameters tuning

30 Aug 11:19
Compare
Choose a tag to compare
# Mission parameters
parking_depth = 1000. #in m
profile_depth = 2000.
vertical_speed = 0.09 #in m/s
cycle_duration = 10. # in days

mission = {'parking_depth':parking_depth, 'profile_depth':profile_depth, 'vertical_speed':vertical_speed, 'cycle_duration':cycle_duration}
VFleet = vaf.virtualfleet(lat=lat, lon=lon, depth=dpt, time=tim, vfield=VELfield, mission=mission)

VirtualFleet first release

29 Jun 18:47
Compare
Choose a tag to compare

This is the first release of Virtual Fleet with a single kernel (type of virtual Argo float) available and all its parameters are set internally.