aind-data-schema icon indicating copy to clipboard operation
aind-data-schema copied to clipboard

erdantic v1.0 coming soon

Open jayqi opened this issue 11 months ago • 2 comments

Hello,

I'm the maintainer of erdantic, and I found your project from searching on GitHub for libraries that use it.

I wanted to let you know that erdantic v1.0 is coming soon. It's currently available as a pre-release version (v1.0.0rc1) and can be installed with pip install erdantic --pre.

There are a number of significant changes, but there generally shouldn't be any breaking changes for the most common APIs. I did a quick search through your repository, and this was the code that I found using erdantic:

https://github.com/AllenNeuralDynamics/aind-data-schema/blob/29ced29a1be6229097bf1385a7b39ffb1dcf585e/src/aind_data_schema/utils/diagrams.py

I believe that all should continue to work without any problems.

The changes in v1.0 are summarized here. Many of the changes are intended to make it easier to customize diagrams. If you do any testing, feedback would be much appreciated.

Thanks for using erdantic!

jayqi avatar Mar 31 '24 03:03 jayqi