JuliaData / TypedTables.jl

Simple, fast, column-based storage for data analysis in Julia
Other
145 stars 25 forks source link

Increase package version to v1.4.2 #110

Closed oschulz closed 1 year ago

oschulz commented 1 year ago

@dmbates / @andyferris Could we tag a new release? The compiler warnings fixed in #107 are starting to get annoying. :-)

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.32 :tada:

Comparison is base (5fd8ff2) 69.12% compared to head (743a878) 69.45%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #110 +/- ## ========================================== + Coverage 69.12% 69.45% +0.32% ========================================== Files 7 7 Lines 910 910 ========================================== + Hits 629 632 +3 + Misses 281 278 -3 ``` [see 3 files with indirect coverage changes](https://codecov.io/gh/JuliaData/TypedTables.jl/pull/110/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaData) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaData). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaData)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

oschulz commented 1 year ago

Fixed tests on Julia v1.0 (inference failure, disabled type inference check on v1.0 for one test). All fine on Julia >=v1.6, we could consider dropping v1.0-support in the future.

oschulz commented 1 year ago

Fixes #108 (for non-developers :-) ).

oschulz commented 1 year ago

Good to merge from my side.

andyferris commented 1 year ago

Thanks!

oschulz commented 1 year ago

Whoops, I messed up, it seems - Project.toml had already been at v1.4.2 and I increased to v1.4.3 now, so Registrator is not happy:

https://github.com/JuliaData/TypedTables.jl/pull/110#pullrequestreview-1361936176

oschulz commented 1 year ago

@andyferris could you trigger Registrator on https://github.com/JuliaData/TypedTables.jl/commit/5fd8ff2797122fce567fc0c77457c0dc0d949966, to register v1.4.2, and then re-trigger it on https://github.com/JuliaData/TypedTables.jl/commit/874ad06eb928787027e1cb86c1629a64b9832ed6 to register v1.4.3 after?

Sorry again for the mess.

andyferris commented 1 year ago

No no - don't be sorry, I do the same thing all the time :) Hopefully it's good now

oschulz commented 1 year ago

Thanks @andyferris ! :-)