Atopile

Latest version: v0.2.69

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

Scan your dependencies

Page 11 of 12

0.2.7

What's Changed
* Add the most basic of installation instructions to README by mawildoer in https://github.com/atopile/atopile/pull/80
* strip did not do what I thought it did, whoops by napowderly in https://github.com/atopile/atopile/pull/81
* add more examples to readme by Timot05 in https://github.com/atopile/atopile/pull/83
* More Layout Reuse! by mawildoer in https://github.com/atopile/atopile/pull/82
* Blog post by mawildoer in https://github.com/atopile/atopile/pull/84
* docs: fix spelling in getting-started.md by vladdoster in https://github.com/atopile/atopile/pull/85
* docs: fix spelling & readability of first_project.md by vladdoster in https://github.com/atopile/atopile/pull/86
* docs: fix spelling in install.md by vladdoster in https://github.com/atopile/atopile/pull/87
* docs: improve spelling and readability in types.md by vladdoster in https://github.com/atopile/atopile/pull/88
* Syntax highlight hack as github doesn't support ato syntax yet by mofosyne in https://github.com/atopile/atopile/pull/89
* Reviewed and revised README.md for spelling and clarity by mofosyne in https://github.com/atopile/atopile/pull/90
* Correct docs typo by eldondevat in https://github.com/atopile/atopile/pull/91
* Add email and twitter contact blobs by mawildoer in https://github.com/atopile/atopile/pull/93
* Fix images in traits blog by mawildoer in https://github.com/atopile/atopile/pull/94
* Matt's story by mawildoer in https://github.com/atopile/atopile/pull/95
* fix bottom resistor value by Timot05 in https://github.com/atopile/atopile/pull/97
* CI/CD post by mawildoer in https://github.com/atopile/atopile/pull/98
* fix blurb by Timot05 in https://github.com/atopile/atopile/pull/99
* Update favicon emblem by mawildoer in https://github.com/atopile/atopile/pull/100
* ato create doesn't require you to make a new git repo by mawildoer in https://github.com/atopile/atopile/pull/101
* Find project from ato.yaml instead of Repo by mawildoer in https://github.com/atopile/atopile/pull/102
* Strip history from ato create without creating repo by mawildoer in https://github.com/atopile/atopile/pull/103

New Contributors
* vladdoster made their first contribution in https://github.com/atopile/atopile/pull/85
* mofosyne made their first contribution in https://github.com/atopile/atopile/pull/89
* eldondevat made their first contribution in https://github.com/atopile/atopile/pull/91

**Full Changelog**: https://github.com/atopile/atopile/compare/v0.2.6...v0.2.7

0.2.6

Firstly; huge shout out to nickkrstevski on this one!! 🫶
Sweet new direction with this on - getting layout reuse kicked off with placement reuse. 🤤

What's Changed
* Add unlisted connect page for events by mawildoer in https://github.com/atopile/atopile/pull/73
* Blog about traits by napowderly in https://github.com/atopile/atopile/pull/74
* Placement Reuse -- huge shoutout to nickkrstevski! by mawildoer in https://github.com/atopile/atopile/pull/76
* added default {} to yaml load in layout reuse file by napowderly in https://github.com/atopile/atopile/pull/77
* placement reuse blog by mawildoer in https://github.com/atopile/atopile/pull/78
* Backup image for avif by mawildoer in https://github.com/atopile/atopile/pull/79


**Full Changelog**: https://github.com/atopile/atopile/compare/v0.2.5...v0.2.6

0.2.5

What's Changed
Cloud components! 6

Currently support automatic selection of:

- Resistors
- Capacitors
- Diodes
- Inductors
- Mosfets

More added soon!

Example Usage

resistor = new Resistor
resistor.value = 10kohm +/- 20%
resistor.package = "0603"

cap = new Capacitor
cap.value = 1uF +/- 10%
cap.package = "0603"

fet = new NFET
fet.current_a = 30A to 100A
fet.drain_source_voltage_v = 30V to 100V

inductor = new Inductor
inductor.inductance = 1uH to 10uH
inductor.current = 3A to 5A

diode = new Diode
diode.forward_voltage = 7V to 9V
diode.impedance = 1ohm to 10ohm
diode.power_dissipation = 5W to 60W


Read all about it [here.](https://atopile.io/blog/2024/01/31/cloud-components/)

0.2.4

What's Changed
* Blog section and front page to website by Timot05 in https://github.com/atopile/atopile/pull/18
* Log unique errors only once by mawildoer in https://github.com/atopile/atopile/pull/24
* fix build entry error by Timot05 in https://github.com/atopile/atopile/pull/25
* Githash should be question marks for dirty git-hashes by mawildoer in https://github.com/atopile/atopile/pull/19
* Fix error if module was not found within file. by Timot05 in https://github.com/atopile/atopile/pull/26
* switch python error to ato error for physical value by Timot05 in https://github.com/atopile/atopile/pull/27
* Add package registry in cli by Timot05 in https://github.com/atopile/atopile/pull/33
* Add CNAME record to the docs by mawildoer in https://github.com/atopile/atopile/pull/36
* Update the docs by Timot05 in https://github.com/atopile/atopile/pull/37
* Improve landing page by Timot05 in https://github.com/atopile/atopile/pull/38
* Fix YouTube link by Timot05 in https://github.com/atopile/atopile/pull/39
* fix the website title by Timot05 in https://github.com/atopile/atopile/pull/41
* Fix CNAME to atopile.io by mawildoer in https://github.com/atopile/atopile/pull/42
* add title, image, example by Timot05 in https://github.com/atopile/atopile/pull/43
* add dark logo by Timot05 in https://github.com/atopile/atopile/pull/44
* Fir missing footprint error for generics by Timot05 in https://github.com/atopile/atopile/pull/45
* add link to readme by Timot05 in https://github.com/atopile/atopile/pull/46
* Fix readme image by Timot05 in https://github.com/atopile/atopile/pull/47
* Fix path for windows by IpsumDominum in https://github.com/atopile/atopile/pull/48
* Ensure the message is str by IpsumDominum in https://github.com/atopile/atopile/pull/50
* Fix voltage divider by Timot05 in https://github.com/atopile/atopile/pull/51
* Debugging tools by mawildoer in https://github.com/atopile/atopile/pull/53
* Rename Getting Started to Docs by mawildoer in https://github.com/atopile/atopile/pull/54

New Contributors
* napowderly made their first contribution in https://github.com/atopile/atopile/pull/6
* Timot05 made their first contribution in https://github.com/atopile/atopile/pull/18
* IpsumDominum made their first contribution in https://github.com/atopile/atopile/pull/48

**Full Changelog**: https://github.com/atopile/atopile/compare/v0.2.3...v0.2.4

0.2.3

What's Changed
* Add control over targets from environment variables, and don't build … by mawildoer in https://github.com/atopile/atopile/pull/16

Functionally, this means we don't build all the gerbers in the CLI by default


**Full Changelog**: https://github.com/atopile/atopile/compare/v0.2.2...v0.2.3

0.2.2

What's Changed
* Improve error in case of a build that doesn't exist by mawildoer in https://github.com/atopile/atopile/pull/7
* Resolve incorrect reference in build context error message by hollinsky in https://github.com/atopile/atopile/pull/14
* Return early in case of missing semver tags by mawildoer in https://github.com/atopile/atopile/pull/10
* Filter KiCAD autosaved layouts from build list by mawildoer in https://github.com/atopile/atopile/pull/15

New Contributors
* hollinsky made their first contribution in https://github.com/atopile/atopile/pull/14

**Full Changelog**: https://github.com/atopile/atopile/compare/v0.2.1...v0.2.2

Page 11 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.