Skip to content

Releases: SouthEugeneRoboticsTeam/sertain

Test

30 Jul 04:55
b98ef6e
Compare
Choose a tag to compare
Test Pre-release
Pre-release

Don't mind me, I am but a test release.

Subsystem Updates

27 Jun 03:49
7acd723
Compare
Choose a tag to compare
Subsystem Updates Pre-release
Pre-release
  • Get rid of Worker concept
  • Now, you should add on subsystem objects to run the overriden functions setup and default
  • When you call use, it passes you the subsystem's Key. The key can be used to restrict certain functions in the subsystem.

First major release

19 Apr 02:51
9ed3cb8
Compare
Choose a tag to compare
First major release Pre-release
Pre-release

This is still a pre-release, but there are some really big changes that make it appropriate to add a major version number.

  • Units
    • Units are no longer typed. You can check if a value has a specific unit with the MetricValue.unit property.
    • Units are now required for many functions, such as periodic.
    • New utility function, from, allows you to convert a value and get it as a Double in the same step.
  • Subsystems
    • Subsystems now need to be wrapped in a Worker using the add function.
    • Subsystems have the methods default and setup that can be overridden.
  • Other small tweaks and changes

Bye bye `onTick`

08 Mar 04:27
dabaa48
Compare
Choose a tag to compare
Bye bye `onTick` Pre-release
Pre-release

Thank you for your service, onTick. It's been real. However, you are incredibly inefficient and are thus being replaced by periodic. Goodbye, old friend.

Tasks update

25 Feb 02:57
96610f3
Compare
Choose a tag to compare
Tasks update Pre-release
Pre-release

This release includes the following:

  • Improvements to subsystems and tasks
  • Performance improvements with network table links
  • Pidf bug fixes

There are major breaking changes in this release. Do not use if you are not ready.

Bug fixes

31 Jan 01:18
821894d
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release
  • Bug fixes

Network tables galore

28 Jan 03:45
3b6854a
Compare
Choose a tag to compare
Network tables galore Pre-release
Pre-release
  • Huge update to network tables
  • Bug fixes

2020 release

19 Jan 22:03
a8f4967
Compare
Choose a tag to compare
2020 release Pre-release
Pre-release

Updates all dependencies to 2020 versions.

Fix package bugs

24 Dec 07:16
Compare
Choose a tag to compare
Fix package bugs Pre-release
Pre-release

Ok I literally drafted 2 releases trying to fix this bug but I think I found it

Update: the bug is indeed fixed
The reason I had to draft 2 releases is because the bug had to be released in order to test if it is fixed (ok not really but that's what I thought at the time)

Ground control to major tom

22 Dec 08:36
4116070
Compare
Choose a tag to compare
Pre-release
0.0.6

Ground control to major tom (#49)