Skip to content

Commit 6b37c63

Browse files
Release 0.6.4 (#153)
* Update version * Update changelog and API * Disable FutureWarning * Remove warnings import * black * Upgrade requirements * Add back Hypnogram and simulate_hypnogram * Update changelog * Update doc * Add former * Update docs * Remove outdated * remove outdated in init * update doc * Add push_pypi.md * Update pytest version * Remove Python 3.7 tests * Update setup.py * Update doc * Disable test random array
1 parent 58dfdd8 commit 6b37c63

110 files changed

Lines changed: 7264 additions & 3346 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/python_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
platform: [ubuntu-latest, windows-latest] # macos-latest,
15-
python-version: [3.7, 3.8, 3.9]
14+
platform: [ubuntu-latest, macos-latest, windows-latest]
15+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1616

1717
runs-on: ${{ matrix.platform }}
1818

@@ -39,7 +39,7 @@ jobs:
3939
pytest --cov --cov-report=xml --cov-config=setup.cfg --verbose
4040
4141
- name: Upload coverage report
42-
if: ${{ matrix.platform == 'ubuntu-latest' && matrix.python-version == 3.8 }}
42+
if: ${{ matrix.platform == 'ubuntu-latest' && matrix.python-version == 3.9 }}
4343
uses: codecov/codecov-action@v1
4444
with:
4545
token: a58a0c62-fb11-4429-977b-65bec01ecb44

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Below some plots demonstrating the functionalities of YASA. To reproduce these,
119119
Development
120120
~~~~~~~~~~~
121121

122-
YASA was created and is maintained by `Raphael Vallat <https://raphaelvallat.com>`_, a postdoctoral researcher in `Matthew Walker's lab <https://www.humansleepscience.com/>`_ at UC Berkeley. Contributions are more than welcome so feel free to contact me, open an issue or submit a pull request!
122+
YASA was created and is maintained by `Raphael Vallat <https://raphaelvallat.com>`_, a former postdoctoral researcher in `Matthew Walker's lab <https://www.humansleepscience.com/>`_ at UC Berkeley. Contributions are more than welcome so feel free to contact me, open an issue or submit a pull request!
123123

124124
To see the code or report a bug, please visit the `GitHub repository <https://github.com/raphaelvallat/yasa>`_.
125125

docs/api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Hypnogram & sleep statistics
3131
.. autosummary::
3232
:toctree: generated/
3333

34-
Hypnogram
3534
hypno_upsample_to_data
3635
hypno_upsample_to_sf
3736
hypno_str_to_int
@@ -42,7 +41,8 @@ Hypnogram & sleep statistics
4241
plot_spectrogram
4342
transition_matrix
4443
sleep_statistics
45-
simulate_hypno
44+
Hypnogram
45+
simulate_hypnogram
4646

4747
Spectral analyses
4848
-----------------

docs/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 53802cc2376a375a855b3c0f38207c28
3+
config: 489cdac284cc185cfdae105616c5af8a
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
12.7 KB
Loading
6.49 KB
Loading
16.4 KB
Loading
14.7 KB
Loading
0 Bytes
Loading
1.49 KB
Loading

0 commit comments

Comments
 (0)