sam81 / BDF.jl

Module to read Biosemi BDF files with the Julia programming language
MIT License
8 stars 7 forks source link

Update module and filename to BDF.jl format #5

Closed rob-luke closed 10 years ago

rob-luke commented 10 years ago

This may break older scripts!

The change was required for my julia(v0.3) installation to see your new repo name.

sam81 commented 10 years ago

Thanks! I had updated the docs to reflect the name change but I had completely forgotten changing the module name itself!

sam81 commented 10 years ago

Before tagging a new release following your fix, I'm thinking of making another change that would break old scripts. Currently the functions of the module are named readBdf, writeBdf, etc. Since BDF is an acronym I'm thinking to capitalize it in the function names: readBDF, writeBDF etc. What do you think about this?

rob-luke commented 10 years ago

Seems logical. And better to get those sorts of changes in early before too many people rely on your function names.