Skip to content

Latest commit

 

History

History
327 lines (174 loc) · 9.22 KB

CHANGELOG.md

File metadata and controls

327 lines (174 loc) · 9.22 KB

CHANGELOG

v1.7.1 (2024-11-11)

Bug Fixes

  • Remove debug print statements from find_by_display_name function, worms test (092d807)

Chores

  • Update CI/CD workflow to set PATH for Rye installation (6959642)

v1.7.0 (2024-11-04)

Chores

  • Add docs rye script for building docs (66e97f5)

  • Swap Poetry for Rye build system (e698cd6)

Code Style

  • Apply ruff linting & formatting (1bdc3d8)

Documentation

  • Slight tweaks to README.md (0895d5c)

  • Fix badge display in README.md (7c6dd4b)

  • Update README.md with badges (2fe5256)

  • Add CONTRIBUTING.md (befbcf0)

Features

  • Add function to retrieve owner institution codes by image UUID (773290a)

v1.6.1 (2024-08-01)

Bug Fixes

  • Fix bbox conversion to Pascal VOC to use 1-based pixel index (440afb0)

v1.6.0 (2024-07-18)

Features

  • Allow a start page number in fathomnet.util.page (62ca914)

v1.5.1 (2024-07-16)

Bug Fixes

  • Fix typo in -f option for fathomnet-generate (c304ce1)

v1.5.0 (2024-07-16)

Bug Fixes

  • Make TEST_X_API_KEY use an environment variable of the same name (22508cf)

Chores

  • Apply pre-commit hook on all files (0190345)

  • Add Python 3.12 to CI pipeline targets (cf979cf)

  • Add formatting/linting pre-commit setup (ca07b19)

Documentation

  • Move tutorial notebook into examples dir (c4db176)

  • Switch order of imports/pip install in tutorial notebook (48afc49)

switched order of imports to avoid ipyleaflet error with fathomnet install and added explanation on running outside of colab. (#28)

  • Fix broken readthedocs build #27 (3154b79)

Install the current package (fathomnet-py) prior to building the Sphinx docs via RTD

Features

  • Add YOLO dataset generation to fathomnet-generate (1bacb1f)

v1.4.0 (2024-04-09)

Features

  • Add accepted flag to worms.get_descendants_names (de0aec2)

Add support for worms-server 0.5.2

v1.3.0 (2024-02-29)

Features

  • Support worms-server 0.5.1 (f1989bc)

Add support for worms-server 0.5.1. This adds the acceptedAphiaId field to the WormsNode DTOs as well as a new endpoint for getting a WormsNames DTO by Aphia ID.

v1.2.2 (2024-02-21)

Bug Fixes

  • Correct typo in WormsNode.aphiaId (5feeeb0)

Fixes #25

Chores

  • Add missing v for ref spec (3212b13)

Documentation

  • Add worms API module documentation (11c0112)

v1.2.1 (2024-02-06)

v1.2.0 (2024-02-06)

Bug Fixes

  • Use worms API directly for fathomnet taxa provider (f887a95)

This is a temporary workaround for a bug in Micronaut that causes the fathomnet taxa provider to fail for large trees (e.g., Scleractinia).

Chores

  • Use released ref for publish in CI/CD pipeline (d39c482)

  • Merge CI/CD workflows (8e0d760)

Documentation

  • Add Sphinx RTD theme build requirement (fccd808)

  • Update copyright year to 2024 (1650bc5)

  • Add sphinx-rtd-theme as a dev dependency (9be9dee)

  • Update Python version and build configuration for readthedocs (ef96d8d)

Features

  • Add functions to call fast WoRMS API directly (21942b8)

v1.1.5 (2024-01-10)

Bug Fixes

  • Quote display/org names in users find functions (591e67a)

  • Quote provider name and concept in taxa find functions, remove print from test (dde9eb5)

  • Quote observer name in boundingboxes.audit_by_observer (b94c87e)

  • Quote boundingboxes.audit_by_concepts URL fragment, add test case (5ea7b45)

  • Update activity find functions for new DTO (cdf5617)

v1.1.4 (2024-01-09)

Bug Fixes

  • Quote concept in images.find_by_concept, add test (33aa430)

Documentation

v1.1.3 (2023-09-13)

Bug Fixes

  • api: Improve client error exception (6b0b911)

Add the fathomnet.util.debug_format_response to the ValueError exception raised when a status code < 500 and != 401 / 403 is returned. Fixes #16

Documentation

  • Add script documentation (1eadc8f)

Closes #5

v1.1.2 (2023-09-12)

Bug Fixes

v1.1.1 (2023-09-12)

Bug Fixes

  • Remove publish step from CI (for now) (3ba596b)

  • Version in pyproject.toml (dd2d9a2)

v1.1.0 (2023-09-12)

Features

  • Set up python-semantic-release (4019f18)

v1.0.2 (2023-09-12)

v1.0.1 (2023-08-29)

v1.0.0 (2023-08-03)

v0.7.0 (2023-08-03)

v0.6.0 (2023-02-07)

v0.5.2 (2022-04-07)

v0.5.1 (2022-03-31)

v0.5.0 (2022-03-31)

v0.4.2 (2022-03-09)

v0.4.1 (2022-02-09)

v0.4.0 (2022-02-09)

v0.3.0 (2022-02-08)

v0.2.1 (2021-11-30)

v0.2.0 (2021-11-29)

v0.1.0 (2021-10-19)

v0.0.2 (2021-09-29)