-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.12 release checklist #75
Comments
[1] Ideally, I would want to add building hgeometry-svg, hgeometry-web, and hgeometry-interactive as well. But for now that does not seem feasible, if only since hgeometry-web depends on jsaddle-dom, which requires some obscene amount of RAM to build (see ghcjs/jsaddle-dom#5 ) |
Data.RealNumber.Rational is a synonym of Rational with a better show instance, right? What's the main usecase? |
Indeed; I got tired of staring at a wall of weird coordinate values and added the Data.RealNumber version. I'm hoping to add some exact real number types in Data.RealNumber as well at some point (for those algorithms that need more than a Fractional constraint) |
Oh my, looks like we're closing in on the 0.12 release. Anything last-minute we should include before pushing the release? |
Just merged the updates to the docs; preparing a release now :) |
I uploaded candidates for hgeometry-combinatorial and hgeometry itself. Hackage rejects hgeometry-ipe since it does not understand about StandAloneKindSignatures yet :S (hackage-server/#888) which is kind of annoying :S. I'll just tag this as 0.12 release though, and probably upload the hgeometry-ipe version to hackage later. |
Done & Published on Hackage. Thanks for all your work on HGeometry! |
Onwards to version 1.0! :) |
What should be done before releasing 0.12 of geometry?
Enumerate all exports.The text was updated successfully, but these errors were encountered: