<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq-mathcomp/mathcomp/algebra, branch master</title>
<subtitle>Library of mathematical components formalized in Coq</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq-mathcomp/'/>
<entry>
<title>Silencing warning deprecated-ident-entry</title>
<updated>2021-03-12T21:45:02+00:00</updated>
<author>
<name>Cyril Cohen</name>
</author>
<published>2021-03-04T21:45:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq-mathcomp/commit/?id=be445d437200da5765c972074dd0c0de68562adc'/>
<id>be445d437200da5765c972074dd0c0de68562adc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #708 from CohenCyril/hint_locality_silence</title>
<updated>2021-03-11T23:07:05+00:00</updated>
<author>
<name>Cyril Cohen</name>
</author>
<published>2021-03-11T23:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq-mathcomp/commit/?id=63007afd537608e64dad3f754bb8d6986a042b17'/>
<id>63007afd537608e64dad3f754bb8d6986a042b17</id>
<content type='text'>
Silencing Hint Locality warning</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Silencing Hint Locality warning</pre>
</div>
</content>
</entry>
<entry>
<title>Adding big block matrices</title>
<updated>2021-03-08T19:52:27+00:00</updated>
<author>
<name>Cyril Cohen</name>
</author>
<published>2020-08-24T22:21:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq-mathcomp/commit/?id=7db7a5fbce42ff387a5750f9fbde5436a9aab1cc'/>
<id>7db7a5fbce42ff387a5750f9fbde5436a9aab1cc</id>
<content type='text'>
- with special cases for row, column, and diagonal matrices
- we define an order bijection between the indexing of the whole matrix
  and the indexing of the blocks to preserve triangularity
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- with special cases for row, column, and diagonal matrices
- we define an order bijection between the indexing of the whole matrix
  and the indexing of the blocks to preserve triangularity
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence Hint Locality warning</title>
<updated>2021-03-04T21:56:43+00:00</updated>
<author>
<name>Cyril Cohen</name>
</author>
<published>2021-03-04T21:56:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq-mathcomp/commit/?id=081c7c29feb1f4c2e66331a88c273f802c9bc27c'/>
<id>081c7c29feb1f4c2e66331a88c273f802c9bc27c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #686 from pi8027/drop-coq-8.10</title>
<updated>2021-01-22T14:13:52+00:00</updated>
<author>
<name>Cyril Cohen</name>
</author>
<published>2021-01-22T14:13:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq-mathcomp/commit/?id=5853de19f08ec7ddb3782ea9bb4783fdc8443558'/>
<id>5853de19f08ec7ddb3782ea9bb4783fdc8443558</id>
<content type='text'>
Drop support for Coq 8.10</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Drop support for Coq 8.10</pre>
</div>
</content>
</entry>
<entry>
<title>fixes #694</title>
<updated>2021-01-18T16:36:20+00:00</updated>
<author>
<name>Reynald Affeldt</name>
</author>
<published>2021-01-18T16:36:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq-mathcomp/commit/?id=e1d5e9c2585bad2e9c27a476276761cc71ff9c91'/>
<id>e1d5e9c2585bad2e9c27a476276761cc71ff9c91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for Coq 8.10 and deprecate the `deprecate` notation</title>
<updated>2021-01-15T15:28:21+00:00</updated>
<author>
<name>Kazuhiko Sakaguchi</name>
</author>
<published>2020-12-15T13:05:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq-mathcomp/commit/?id=5f748f7ed9940c0db56e7dadd166f5e69bde6da9'/>
<id>5f748f7ed9940c0db56e7dadd166f5e69bde6da9</id>
<content type='text'>
- The `deprecate` notation and `iota_add` have been deprecated. All the uses of
  the `deprecate` notation have been replaced with the `deprecated` attribute.
- Deprecation aliases in `ssrnat` and `ssrnum` introduced in MathComp 1.11+beta1
  have been removed.
- Remove `VDFILE` related hacks from `Makefile.common`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- The `deprecate` notation and `iota_add` have been deprecated. All the uses of
  the `deprecate` notation have been replaced with the `deprecated` attribute.
- Deprecation aliases in `ssrnat` and `ssrnum` introduced in MathComp 1.11+beta1
  have been removed.
- Remove `VDFILE` related hacks from `Makefile.common`.
</pre>
</div>
</content>
</entry>
<entry>
<title>itv_bound comparison with -oo/+oo</title>
<updated>2021-01-14T07:49:39+00:00</updated>
<author>
<name>Reynald Affeldt</name>
</author>
<published>2021-01-14T04:50:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq-mathcomp/commit/?id=5e809e16078d4659cd2dbb6c1bbc754fa6d3b6ee'/>
<id>5e809e16078d4659cd2dbb6c1bbc754fa6d3b6ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>erroneous deprecation warning</title>
<updated>2021-01-04T04:56:16+00:00</updated>
<author>
<name>Reynald Affeldt</name>
</author>
<published>2021-01-04T04:56:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq-mathcomp/commit/?id=92efd5efceb6835523e0bb2d09cd12e3b21a4127'/>
<id>92efd5efceb6835523e0bb2d09cd12e3b21a4127</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the interpretation scope of some nullary notations from ring_scope to fun_scope</title>
<updated>2020-12-16T13:52:16+00:00</updated>
<author>
<name>Kazuhiko Sakaguchi</name>
</author>
<published>2020-12-11T10:42:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq-mathcomp/commit/?id=ac6adab9d089d2209aa6aa697b6d75a640adda10'/>
<id>ac6adab9d089d2209aa6aa697b6d75a640adda10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
