Changelog
This project adheres to Semantic Versioning and Keep a Changelog format.
[0.4.4] - 2024-08-21
Fixed
- Project annotation model
[0.4.3] - 2024-07-19
Updated
- Updated models for new PEPhub API
[0.4.2] - 2024-04-16
Updated
- View creation, by adding description and no_fail flag
[0.4.1] - 2024-03-07
Fixed
- Expired token error handling (#17)
[0.4.0] - 2024-02-12
Added
- a parameter that points to where peps should be saved (#32)
- pep zipping option to
save_pep
function (#34) - API for samples (#29)
- API for projects (#28)
Updated
- Transferred
save_pep
function to helpers
[0.3.0] - 2024-01-17
Added
- customization of the base PEPhub URL (#22)
Updated
- Updated PEPhub API URL
- Increased the required pydantic version to >2.5.0
[0.2.2] - 2024-01-17
Added
- customization of the base pephub URL. #22
Updated
- PEPhub API URL
- Increased the required pydantic version to >2.5.0
[0.2.1] - 2023-11-01
Added
- is_registry_path checker function
[0.2.0] - 2023-10-02
Added
- Project search functionality
[0.1.1] - 2023-07-29
Fixed
- Incorrect base url
[0.1.1] - 2023-07-29
Fixed
- New raw PEP structure was broken. (#20)
[0.1.0] - 2023-04-16
Added
- First release