Skip to content

Bring back logps #6272

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

Merged
merged 4 commits into from
Nov 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ PyMC is distributed under the Apache License, Version 2.0

Copyright (c) 2006 Christopher J. Fonnesbeck (Academic Free License)
Copyright (c) 2007-2008 Christopher J. Fonnesbeck, Anand Prabhakar Patil, David Huard (Academic Free License)
Copyright (c) 2009-2017 The PyMC developers (see contributors to pymc-devs on GitHub)
Copyright (c) 2009-2022 The PyMC developers (see contributors to pymc-devs on GitHub)
Copy link
Member

Choose a reason for hiding this comment

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

while we are editing this, this copyright sentence should not have end date

Copy link
Member Author

@ricardoV94 ricardoV94 Nov 9, 2022

Choose a reason for hiding this comment

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

How should it be?

  • Copyright (c) 2009 The PyMC developers (see contributors to pymc-devs on GitHub)
  • Copyright (c) 2009- The PyMC developers (see contributors to pymc-devs on GitHub)
  • Copyright (c) 2009-present The PyMC developers (see contributors to pymc-devs on GitHub)

Or something else?

Copy link
Member

Choose a reason for hiding this comment

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

I like the 2009-present version most

Copy link
Member

@michaelosthege michaelosthege Nov 9, 2022

Choose a reason for hiding this comment

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

@ricardoV94 @OriolAbril, let's fix the dates later, because then "while we're at it" we can update it in all places

for all intents and purposes of this PR it's ready to merge now that the attribution part has been taken care of


Contains code from Aeppl, Copyright (c) 2021-2022, Aesara Developers
Copy link
Member

Choose a reason for hiding this comment

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

@rlouf @brandonwillard Are you happy with this?


All rights reserved.

Apache License
Expand Down
Loading