Coder Social home page Coder Social logo

Comments (8)

pdeffebach avatar pdeffebach commented on June 16, 2024

Yes, sorry about that. I need to do more releases.

I'm sorry about the github releases not being in sync. I'll look for a way to sync them up.

from dataframesmeta.jl.

pdeffebach avatar pdeffebach commented on June 16, 2024

@CarloLucibello

Thinking about this more, I recalled that the reason we aren't making frequent release is that we are still pre-1.0. This means every release is technically breaking according to SemVer, and making lots of releases will cause compat issues.

The solution, I think, is to power ahead to 1.0 (will compile a roadmap soon) so we can do a more reasonable and faster release schedule.

from dataframesmeta.jl.

bkamins avatar bkamins commented on June 16, 2024

@pdeffebach - I think that for DataFramesMeta.jl doing more frequent releases is not a problem because:

  1. it is a small package (so precompilation is fast)
  2. it is mostly used interactively (so it is not often used as a dependency in another packages, but rather in end-user code, where users mostly install latest version anyway)

(btw. it is OK to do patch releases if needed as e.g. to fix the broadcasting bug you fixed)

from dataframesmeta.jl.

CarloLucibello avatar CarloLucibello commented on June 16, 2024

Bumping the y in v0.x.y is totally fine for both bug fixes and new features. Reasonable compat bounds, ie. in the form DataFramesMeta = "0.x", won't be affected. Don't be afraid of releasing often, if people don't want to be bothered with frequent updates because of precompilation time they can just avoid updating!
Some packages I know like https://github.com/JuliaDiff/ChainRules.jl go to the extreme of requiring that each pR bumps the version and have a github action checking that.

from dataframesmeta.jl.

CarloLucibello avatar CarloLucibello commented on June 16, 2024

Releases are in sync now.

from dataframesmeta.jl.

CarloLucibello avatar CarloLucibello commented on June 16, 2024

Out of curiosity, which was the breaking change that lead to v0.13 being tagged instead of v0.12.1?

from dataframesmeta.jl.

pdeffebach avatar pdeffebach commented on June 16, 2024

We added a new feature, @distinct, and this merits a minor version bump. Because we are pre-1.0, all these are technically breaking. It's annoying, but won't happen when we get to 1.0.

from dataframesmeta.jl.

CarloLucibello avatar CarloLucibello commented on June 16, 2024

my experience with any package in the julia ecosystem is that in pre-1.0 they just update the patch version when adding new features, which avoids unnecessary compact changes in dependents.
The only way by which the addition of a new symbol like @distinct could break someone's code is if the symbol is exported and it is exported also by another package, and if they are both using-imported, using pkgA, pkgB. Again, this is commonly judged as non-breaking.

from dataframesmeta.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.