Skip to content

Commit d85406c

Browse files
authored
Update deps (#179)
* removed flake8 + updates on libraries * removed history file in favor of changelog * removed pytest.ini as in in pyproject.toml * removed flake8 * update coverage settings * added imageio and tqdm to dev dependencies (for testing) * made explicit the need for extra dependencies on the extras module * added tests for save_video
1 parent 4769afa commit d85406c

File tree

10 files changed

+70
-450
lines changed

10 files changed

+70
-450
lines changed

.gitchangelog.rc

Lines changed: 0 additions & 303 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

66
## [Unreleased]
7+
### Changed
8+
- updated documentation
9+
- made imageio and tqdm optional dependencies
710

811
## [0.1.1] - 2023-06-22
912
### Fixed
@@ -58,4 +61,3 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5861
[0.0.3]: https://github.com/ucl-bug/jwave/compare/0.0.2...0.0.3
5962
[0.0.2]: https://github.com/ucl-bug/jwave/compare/0.0.1...0.0.2
6063
[0.0.1]: https://github.com/ucl-bug/jwave/releases/tag/0.0.1
61-

HISTORY.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ jaxgpu: ## Installs jax for *nix systems with CUDA
5050
lint: ## Runs isort and mypy.
5151
@echo "Running isort ..."
5252
$(ENV_PREFIX)isort jwave/
53-
@echo "Running flake8 ..."
54-
$(ENV_PREFIX)flake8 jwave/ --count --select=E9,F63,F7,F82 --show-source --statistics
55-
$(ENV_PREFIX)flake8 jwave/ --count --ignore=E111 --exit-zero --max-complexity=10 --max-line-length=127 --statistics
5653
@echo "Running mypy ..."
5754
$(ENV_PREFIX)mypy --allow-redefinition --config-file=pyproject.toml jwave/*.py
5855

0 commit comments

Comments
 (0)