-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: include highlights only in rtd changelog
- Loading branch information
Showing
1 changed file
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,51 @@ | ||
```{include} ../CHANGELOG.md | ||
``` | ||
# Changelog | ||
|
||
Important changes from the changelog are summarized here. See GitHub repository for [detailed changelog](https://github.com/geddy11/sysloss/blob/main/CHANGELOG.md). | ||
|
||
## Version 1.9 | ||
New features: | ||
* `utils` package. Function for calculating PCB trace resistance | ||
* Heat diagram function, `make_hdiag()` | ||
|
||
## Version 1.8 | ||
New features: | ||
* Component PMux (Power Multiplexer) | ||
* Component Rectifier - diode and MOSFET modes | ||
* Source component can now have load phases defined | ||
|
||
## Version 1.7 | ||
New features: | ||
* Add "loss" parameter to all loads, optionally configuring power as a loss | ||
* Add `.rail_rep()` method to `System` (voltage rail report) | ||
* Add group parameter to `make_diag()` function | ||
* Add the option to add voltage rail names in `System` | ||
* Allow power rail name as parent parameter in `add_comp()`, `change_comp()` | ||
|
||
## Version 1.6 | ||
New features: | ||
* Add graphical power tree diagrams module | ||
* Add group parameter in `System`, allowing grouping of components | ||
|
||
## Version 1.5 | ||
New features: | ||
* Add method `.limits()` to system, which returns all user defined component limits | ||
* Component PSwitch (Power Switch) | ||
* New limit added: `vd` (voltage difference) | ||
|
||
## Version 1.4 | ||
New features: | ||
* Add ambient temperature (ta) as new parameter to `.solve()` and peak temperature (tp) as a new limit | ||
|
||
## Version 1.3 | ||
New features: | ||
* Add tags argument to `.batt_life()` | ||
* Add thermal resistance parameter and temperature rise calculation | ||
|
||
## Version 1.2 | ||
New features: | ||
* Add power limits to all components (pi, po, pl) | ||
* Add interpolation option to `LinReg` ground current parameter | ||
|
||
## Version 1.1 | ||
New features: | ||
* New method `.batt_life()` to estimate battery lifetime |