Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

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: symengine/symengine.py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 79049ab
Choose a base ref
...
head repository: symengine/symengine.py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4052cf6
Choose a head ref
  • 14 commits
  • 13 files changed
  • 4 contributors

Commits on Feb 17, 2025

  1. Drop python 3.8

    isuruf committed Feb 17, 2025
    Configuration menu
    Copy the full SHA
    e108841 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. install setuptools

    isuruf authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    08f04ec View commit details
    Browse the repository at this point in the history
  2. install setuptools on win

    isuruf authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    0fcebcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec3a605 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #505 from isuruf/rm-py38

    Drop python 3.8
    isuruf authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    f0a013d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. Fix Fedora/RedHat installation location

    Those OSes have separate platlib and purelib directories.
    Symengine was installed partially into both from version 0.10.0 onwards.
    
    This change marks some of it's packages as ext_modules, which makes
    setuptools treat the wheel as platform specific and install if fully
    into platlib (lib64) instead of purelib (lib).
    
    This should solve #474.
    aostrowski-hbn committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    5f92446 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6da52eb View commit details
    Browse the repository at this point in the history
  3. install py files from cmake

    isuruf committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    03918d1 View commit details
    Browse the repository at this point in the history
  4. fix cmake_minimum_required

    isuruf committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    fe65477 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. fix installing

    isuruf committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    b932592 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #511 from isuruf/cmake

    Fix for platforms where purelib!=platlib
    isuruf authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    3941bde View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. bump to 0.14.1

    isuruf committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    a924eef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b35fd0 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. Merge pull request #512 from isuruf/0.14.1

    Bump to 0.14.1
    bjodah authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    4052cf6 View commit details
    Browse the repository at this point in the history
Loading