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
254ff510
Commit
254ff510
authored
Sep 11, 2023
by
Bauck, Kirsten (Contractor) Hailey
Browse files
Options
Downloads
Patches
Plain Diff
Update 3 files
- /conda/meta.yaml - /CHANGELOG.md - /setup.py
parent
821e8afb
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
conda/meta.yaml
+1
-1
1 addition, 1 deletion
conda/meta.yaml
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
4 additions
and
2 deletions
CHANGELOG.md
+
2
−
0
View file @
254ff510
...
...
@@ -33,6 +33,8 @@ heading to indicate that only the bug fixes and security fixes are in the bug fi
release.
-->
## [Unreleased]
## [1.1.0]
### Added
-
Ability to place points in centroids instead of overlaps.
-
Ability to find points in centroids focused around a plantary body
...
...
This diff is collapsed.
Click to expand it.
conda/meta.yaml
+
1
−
1
View file @
254ff510
package
:
name
:
autocnet
version
:
1.
0.2
version
:
1.
1.0
channels
:
-
conda-forge
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
254ff510
...
...
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
with
open
(
'
README.md
'
,
'
r
'
)
as
f
:
long_description
=
f
.
read
()
__version__
=
'
1.
0.2
'
__version__
=
'
1.
1.0
'
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
register
or
sign in
to comment