Releases: euroargodev/VirtualFleet
Releases · euroargodev/VirtualFleet
v0.4.0 Release
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
What's Changed
Full Changelog: v0.3.0...v0.3.1
v0.3.0 EARISE release
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
# 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
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.