Skip to content

Commit a1bb111

Browse files
mlxdtrbromley
andauthored
Update jQuery version (#118)
* Fix jquery version * Trigger Build * Update .github/CHANGELOG.md Co-authored-by: Tom Bromley <[email protected]> * Update .github/CHANGELOG.md Co-authored-by: Tom Bromley <[email protected]> * Update doc/xanadu_theme/layout.html Co-authored-by: Tom Bromley <[email protected]> Co-authored-by: Tom Bromley <[email protected]>
1 parent bdf8aa8 commit a1bb111

File tree

6 files changed

+14
-1974
lines changed

6 files changed

+14
-1974
lines changed

.github/CHANGELOG.md

+13-10
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,39 @@
22

33
### New features
44

5-
- C++ layer now supports float (32-bit) and double (64-bit) templated complex data ([#113](https://github.com/PennyLaneAI/pennylane-lightning/pull/113))
5+
* C++ layer now supports float (32-bit) and double (64-bit) templated complex data ([#113](https://github.com/PennyLaneAI/pennylane-lightning/pull/113))
66

77
### Improvements
88

9-
- C++ tests have been ported to use Catch2 framework. ([#115](https://github.com/PennyLaneAI/pennylane-lightning/pull/115))
9+
* Static versions of jQuery and Bootstrap are no longer included in the CSS theme. [(118)](https://github.com/PennyLaneAI/pennylane-lightning/pull/118)
1010

11-
- Testing now exists for both float and double precision methods in C++ layer. ([#113](https://github.com/PennyLaneAI/pennylane-lightning/pull/113),[#115](https://github.com/PennyLaneAI/pennylane-lightning/pull/115))
11+
* C++ tests have been ported to use Catch2 framework. ([#115](https://github.com/PennyLaneAI/pennylane-lightning/pull/115))
1212

13-
- Compile-time utility methods with `constexpr` have been added. ([#113](https://github.com/PennyLaneAI/pennylane-lightning/pull/113))
13+
* Testing now exists for both float and double precision methods in C++ layer. ([#113](https://github.com/PennyLaneAI/pennylane-lightning/pull/113),[#115](https://github.com/PennyLaneAI/pennylane-lightning/pull/115))
1414

15-
- Wheel-build support for ARM64 (Linux and MacOS) and PowerPC (Linux) added. ([#110](https://github.com/PennyLaneAI/pennylane-lightning/pull/110))
15+
* Compile-time utility methods with `constexpr` have been added. ([#113](https://github.com/PennyLaneAI/pennylane-lightning/pull/113))
1616

17-
- Add support for Controlled Phase Gate (CPhaseShift).
17+
* Wheel-build support for ARM64 (Linux and MacOS) and PowerPC (Linux) added. ([#110](https://github.com/PennyLaneAI/pennylane-lightning/pull/110))
18+
19+
* Add support for Controlled Phase Gate (CPhaseShift).
1820
[(#112)](https://github.com/PennyLaneAI/pennylane-lightning/issues/112)
1921

20-
- Move changelog to `.github` and add a changelog reminder.
22+
* Move changelog to `.github` and add a changelog reminder.
23+
2124

2225
### Breaking changes
2326

24-
- Compilers with C++17 support are now required to build C++ module. ([#113](https://github.com/PennyLaneAI/pennylane-lightning/pull/113))
27+
* Compilers with C++17 support are now required to build C++ module. ([#113](https://github.com/PennyLaneAI/pennylane-lightning/pull/113))
2528

26-
- Gate classes have been removed with functionality added to StateVector class. ([#113](https://github.com/PennyLaneAI/pennylane-lightning/pull/113))
29+
* Gate classes have been removed with functionality added to StateVector class. ([#113](https://github.com/PennyLaneAI/pennylane-lightning/pull/113))
2730

2831
### Bug fixes
2932

3033
### Contributors
3134

3235
This release contains contributions from (in alphabetical order):
3336

34-
Ali Asadi, Thomas Bromley, Lee J. O'Riordan
37+
Ali Asadi, Thomas Bromley, Lee James O'Riordan
3538

3639
---
3740

doc/xanadu_theme/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222

223223
<!-- JQuery -->
224224
<script src="https://code.jquery.com/jquery-migrate-1.0.0.js"></script>
225-
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
225+
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
226226
<script src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js'></script>
227227
<!-- Bootstrap core JavaScript -->
228228
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.min.js"></script>

doc/xanadu_theme/static/jquery.js

-5
This file was deleted.

doc/xanadu_theme/static/jquery.min.map

-1
This file was deleted.

0 commit comments

Comments
 (0)