Leads

Latest version: v0.9.5

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

Scan your dependencies

Page 5 of 22

0.9.3beta.0

What's Changed
* Customize Ubuntu Splash Screen by ATATC in https://github.com/ProjectNeura/LEADS/pull/365
* Update the Home Page by ATATC in https://github.com/ProjectNeura/LEADS/pull/349
* Add All-in-one Installation Scripts for Specific Vehicles by ATATC in https://github.com/ProjectNeura/LEADS/pull/366
* Complete ECS Plugins by ATATC in https://github.com/ProjectNeura/LEADS/pull/371
* Update the Diagrams in README by ATATC in https://github.com/ProjectNeura/LEADS/pull/374
* Support Serial Port Identification by ATATC in https://github.com/ProjectNeura/LEADS/pull/370
* Filter Arduino Update Broadcast by ATATC in https://github.com/ProjectNeura/LEADS/pull/375
* Trying the Wrong Port Creates Conflicts with Other Instances by ATATC in https://github.com/ProjectNeura/LEADS/pull/377
* Suspension Events do not Stop Plugins from Running by ATATC in https://github.com/ProjectNeura/LEADS/pull/379


**Full Changelog**: https://github.com/ProjectNeura/LEADS/compare/0.9.3-alpha.2...0.9.3-beta.0

0.9.3alpha.2

What's Changed
* The Main Controller does not Reset as Expected by ATATC in https://github.com/ProjectNeura/LEADS/pull/358
* Use OpenCV Standard [height, width, channel] by ATATC in https://github.com/ProjectNeura/LEADS/pull/360
* `read_pil()` Eats Extra Computing Resources by ATATC in https://github.com/ProjectNeura/LEADS/pull/361


**Full Changelog**: https://github.com/ProjectNeura/LEADS/compare/0.9.3-alpha.1...0.9.3-alpha.2

0.9.3alpha.1

What's Changed
* Cameras do not Exist when Replaying by ATATC in https://github.com/ProjectNeura/LEADS/pull/347
* Cannot Import "_" from `devices.py` by ATATC in https://github.com/ProjectNeura/LEADS/pull/351
* Premature Call to Tkinter by ATATC in https://github.com/ProjectNeura/LEADS/pull/354
* Debug Window Fails to Close on Windows Platform by ATATC in https://github.com/ProjectNeura/LEADS/pull/356


**Full Changelog**: https://github.com/ProjectNeura/LEADS/compare/0.9.3-alpha.0...0.9.3-alpha.1

0.9.3alpha.0

What's Changed
* The Main Window does not Respond to Clicking after the Secondary Window is Focused Once by ATATC in https://github.com/ProjectNeura/LEADS/pull/332
* Use `leads-vec` Everywhere Instead of `python -m leads_vec` by ATATC in https://github.com/ProjectNeura/LEADS/pull/329
* Add a Debug Window by ATATC in https://github.com/ProjectNeura/LEADS/pull/334
* The Secondary Screen does not Render by ATATC in https://github.com/ProjectNeura/LEADS/pull/336
* RuntimeWarning: Mean of empty slice by ATATC in https://github.com/ProjectNeura/LEADS/pull/342
* Support Extracting the Visual Data in a CSV File to MP4 by ATATC in https://github.com/ProjectNeura/LEADS/pull/343
* Update the Feature List in README by ATATC in https://github.com/ProjectNeura/LEADS/pull/337
* Move `leads_gui.Config` to `leads_vec.Config` to Deallocate Resources by ATATC in https://github.com/ProjectNeura/LEADS/pull/346
* Add a New Executable Module `leads_vec_dp` by ATATC in https://github.com/ProjectNeura/LEADS/pull/344


**Full Changelog**: https://github.com/ProjectNeura/LEADS/compare/0.9.2...0.9.3-alpha.0

0.9.2

What's Changed
* Add More Control Features to the Remote Analyst by ATATC in https://github.com/ProjectNeura/LEADS/pull/261
* Integrate the Direction Indicator Animation into the Device by ATATC in https://github.com/ProjectNeura/LEADS/pull/262
* Detect the Absence of Devices during the Initialization of the Main Controller and Notify the SFT by ATATC in https://github.com/ProjectNeura/LEADS/pull/264
* Remove the Hotkey to Quit the Program by ATATC in https://github.com/ProjectNeura/LEADS/pull/266
* Accelerate Base64 Encoding by ATATC in https://github.com/ProjectNeura/LEADS/pull/269
* Introduce Jarvis to the Remote Analyst by ATATC in https://github.com/ProjectNeura/LEADS/pull/270
* Put the Jarvis Processor of the Remote Analyst in a Separate Thread by ATATC in https://github.com/ProjectNeura/LEADS/pull/272
* `python-install.sh` Requires User Interactions to Proceed by ATATC in https://github.com/ProjectNeura/LEADS/pull/274
* `None` Objects are Passed to the Constructor of `VariableControlled` by ATATC in https://github.com/ProjectNeura/LEADS/pull/280
* `RuntimeData` Has an Unused Attribute `lap_time` by ATATC in https://github.com/ProjectNeura/LEADS/pull/277
* Add a Photo Widget that Directly Accepts PIL Images by ATATC in https://github.com/ProjectNeura/LEADS/pull/281
* Provide a Separate Interface in Cameras that Outputs Numpy Arrays by ATATC in https://github.com/ProjectNeura/LEADS/pull/283
* Provide a Separate Interface in Cameras that Outputs PIL Images by ATATC in https://github.com/ProjectNeura/LEADS/pull/287
* Support Customizing the Separators for Servers and Clients by ATATC in https://github.com/ProjectNeura/LEADS/pull/289
* Add a Dedicated Streaming Server by ATATC in https://github.com/ProjectNeura/LEADS/pull/291
* The Remote Controller Tries to Initialize before the Config has been Registered by ATATC in https://github.com/ProjectNeura/LEADS/pull/286
* Entities are not Properly Closed by ATATC in https://github.com/ProjectNeura/LEADS/pull/292
* Remove AI Features from the Remote Analyst by ATATC in https://github.com/ProjectNeura/LEADS/pull/294
* Support `None` Values as Placeholders in Layout by ATATC in https://github.com/ProjectNeura/LEADS/pull/298
* Add a Status Label for the Comm Stream Server by ATATC in https://github.com/ProjectNeura/LEADS/pull/300
* Connections are not Disconnected before an Entity is Closed by ATATC in https://github.com/ProjectNeura/LEADS/pull/301
* Remove Deprecated File `jarvis.py` by ATATC in https://github.com/ProjectNeura/LEADS/pull/302
* Reduce the Latency of Cameras by ATATC in https://github.com/ProjectNeura/LEADS/pull/306
* Move Config `data_dir` Out of the Template by ATATC in https://github.com/ProjectNeura/LEADS/pull/312
* Record the Delays Introduced by Base64 Encoding in `VisualDataContainer` by ATATC in https://github.com/ProjectNeura/LEADS/pull/309
* Support Saving Visual Data by ATATC in https://github.com/ProjectNeura/LEADS/pull/313
* Support CAN Bus by ATATC in https://github.com/ProjectNeura/LEADS/pull/315
* Support Realigning Data Frames and Video Frames by ATATC in https://github.com/ProjectNeura/LEADS/pull/317
* Rename `leads_raspberry_pi` to `leads_gpio` by ATATC in https://github.com/ProjectNeura/LEADS/pull/318
* Supports Full-duplex Serial Communication within a Single Arduino Thread by ATATC in https://github.com/ProjectNeura/LEADS/pull/322
* Automatically Detect and Support 2 Screens Accordingly to the Resolution by ATATC in https://github.com/ProjectNeura/LEADS/pull/325
* Support Dependency Bundles by ATATC in https://github.com/ProjectNeura/LEADS/pull/327


**Full Changelog**: https://github.com/ProjectNeura/LEADS/compare/0.9.1...0.9.2

0.9.2alpha.2

What's Changed
* Remove AI Features from the Remote Analyst by ATATC in https://github.com/ProjectNeura/LEADS/pull/294
* Support `None` Values as Placeholders in Layout by ATATC in https://github.com/ProjectNeura/LEADS/pull/298
* Add a Status Label for the Comm Stream Server by ATATC in https://github.com/ProjectNeura/LEADS/pull/300
* Connections are not Disconnected before an Entity is Closed by ATATC in https://github.com/ProjectNeura/LEADS/pull/301
* Remove Deprecated File `jarvis.py` by ATATC in https://github.com/ProjectNeura/LEADS/pull/302
* Reduce the Latency of Cameras by ATATC in https://github.com/ProjectNeura/LEADS/pull/306
* Move Config `data_dir` Out of the Template by ATATC in https://github.com/ProjectNeura/LEADS/pull/312
* Record the Delays Introduced by Base64 Encoding in `VisualDataContainer` by ATATC in https://github.com/ProjectNeura/LEADS/pull/309
* Support Saving Visual Data by ATATC in https://github.com/ProjectNeura/LEADS/pull/313


**Full Changelog**: https://github.com/ProjectNeura/LEADS/compare/0.9.2-alpha.1...0.9.2-alpha.2

Page 5 of 22

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.