Giter Club home page Giter Club logo

Comments (5)

devmotion avatar devmotion commented on June 12, 2024

Hej!

Unfortunately, this problem occurs currently if you use both SparseDiffTools and Cassette. It was not captured by our tests of SparseDiffTools and Cassette, I guess, since Cassette is a test dependency of SparseDiffTools.

The current problem in the SparseDiffTools implementations are all calls and overrides of the form Cassette.. Instead we should use using .Cassette: ... and import .Cassette: ... and remove Cassette. from these calls. Unfortunately, that's not sufficient since the macros @context and @pass in Cassette add explicit calls of the form Cassette. - by just crudely replacing those macros with a version without Cassette. and using .Cassette: ... all required methods I'm able to get rid of the warning, but it completely breaks SparseDiffTools 😞 It might very well be the case that there are some bugs in my implementation, but maybe that cleanest solution would just be to move the automatic sparsity detection to a separate package.

from sparsedifftools.jl.

ChrisRackauckas avatar ChrisRackauckas commented on June 12, 2024

Split out to a separate package.

@JuliaRegistrator register()

from sparsedifftools.jl.

JuliaRegistrator avatar JuliaRegistrator commented on June 12, 2024

Error while trying to register: Version 0.5.0 already exists

from sparsedifftools.jl.

ChrisRackauckas avatar ChrisRackauckas commented on June 12, 2024

@JuliaRegistrator register()

from sparsedifftools.jl.

JuliaRegistrator avatar JuliaRegistrator commented on June 12, 2024

Registration pull request created: JuliaRegistries/General/2219

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.0 -m "<description of version>" 1b115b8d6dd386c46a0474c736e91aae710afd3d
git push origin v0.6.0

from sparsedifftools.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.