Tradedangerous

Latest version: v11.5.3

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 41

10.11.3

Chore

* chore: hopefully fix semantic-release not publishing ([`d3b4485`](https://github.com/eyeonus/Trade-Dangerous/commit/d3b44856600b8974d0fb9e77a8470268f4cc21ee))

Fix

* fix: publish the new version! ([`d8f0dd7`](https://github.com/eyeonus/Trade-Dangerous/commit/d8f0dd700f46c73ba9505ce0dbb6fa726ebd931b))

Refactor

* refactor: Add TODO, hopefully make Travis publish again. ([`2946b9c`](https://github.com/eyeonus/Trade-Dangerous/commit/2946b9c559a84a604d46aac8c8395c78af0b5d42))

Unknown

* 10.11.3

python-semantic-release automatic version update. ([`146cc1b`](https://github.com/eyeonus/Trade-Dangerous/commit/146cc1bc63e1c134dd3797f9a9e18e4a7e7f150e))

* Merge branch &39;master&39; of https://github.com/eyeonus/Trade-Dangerous ([`88b6ac9`](https://github.com/eyeonus/Trade-Dangerous/commit/88b6ac943beef88f8573332f66b78d6fc2369269))

10.11.2

Documentation

* docs: Update README.md

Update copyright dates. ([`d38a096`](https://github.com/eyeonus/Trade-Dangerous/commit/d38a09641eac6ab5f25fa59e9b8187c686267b47))

Fix

* fix: Correct typo in olddata.

Fixes 94. ([`8cd12c5`](https://github.com/eyeonus/Trade-Dangerous/commit/8cd12c5875566728c0ff79299004b6f19406ebfe))

Unknown

* 10.11.2

python-semantic-release automatic version update. ([`52fe5a3`](https://github.com/eyeonus/Trade-Dangerous/commit/52fe5a324d850566dfb6b6d68215a8060f6e7cfc))

10.11.1

Performance

* perf: Avoid excessive loops (93)

Evaluate all filter conditions instead of looping over all stations separately for condition provided.
This leads to a quite substantial speedup if multiple filter conditions are provided. ([`f457db5`](https://github.com/eyeonus/Trade-Dangerous/commit/f457db5c9a6b46ce3610d993ff629d2a579e7ce8))

Unknown

* 10.11.1

python-semantic-release automatic version update. ([`62a097b`](https://github.com/eyeonus/Trade-Dangerous/commit/62a097b844c848e5d3b2f4c7ddbe210c0212406a))

10.11.0

Feature

* feat: Add switch to filter Odyssey Settlements [&39;--odyssey&39;|&39;--od&39;].

Fixes 91 ([`396d9f0`](https://github.com/eyeonus/Trade-Dangerous/commit/396d9f0876bcb2c1c4cf7ecb7e164c5139df5c8c))

Refactor

* refactor: missing comma ([`87d53ff`](https://github.com/eyeonus/Trade-Dangerous/commit/87d53ffbec3c32ba6613b406d55e360cc32bdb47))

* refactor: broke a test case ([`f7a4a32`](https://github.com/eyeonus/Trade-Dangerous/commit/f7a4a32ded2c75e06d9eefaa01f121a523db0a61))

Unknown

* 10.11.0

python-semantic-release automatic version update. ([`002436c`](https://github.com/eyeonus/Trade-Dangerous/commit/002436c81ac52f65a1f743b6249ae50c8c625bf3))

* Fix: mfd module not found.

Fixes 92 ([`e5b01b7`](https://github.com/eyeonus/Trade-Dangerous/commit/e5b01b728bcce6eb784a2c8a720d1a1311ccac9d))

10.10.0

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))

10.9.8

Fix

* fix: update the build semantic, you jerk ([`8ca4e39`](https://github.com/eyeonus/Trade-Dangerous/commit/8ca4e392f7949e106636a1fee90a0d381b8a03e0))

Refactor

* refactor: small change to trigger the build again.

Last fix commit didn&39;t build because it was pushed before the previous
one was finished building. ([`b9ebcb5`](https://github.com/eyeonus/Trade-Dangerous/commit/b9ebcb54fca6d9c003013fde50811fa42132b84b))

Unknown

* 10.9.8

python-semantic-release automatic version update. ([`7b8fc7e`](https://github.com/eyeonus/Trade-Dangerous/commit/7b8fc7ebb92f70b0e18b7b163785e0ef17addc7b))

Page 11 of 41

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.