Loading CHANGELOG.md +2 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,8 @@ heading to indicate that only the bug fixes and security fixes are in the bug fi release. --> ## [Unreleased] ## [1.2.1] ### Added - Debug logging to `place_points_in_overlap` and `distribute_points_in_geom` to make debugging issues easier. Loading conda/meta.yaml +2 −2 Original line number Diff line number Diff line package: name: autocnet version: 1.2.0 version: 1.2.1 channels: - conda-forge Loading Loading @@ -69,7 +69,7 @@ requirements: - protobuf - pip - pip: - image-registration - image_registration test: imports: Loading environment.yml +1 −1 Original line number Diff line number Diff line Loading @@ -42,4 +42,4 @@ dependencies: - protobuf - pip - pip: - image-registration No newline at end of file - image_registration No newline at end of file setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ from setuptools import setup, find_packages with open('README.md', 'r') as f: long_description = f.read() __version__ = '1.2.0' __version__ = '1.2.1' def setup_package(): setup( Loading Loading
CHANGELOG.md +2 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,8 @@ heading to indicate that only the bug fixes and security fixes are in the bug fi release. --> ## [Unreleased] ## [1.2.1] ### Added - Debug logging to `place_points_in_overlap` and `distribute_points_in_geom` to make debugging issues easier. Loading
conda/meta.yaml +2 −2 Original line number Diff line number Diff line package: name: autocnet version: 1.2.0 version: 1.2.1 channels: - conda-forge Loading Loading @@ -69,7 +69,7 @@ requirements: - protobuf - pip - pip: - image-registration - image_registration test: imports: Loading
environment.yml +1 −1 Original line number Diff line number Diff line Loading @@ -42,4 +42,4 @@ dependencies: - protobuf - pip - pip: - image-registration No newline at end of file - image_registration No newline at end of file
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ from setuptools import setup, find_packages with open('README.md', 'r') as f: long_description = f.read() __version__ = '1.2.0' __version__ = '1.2.1' def setup_package(): setup( Loading