Skip to content

Commit 7831d79

Browse files
committed
release v0.5.1
1 parent f360f57 commit 7831d79

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Unreleased Features
22
Please add a note of your changes below this heading if you make a Pull Request.
33

4-
# Release Candidate
5-
## [0.5.1] - Date TBD
4+
# Releases
5+
## [0.5.1] - 2020-09-27
66
### Added
77
* Added motor `torque_constant`: units of torque are now [Nm] instead of just motor current.
88
* [Motor thermistors support](docs/thermistors.md)
@@ -16,11 +16,11 @@ Please add a note of your changes below this heading if you make a Pull Request.
1616
* `axis.motor.get_inverter_temp()`, `axis.motor.inverter_temp_limit_lower` and `axis.motor.inverter_temp_limit_upper` have been moved to seperate fet thermistor object under `axis.fet_thermistor`. `get_inverter_temp()` function has been renamed to `temp` and is now a read-only property.
1717
* `axis.config.counts_per_step` is now `axis.config.turns_per_step`
1818
* Outputs of `axis.sensorless_estimator` are now in turns/s instead of electrical rad/s
19+
20+
### Fixed
1921
* Fixed bug of high current during lockin-ramp caused by `motor::update()` expecting a torque command instead of current
2022
* Fixed bug where commanded velocity was extremely high just after sensorless ramp when using `input_mode` INPUT_MODE_VEL_RAMP caused by `vel_setpoint` and `axis.config.sensorless_ramp.vel` being in different units
2123

22-
23-
# Releases
2424
## [0.5.0] - 2020-08-03
2525
### Added
2626
* AC Induction Motor support.

0 commit comments

Comments
 (0)