Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update change log due to added support of oereblex api version 1.2.5 #2082

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Notes:
------
- This python package specifies the version numbers only of directly imported python packages. This approach may result in a build failure of older versions of the project if incompatibilities arise between imported packages over time. The build process of the master branch is regularly tested in an automatic process.

master
------
- Support Oereblex API version 1.2.5 via geolink-formatter 2.0.6 (#2081)

2.5.4
-----
- New parameter default_toc_length to define a default table of content pages number (#2042)
Expand Down
10 changes: 5 additions & 5 deletions dev/config/pyramid_oereb.yml.mako
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ pyramid_oereb:
# not set it will assume that only one TOC page exists, and this can lead to wrong numbering in the TOC, which
# will be fixed by a second PDF extract call that has an impact on performance.
compute_toc_pages: false
# In order to skip the computation of the estimated number of TOC pages which might return an erroneous result
# for your setting, you can specify a default for the number of TOC pages. For most of the cantons the number of
# In order to skip the computation of the estimated number of TOC pages which might return an erroneous result
# for your setting, you can specify a default for the number of TOC pages. For most of the cantons the number of
# TOC pages is pretty constant unless a real estate is concerned by none or a huge number of restrictions.
# In both cases (computing an estimate or setting a default for the number of TOC pages) the exact number of TOC
# pages is extracted from the created PDF and if it differs from the expected value the PDF is created a second
# In both cases (computing an estimate or setting a default for the number of TOC pages) the exact number of TOC
# pages is extracted from the created PDF and if it differs from the expected value the PDF is created a second
# time with the correct page numbers.
# Note that if "compute_toc_pages" is set true the "expected_toc_length" is not taken into account.
expected_toc_length: 2
Expand Down Expand Up @@ -180,7 +180,7 @@ pyramid_oereb:
# OEREBlex host
host: https://oereblex.sg.ch
# geoLink schema version
version: 1.2.2
version: 1.2.5
# Pass schema version in URL
pass_version: true
# Enable/disable XML validation
Expand Down
8 changes: 6 additions & 2 deletions doc/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Changes/Hints for migration
This chapter will give you hints on how to handle version migration, in particular regarding what you may need
to adapt in your project configuration, database etc. when upgrading to a new version.

master
------
- Support of Oereblex API version 1.2.5 via geolink-formatter 2.0.6 added (#2081). The oereblex schema version that is used to download oereblex xmls can be set in the file pyramid_oereb.yaml.

Version 2.5.4
-------------
Feature and maintenance release:
Expand Down Expand Up @@ -104,7 +108,7 @@ Maintenance release:

* Add support for newest oereblex API (via geolink-formatter, #1703)
* Various minor library upgrades (SQLAlchemy, geoalchemy, psycopg2, pypdf)


Version 2.4.2
-------------
Expand Down Expand Up @@ -177,7 +181,7 @@ Version 2.2.4
-------------
New functionality for configuring tolerance (optional):

* Support tolerance per geometry type (#1603). See example definitions in the example project configuration file.
* Support tolerance per geometry type (#1603). See example definitions in the example project configuration file.
* Library updates (#1604)

.. _changes-version-2.2.3:
Expand Down
Loading