marklister / product-collections

A very simple, strongly typed, scala framework for tabular data. A collection of tuples. A strongly typed scala csv reader and writer. A lightweight idiomatic dataframe / datatable alternative.
BSD 2-Clause "Simplified" License
144 stars 19 forks source link

publish for scala 2.13.0-M5 #48

Closed pjfanning closed 4 years ago

pjfanning commented 5 years ago

Would it be possible to release a scala 2.13.0-M5 compatible jar?

marklister commented 5 years ago

I'll have a look tomorrow...

marklister commented 5 years ago

https://www.scala-lang.org/blog/2017/02/28/collections-rework.html just for reference

marklister commented 5 years ago

See pull request #49

marklister commented 5 years ago

I had a look and this is out of scope for me at present. Scala 2.13 has a total collections redesign and product-collections relies on many design features of the old design, particularly CanBuildFrom and friends. I based product-collections very closely on an original article which explained the old design. It's too much work right now and I'd need to dig through the source code, ask silly questions on the various fora etc to figure it out. If at some future date if there's a detailed explanation of how the various collections classes fit together I might give it a go.

Pull requests welcome!