<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wit-go/networkQuality/ma, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wit.com/wit-go/networkQuality/atom?h=main</id>
<link rel='self' href='http://cgit.wit.com/wit-go/networkQuality/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/wit-go/networkQuality/'/>
<updated>2022-11-06T00:39:40Z</updated>
<entry>
<title>[Refactor] Rename/update MovingAverage to MathematicalSeries</title>
<updated>2022-11-06T00:39:40Z</updated>
<author>
<name>Will Hawkins</name>
<email>whh8b@obs.cr</email>
</author>
<published>2022-11-06T00:37:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/wit-go/networkQuality/commit/?id=4508e87a57c54675ac9d94818ea5e0f4c0f7d4e6'/>
<id>urn:sha1:4508e87a57c54675ac9d94818ea5e0f4c0f7d4e6</id>
<content type='text'>
We want the MovingAverage functionality to be more generic and useful
than just doing a moving average calculation. The new functionality
allows for the calculation of the standard deviation and supports a
generic type (so it can be used with integers and floats).
</content>
</entry>
<entry>
<title>Relicense with GPLv2</title>
<updated>2022-10-14T14:24:51Z</updated>
<author>
<name>Will Hawkins</name>
<email>hawkinsw@obs.cr</email>
</author>
<published>2022-10-14T14:24:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/wit-go/networkQuality/commit/?id=1f36afaf4e2c79aa4bc80f9bc8320ea28cc51f6f'/>
<id>urn:sha1:1f36afaf4e2c79aa4bc80f9bc8320ea28cc51f6f</id>
<content type='text'>
With this commit the project is being relicensed under GPLv2. All
contributors to the code prior to this commit have given their explicit
approval for the project to be relicensed (see
https://github.com/network-quality/goresponsiveness/issues/41).
</content>
</entry>
<entry>
<title>Fix typos in the license text</title>
<updated>2022-08-10T19:50:45Z</updated>
<author>
<name>Will Hawkins</name>
<email>whh8b@obs.cr</email>
</author>
<published>2022-08-10T19:50:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/wit-go/networkQuality/commit/?id=64ed806b94e2d2b2cb4ca14385f7b16042b2f6e7'/>
<id>urn:sha1:64ed806b94e2d2b2cb4ca14385f7b16042b2f6e7</id>
<content type='text'>
There were several places where boilerplate language was left in the
license block at the top of files containing source.
</content>
</entry>
<entry>
<title>Make sure that we format with short lines.</title>
<updated>2022-03-19T01:20:30Z</updated>
<author>
<name>Will Hawkins</name>
<email>whh8b@obs.cr</email>
</author>
<published>2022-03-19T01:20:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/wit-go/networkQuality/commit/?id=6e5711a1136ae5ed2e0533f1a5d39bb71fb668b5'/>
<id>urn:sha1:6e5711a1136ae5ed2e0533f1a5d39bb71fb668b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move from hawkinsw repository ownership to Apple repository ownership.</title>
<updated>2022-03-19T00:16:26Z</updated>
<author>
<name>Will Hawkins</name>
<email>whh8b@obs.cr</email>
</author>
<published>2022-03-19T00:16:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/wit-go/networkQuality/commit/?id=88753564d50eb6d7e91ce2114ff72ed78b8e69cb'/>
<id>urn:sha1:88753564d50eb6d7e91ce2114ff72ed78b8e69cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Format: Add a line-length formatting.</title>
<updated>2022-03-17T01:42:17Z</updated>
<author>
<name>Will Hawkins</name>
<email>whh8b@obs.cr</email>
</author>
<published>2022-03-17T01:42:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/wit-go/networkQuality/commit/?id=0a005d29c22ea9ea00b9c65c0cdfc6a9d5673646'/>
<id>urn:sha1:0a005d29c22ea9ea00b9c65c0cdfc6a9d5673646</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a license.</title>
<updated>2022-03-14T17:04:32Z</updated>
<author>
<name>Will Hawkins</name>
<email>hawkinsw@obs.cr</email>
</author>
<published>2022-03-14T17:04:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/wit-go/networkQuality/commit/?id=46cc9e0e48cdd16c506bcf928320a8e6fc450fc9'/>
<id>urn:sha1:46cc9e0e48cdd16c506bcf928320a8e6fc450fc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve robustness</title>
<updated>2021-12-16T23:03:00Z</updated>
<author>
<name>Will Hawkins</name>
<email>whh8b@obs.cr</email>
</author>
<published>2021-12-16T23:03:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/wit-go/networkQuality/commit/?id=a1847cfe95e4fb73867cf2aeb5c41e332a7fef1e'/>
<id>urn:sha1:a1847cfe95e4fb73867cf2aeb5c41e332a7fef1e</id>
<content type='text'>
Improve robustness of the client in the case(s) where a network
goes away in the middle of the test. Report errors properly in
these cases and gracefully end the test.
</content>
</entry>
<entry>
<title>Bugfix: Incorrect AllSequentialIncreasesLessThan (nee IncreasesLessThan) Calculation</title>
<updated>2021-12-16T05:38:05Z</updated>
<author>
<name>Will Hawkins</name>
<email>whh8b@obs.cr</email>
</author>
<published>2021-12-16T05:38:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/wit-go/networkQuality/commit/?id=bb48aa9f23d3b74aa3e31f395deaf6fdd1618391'/>
<id>urn:sha1:bb48aa9f23d3b74aa3e31f395deaf6fdd1618391</id>
<content type='text'>
In AllSequentialIncreasesLessThan (nee IncreasesLessThan), an earlier
version of this function did not properly take into account the order
in which values were added to the moving average when calculating
the percent change. This patch fixes that error and adds an additional
criteria for the function to return `true`: there must be *at least*
`intervals` collected samples.
</content>
</entry>
<entry>
<title>More general work.</title>
<updated>2021-12-16T04:44:19Z</updated>
<author>
<name>Will Hawkins</name>
<email>whh8b@obs.cr</email>
</author>
<published>2021-12-16T04:44:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/wit-go/networkQuality/commit/?id=c24e70fd98bb61ddf735a7f54e278258f2dfc990'/>
<id>urn:sha1:c24e70fd98bb61ddf735a7f54e278258f2dfc990</id>
<content type='text'>
</content>
</entry>
</feed>
