Skip to content

Commit

Permalink
Merge branch '179-add-hypothesis-tests' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Mar 25, 2024
2 parents 1f16367 + af89dce commit 881b457
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ coverage.xml
.watchmanconfig
html/
.dccache
.pytest_cache
.pytest_cache/
.pyre/
.mypy_cache/
.pytype/
Expand Down
2 changes: 1 addition & 1 deletion .sourcery.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
refactor:
python_version: '3.7'
python_version: '3.8'
18 changes: 9 additions & 9 deletions docs/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Changelog
=========

1.4.0 (unreleased)
1.4.0 (2024/03/25)
------------------
- add Hypothesis tests [Ben Shaver, Christian Ledermann]
- fix ``convex_hull`` edge-cases discovered by Hypothesis tests
- fix ``from_wkt`` to include multi geometries in GeometryCollections
- drop Python 3.7 support

- add Hypothesis tests [Ben Shaver, Christian Ledermann]
- fix ``convex_hull`` edge-cases discovered by Hypothesis tests
- fix ``from_wkt`` to include multi geometries in GeometryCollections
- drop Python 3.7 support

1.3.0 (2024/02/05)
------------------
Expand All @@ -18,14 +19,13 @@ Changelog
1.2.0 (2023/11/27)
------------------

- remove Python 3.7 support
- Geometries are now immutable (but not hashable)
- add ``force_2d`` and ``force_3d`` factories [Alex Svetkin]
- Geometries are now immutable (but not hashable)
- add ``force_2d`` and ``force_3d`` factories [Alex Svetkin]

1.1.1 (2023/10/27)
------------------

- Use ``pyproject.toml``, remove ``setup.py`` and ``MANIFEST.in``
- Use ``pyproject.toml``, remove ``setup.py`` and ``MANIFEST.in``

1.1 (2023/10/13)
-----------------
Expand Down
2 changes: 1 addition & 1 deletion pygeoif/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
The only purpose of this module is to provide a version number for the package.
"""

__version__ = "1.3.0"
__version__ = "1.4.0"

0 comments on commit 881b457

Please sign in to comment.