Skip to content

Commit

Permalink
Merge pull request #465 from pyinat/conservation-status
Browse files Browse the repository at this point in the history
Minor conservation status formatting updates
  • Loading branch information
JWCook authored Feb 27, 2023
2 parents 8b58f3c + 7eb2a65 commit ae2388a
Show file tree
Hide file tree
Showing 8 changed files with 670 additions and 611 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.13.0
hooks:
- id: blacken-docs
args: [--skip-errors, --skip-string-normalization]
- repo: https://github.com/timothycrosley/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
Expand All @@ -31,7 +31,7 @@ repos:
- id: xenon
args: [--max-average=A, --max-modules=C, --max-absolute=C]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.0.1
hooks:
- id: mypy
additional_dependencies: [attrs, types-python-dateutil, types-requests, types-ujson]
4 changes: 2 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# History

## 0.18.0 (Unreleased)
## 0.18.0 (2023-02-27)

### New Endpoints
* Added new **Observation** endpoint:
* `get_observations_by_id()`
* Replaces `get_observation`
* Accepts multiple IDs
* Uses a different endpoint (`GET /observations/{id}` instead of `GET /observations?id={id}`)`)
* Uses a different endpoint (`GET /observations/{id}` instead of `GET /observations?id={id}`)
* returns full term and value details for annotations

### Modified Endpoints
Expand Down
Loading

0 comments on commit ae2388a

Please sign in to comment.