Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Four changes #2

Merged
merged 5 commits into from Mar 9, 2020
Merged

Four changes #2

merged 5 commits into from Mar 9, 2020

Conversation

Ngoguey42
Copy link
Collaborator

Cherry picks of small features from #1 than can be merged right now.

Bug fixes:

  • Process pools managed by a Dataset are now joined without dead-lock (No UT yet for Pool management)
  • Fix Env to work with python threads (New UT)
  • Fix fp.intersection(rotation='fit') when fp has a non-north-up scale (No UT for non-north-up Footprints)

New feature:

  • Can now decorate python function with an Env object:
@buzz.Env(significant=10)
def main():
    pass

One CI is repaired and #1 merged, it will be time to publish version 0.6.5

Copy link

@Evenfire Evenfire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I'll tackle #1 as soon as possible

@Ngoguey42 Ngoguey42 merged commit d0caaaa into master Mar 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants