Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Autocnet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
Autocnet
Commits
2755ede3
Commit
2755ede3
authored
Jun 14, 2024
by
Jay
Browse files
Options
Downloads
Patches
Plain Diff
Stages for 1.2.1 release
parent
7e0e6978
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
conda/meta.yaml
+2
-2
2 additions, 2 deletions
conda/meta.yaml
environment.yml
+1
-1
1 addition, 1 deletion
environment.yml
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
6 additions
and
4 deletions
CHANGELOG.md
+
2
−
0
View file @
2755ede3
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
conda/meta.yaml
+
2
−
2
View file @
2755ede3
package
:
name
:
autocnet
version
:
1.2.
0
version
:
1.2.
1
channels
:
-
conda-forge
...
...
@@ -69,7 +69,7 @@ requirements:
-
protobuf
-
pip
-
pip
:
-
image
-
registration
-
image
_
registration
test
:
imports
:
...
...
This diff is collapsed.
Click to expand it.
environment.yml
+
1
−
1
View file @
2755ede3
...
...
@@ -42,4 +42,4 @@ dependencies:
-
protobuf
-
pip
-
pip
:
-
image-registration
\ No newline at end of file
-
image_registration
\ No newline at end of file
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
2755ede3
...
...
@@ -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
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment