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
a88339d4
Commit
a88339d4
authored
3 years ago
by
Jay
Browse files
Options
Downloads
Patches
Plain Diff
release 0.7.1
parent
7ee0011e
Branches
Branches containing commit
Tags
v0.7.1
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
5 additions
and
1 deletion
CHANGELOG.md
+
4
−
0
View file @
a88339d4
...
...
@@ -34,7 +34,11 @@ release.
-->
## [Unreleased]
## [0.7.1]()
### Fixed
-
Fixed connection issues where too many connections to AWS RDW were causing connetions failures by adding an exponential sleep over five retries.
-
Fixed missing import in place points in overlap that was causing a failure when attempting to throw a warning.
## [0.7.0]()
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
a88339d4
...
...
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
with
open
(
'
README.md
'
,
'
r
'
)
as
f
:
long_description
=
f
.
read
()
__version__
=
'
0.7.
0
'
__version__
=
'
0.7.
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
register
or
sign in
to comment