home.social

#sagemath — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #sagemath, aggregated by home.social.

fetched live
  1. Release candidate 10.8.10.rc4 of 🐙passagemath, a comprehensive #OpenSource #Mathematics system in #Python, the pip-installable modularized portable compatible full-featured fork of #SageMath.
    Various package upgrades, including #GAPsystem 4.16.1.
    github.com/passagemath/...

    Release passagemath-10.8.10.rc...

  2. The #Python client package for looking up a given number in B. Matschke's NumberDB now supports using the pip-installable modularized passagemath distributions instead of the monolithic #SageMath. 💯
    pypi.org/project/numb...
    #OpenSource #Mathematics

  3. Release candidate 10.8.10.rc3 of 🐙passagemath, a comprehensive #OpenSource #Mathematics system in #Python, the pip-installable modularized portable compatible full-featured fork of #SageMath.
    github.com/passagemath/...

    Release passagemath-10.8.10.rc...

  4. Release candidate 10.8.10.rc2 of 🐙passagemath, a comprehensive #OpenSource #Mathematics system in #Python, the pip-installable modularized portable compatible full-featured fork of #SageMath.
    github.com/passagemath/...

    Release passagemath-10.8.10.rc...

  5. Release candidate 10.8.10.rc1 of 🐙passagemath, a comprehensive #OpenSource #Mathematics system in #Python, the pip-installable modularized portable compatible full-featured fork of #SageMath.
    New: "make _sagemath" builds upstream Sage lib with passagemath's updated distro. github.com/passagemath/...

    Release passagemath-10.8.10.rc...

  6. @tomkalei

    Cool!

    Ich mag ja Sage github.com/sagemath/sage und fände einen Sagebot auch cool. Nur wenn Ihr zuviel Zeit habt ...

    #sagemath

  7. Release candidate 10.8.10.rc0 of 🐙passagemath, the comprehensive #OpenSource #Mathematics system in #Python, the pip-installable modularized portable compatible full-featured fork of #SageMath.
    Various portability fixes.
    github.com/passagemath/...

    Release passagemath-10.8.10.rc...

  8. Just released version 10.8.9 of passagemath, the comprehensive #OpenSource #Mathematics system in #Python, the pip-installable modularized portable compatible full-featured fork of #SageMath.
    github.com/passagemath/...

    Release passagemath-10.8.9 · p...

  9. Release candidate 10.8.9.rc0 of 🐙passagemath, the comprehensive #OpenSource #Mathematics system in #Python, the pip-installable modularized portable compatible full-featured fork of #SageMath.
    This is the 222nd GitHub release of passagemath. 🎉
    Various package upgrades.
    github.com/passagemath/...

    Release passagemath-10.8.9.rc0...

  10. Just released version 10.8.8 of passagemath, the comprehensive #OpenSource #Mathematics system in #Python, the pip-installable modularized portable compatible full-featured fork of #SageMath.
    github.com/passagemath/...

    Release passagemath-10.8.8 · p...

  11. Release candidate 10.8.8.rc1 of passagemath, the comprehensive #OpenSource #Mathematics system in #Python, the pip-installable modularized portable compatible full-featured fork of #SageMath.
    github.com/passagemath/...

    Release passagemath-10.8.8.rc1...

  12. Release candidate 10.8.8.rc0 of passagemath, the comprehensive #OpenSource #Mathematics system in #Python, the pip-installable modularized portable compatible full-featured fork of #SageMath.
    github.com/passagemath/...
    #Mathics3 #Mathematica

    Release passagemath-10.8.8.rc0...

  13. #sagemath
    this is even more fixed version of
    https://github.com/sagemath/sage/issues/42582

    --- a/src/sage/combinat/root_system/integrable_representations.py
    +++ b/src/sage/combinat/root_system/integrable_representations.py
    @@ -1045,18 +1045,15 @@
                 sage: [V.modular_characteristic(x) for x in V.dominant_maximal_weights()]
                 [11/56, -1/280, 111/280]
             """
    -        if isinstance(mu, tuple):
    -            n = mu
    -        else:
    -            n = self.from_weight(mu)
             k = self.level()
             hd = self.dual_coxeter_number()
             rho = self._P.rho()
             m_Lambda = self._inner_pp(self._Lam_rho, self._Lam_rho) / (2*(k+hd)) \
                        - self._inner_pp(rho, rho) / (2*hd)
    -        if n is None:
    +        if isinstance(mu, tuple):
    +            mu = self.to_weight(n)
    +        if mu is None:
                 return m_Lambda
    -        mu = self.to_weight(n)
             return m_Lambda - self._inner_pp(mu,mu) / (2*k)
     
         def branch(self, i=None, weyl_character_ring=None, sequence=None, depth=5):

  14. Just released version 10.8.7 of passagemath, the comprehensive #OpenSource #Mathematics system in #Python, the pip-installable modularized portable compatible full-featured fork of #SageMath.
    github.com/passagemath/...

    Release passagemath-10.8.7 · p...

  15. Release candidate 10.8.7.rc0 of passagemath, the comprehensive #OpenSource #Mathematics system in #Python, the pip-installable modularized portable compatible full-featured fork of #SageMath.
    github.com/passagemath/...

    Release passagemath-10.8.7.rc0...

  16. Just released version 10.8.6 of passagemath, the comprehensive #OpenSource #Mathematics system in #Python, the pip-installable modularized portable compatible full-featured fork of #SageMath.
    Many upgrades: ECM, FLINT, GAP, HiGHS, msolve, NumPy, PARI/GP, Planarity, SCIP.
    github.com/passagemath/...

    Release passagemath-10.8.6 · p...

  17. Release candidate 10.8.6.rc2 of passagemath, the comprehensive #OpenSource #Mathematics system in #Python, the pip-installable modularized portable compatible full-featured fork of #SageMath.
    Includes upgrades to HiGHS 1.15.1, ecm 7.0.7, primesieve 12.14. github.com/passagemath/...

    Release passagemath-10.8.6.rc2...

  18. Release candidate 10.8.6.rc1 of passagemath, the comprehensive #OpenSource #Mathematics system in #Python, the pip-installable modularized portable compatible full-featured fork of #SageMath.
    Includes an update of msolve to version 0.10.1.
    github.com/passagemath/...

    Release passagemath-10.8.6.rc1...

  19. #CodeGolf #SageMath #OEIS

    Okay, I admit it: I was code golfing today.

    The subject was Bernoulli numbers. Many clever and incredibly complex algorithms have been devised to calculate them for large arguments and resulting in implementations so arcane that they leave mere mortals in the dust.

    That’s why I was surprised to find for Bernoulli number with an even index an one-liner for SageMath.

    Here it is—84 bytes is the benchmark now; who can beat that? [Naturally, simply calling the built-in function isn't allowed.]

    B=lambda n:matrix(2*n,lambda r,c:(c<r+2)*binomial(r+2,r-c+2)).det()/factorial(2*n+1)

    sagecell.sagemath.org/?q=sucdxd

  20. Release candidate 10.8.6.rc0 of passagemath, the comprehensive #OpenSource #Mathematics system in #Python, the pip-installable modularized portable compatible full-featured fork of #SageMath.
    Includes upgrades to FLINT 3.5.0, PARI/GP 2.17.4, #GAPsystem 4.16.0, Planarity 5.
    github.com/passagemath/...

    Release passagemath-10.8.6.rc0...

  21. Updated the passagemath-jupyterlite demo site. Now using JupyterLite 0.8 and providing several more passagemath distributions now available on emscripten-forge.
    passagemath.org/passagemath-...
    #Python #SageMath #OpenSource #Mathematics

  22. The next release series, passagemath-10.10.x, will merge the compatible changes from upstream #SageMath 10.10, expected by end of summer 2026, and support #Python 3.12–3.15.
    The current series, passagemath-10.8.x, will be supported until October 2027, the EOL of Python 3.11.
    #OpenSource #Mathematics

  23. Just released version 10.8.5 of passagemath, the comprehensive #OpenSource mathematics system in #Python, the pip-installable modularized portable compatible full-featured fork of #SageMath.
    Included: Updates of the computer algebra systems #Macaulay2 and #Mathics3.
    github.com/passagemath/...

    Release passagemath-10.8.5 · p...

  24. Release candidate 10.8.5.rc5 of passagemath, the comprehensive #OpenSource mathematics system in #Python, the pip-installable modularized portable compatible full-featured fork of #SageMath. passagemath-macaulay2 now also ships #Macaulay2 docs and cohomcalg, csdp binaries. github.com/passagemath/...

    Release passagemath-10.8.5.rc5...