Code Monkey home page Code Monkey logo

Comments (11)

effigies avatar effigies commented on August 21, 2024 1

That works, though just strategically, I would jump to 0.9.0 for the new syntax, to signify a breaking change, and give you room to use 0.8.x to do any remaining fixes for old Python.

from nitime.

arokem avatar arokem commented on August 21, 2024

Argh. Sorry about that. I'll put out a 0.8.1 fixing that.

What's your plan for kicking Python 2 and 3.4?

from nitime.

effigies avatar effigies commented on August 21, 2024

IDK, @satra?

from nitime.

effigies avatar effigies commented on August 21, 2024

But you can use python_requires in setup.py (docs). After a fixed release that will be picked up for 2.7 and 3.4, you can make a new release with python_requires=">=3.5" and leave these behind forever.

from nitime.

arokem avatar arokem commented on August 21, 2024

What would that entail for Nipype? Would the nipype testing simply skip importing nitime in that case?

from nitime.

effigies avatar effigies commented on August 21, 2024

Nipype tests on 2.7 would only install up to the last release with a compatible python_requires. So our tests on 3.5 would use the latest nitime, and our tests on 2.7/3.4 would use nitime 0.8.1.

from nitime.

arokem avatar arokem commented on August 21, 2024

Gotcha. So 0.8.1 followed quickly by a 0.8.2 that reinstates the nice new syntax

from nitime.

satra avatar satra commented on August 21, 2024

@arokem - i think our alignment for 3.0 was going to be with nibabel. we have not removed 2.7 compatibility layer yet from nipype 1.x. we don't have an explicit date for dropping mostly because we were focused on nipype 2.0. nipype 2.0 is going to be python 3.7+, but things have been a bit slow on that front.

from nitime.

arokem avatar arokem commented on August 21, 2024

This issue should now be fixed in the now-released 0.8.1

from nitime.

effigies avatar effigies commented on August 21, 2024

Thanks, @arokem.

from nitime.

effigies avatar effigies commented on August 21, 2024

Just to confirm, this fixed the failing nipype tests. Thanks again.

from nitime.

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.