Feature
* feat: Allow for capacities above 1500
See 89
There is no longer an upper limit, capacities >1500 will trigger a
warning, not an error.
This also forces jumps per hop to 1 and adds &39;--supply&39; and &39;--demand&39;,
if not already provided, to ignore stations that do not have
supply/demand of at least 10*capacity. This has the effect of filtering
out many stations, with the effect of making it more likely it will find
a route that not only will fill the hold and also more likely the route
can be repeated multiple times.
1 hop with the above settings is about long enough to shop for, prepare,
and eat dinner.
2 hops is multiple days without &39;--loop&39;. With &39;--loop&39;, it took ~150%
of the time as 1 hop to finish, reporting failure to find a route.
It is extremely unlikely that any station not only has a large quantity
of something another station needs a large quantity of, but also needs
needs a large quantity of something that same other station has a large
quantity of, so not finding a 2-hop loop route isn&39;t surprising.
It might be possible to find a loop route of 3+ hops, this has not been
tested and is not recommended. A 3-hop loop route might be possible to
find reliably, user discretion is advised.
Doing an unsupported >1500 capacity trade with >3 hops will trigger a
special warning with instructions on how to SIGTERM using a keyboard. ([`76537b9`](https://github.com/eyeonus/Trade-Dangerous/commit/76537b9d84fc55994970f55f3cf39649c9c6bc5f))
Unknown
* 10.10.0
python-semantic-release automatic version update. ([`28b9ac5`](https://github.com/eyeonus/Trade-Dangerous/commit/28b9ac5aa1346c79cbfa281c21cdd043ce3cca01))
* Merge branch &39;master&39; of https://github.com/eyeonus/Trade-Dangerous ([`e44eb40`](https://github.com/eyeonus/Trade-Dangerous/commit/e44eb403aae990e1e73b6abd0c2a9e613394b944))
* Fix: update MFD (PR88)
Updates to device_handle to define the type as HANDLE, seems to resolve issue with &34;ctypes.ArgumentError: argument 1: <class &39;OverflowError&39;>: int too long to convert&34;, at least on my x52pro.
Also change dll install location as it&39;s now Logitech, maybe a check can be put in to pull install location from registry?
I know nothing about programming but I&39;ve been able to fudge this, hope it helps. ([`6e3de0c`](https://github.com/eyeonus/Trade-Dangerous/commit/6e3de0ca6f3fdf13a7ad83b82735b07e4f08a061))