8000 Comparing 1.4.1...1.4.2 · gyoto/Gyoto · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

10000 Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gyoto/Gyoto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.1
Choose a base ref
...
head repository: gyoto/Gyoto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.2
Choose a head ref
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on Oct 24, 2019

  1. GridData2D: explicitly convert size_t to long

    Implicit narrowing conversion is an error for some compilers.
    paumard committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    557f902 View commit details
    Browse the repository at this point in the history
  2. EquatorialHotSpot: fix "==" that was meant to be "="

    In XML backward compatibility code.
    paumard committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    d9fe749 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. plugins/python: support Python 3.8

    With Python 3.8, modules are no longer link with libpython by default. Therefore
    codes that are meant for embedding Python must pass --embed to python-configure
    in order to get the complete set of flags to do so.
    paumard committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    ea20fb5 View commit details
    Browse the repository at this point in the history
  2. Releasing 1.4.2

    paumard committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    c13df3d View commit details
    Browse the repository at this point in the history
Loading
0