Skip to content

Commit

Permalink
Bump version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
gacou54 committed Oct 18, 2023
1 parent 4b08c38 commit 3b7ddeb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
28 changes: 23 additions & 5 deletions docs/releases.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,37 @@
# Releases

## Lastest release : 1.12.1
## PyOrthanc 1.13.0
Features:
- Add a new submodule `orthanc_sdk`.
- When used in an Orthanc Python script, it acts as the same as `import orthanc`
- When used outside Orthanc (i.e. when developing a script), expose the same signature as `import orthanc`
- This adds autocomplete and linting
- Use it with `from pyorthanc import orthanc_sdk`


## PyOrthanc 1.12.3
Fix:
- Fix bug that occurs when `Orthanc(return_raw_response=True)` is used in functions/classes
where returning a `httpx.Response` object is not possible.


## PyOrthanc: 1.12.2
Fix:
- Fix bug where an error is raised at import pyorthanc when using Python 3.8


## PyOrthanc: 1.12.1
The Orthanc client has been regenerated on the Orthanc 1.12.1 version (source of the [changelist](https://hg.orthanc-server.com/orthanc/file/Orthanc-1.12.1/NEWS)).

From 1.12.1:
From Orthanc API 1.12.1:

- API version upgraded to 21
- "/tools/create-dicom" can now be used to create Encapsulated 3D
- Manufacturing Model IODs (MTL, OBJ, or STL)
- Added a route to delete the output of an asynchronous job (right now
- only for archive jobs): e.g. DELETE /jobs/../archive

From 1.12.0:
From Orthanc API 1.12.0:

- New URIs "/.../{id}/labels/{label}" to test/set/remove labels
- "/patients/{id}", "/studies/{id}", "/series/{id}" and "/instances/{id}"
Expand All @@ -31,9 +50,8 @@ Details:

- All tests made with unittest has been refactored to use pytest

## Release 1.11.5


## PyOrthanc 1.11.5
PyOrthanc v1.11.5 follow Orthanc version 1.11.3.

This release mostly improves the `find()` function. It now takes an `Orthanc` object rather than an URL. This allows better control of the configuration for the connection to the Orthanc server.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyorthanc"
version = "1.12.3"
version = "1.13.0"
description = "Orthanc REST API python wrapper with additional utilities"
authors = [
"Gabriel Couture <[email protected]>",
Expand Down

0 comments on commit 3b7ddeb

Please sign in to comment.